Does not install in NB 6.9

  6 posts   Feedicon  
Replies: 5 - Last Post: November 17, 2010 16:11
by: stellar_wind
showing 1 - 6 of 6
 
Posted: February 27, 2010 14:45 by eisbaw
I know that 6.9 is beta - and I do have 6.7 installed - but it is just annoying for me to have two NetBeans' open at the same time Wink

... I'm just letting you know that Antlr plugin will not install on 6.9.
 
Posted: March 04, 2010 16:59 by Nick Krasilnikov
I've changed dependencies and recompiled module.
Please, check it:
http://kenai.com/projects/nbantlr/downloads/download/org-netbeans-modules-languages-antlr.nbm

 
Posted: March 12, 2010 02:42 by hunters1094
Hi, i did as your post here. http://wiki.netbeans.org/AntlrInNetBeansJavaApplication
and i couldn't add header to my Lexer and Parser file, although i wrote in my grammar file the instructions:

@header {
package myantlrproject;
import java.util.HashMap;
}

@lexer::header{
package myantlrproject;
}

can you help me?
 
Posted: November 17, 2010 16:11 by stellar_wind
I get the ANTL plugin using the url from
http://www.antlr.org/wiki/display/ANTLR3/Integration+with+Development+Environments#IntegrationwithDevelopmentEnvironments-NetBeans

That reference to page
http://plugins.netbeans.org/PluginPortal/faces/PluginDetailPage.jsp?pluginid=14444

This page still contains the plugin with the dependency problem for NB 6.9.
 
Posted: March 20, 2010 09:05 by hunters1094
the problem was solved.
i built it before adding the code:
@header {
package myantlrproject;
import java.util.HashMap;
}

@lexer::header{
package myantlrproject;
}

after adding code and rebuilding, the result did not change. so i created new project, it was okSmile
 
Posted: June 27, 2010 20:03 by CMShakespheare
Thank you Nick! New plugin installed with no problems.
showing 1 - 6 of 6
Replies: 5 - Last Post: November 17, 2010 16:11
by: stellar_wind
  • Mysql
  • Glassfish
  • Jruby
  • Rails
  • Nblogo
Terms of Use; Privacy Policy;
© 2010, Oracle Corporation and/or its affiliates
(revision 20120518.3c65429)
 
 
Close
loading
Please Confirm
Close