tuliob / jsyntaxpane

Automatically exported from code.google.com/p/jsyntaxpane
0 stars 0 forks source link

Problems in NetBeans Build- lexers package not seen #118

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Checkout SVN read-only-source from NetBeans SVN
2. Maven plugin installed in NetBeans, Project Open jsyntaxpane 

3. There is a lexers package in jFlex.jsyntaxpane, but that isn't seen 
from the java.jsyntaxpane.syntaxkits

What is the expected output? What do you see instead?
Expect no build/compile errors. In the package jsyntaxpane.syntaxkits all 
classes have error in import section "package jsyntaxpane.lexers does not 
exist"

What version of the product are you using? On what operating system?
Windows XP-64 bit, NetBeans 6.5, Maven plugin 4.0.5

Please provide any additional information below.

Original issue reported on code.google.com by mikepurv...@gmail.com on 21 Oct 2009 at 7:42

GoogleCodeExporter commented 9 years ago
There were missing Maven files. After trying to run it several times NetBeans 
downloaded the needed files, and after bulding a jar the import issues were 
resolved.

Original comment by mikepurv...@gmail.com on 21 Oct 2009 at 8:33

GoogleCodeExporter commented 9 years ago
Good.. You might want to get NetBeans 6.7, as it has better Maven support.

Original comment by ayman.al...@gmail.com on 22 Oct 2009 at 4:04