tuliob / jsyntaxpane

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

Problems compiling from source #149

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I've been unable to build this project from source according to the directions 
in the wiki. To get around this, I used JFlex to make the Lexer files and put 
them in the proper directory.  When I try to compile in Eclipse I get an error 
that says: INFO: unable to load configuration for: class 
jsyntaxpane.DefaultSyntaxKit from: 
jsyntaxpane/DefaultSyntaxKit/config.properties

Any help would be appreciated. Thanks

Original issue reported on code.google.com by adamcook...@gmail.com on 22 Jun 2010 at 5:59

GoogleCodeExporter commented 9 years ago
After the build, did you get a JAR file with a folder META-INF in it?
The best Build approach is for you to use Maven.
I'm no Eclipse expert, so don't know much how your build went.  But you should 
build with Maven and then run the generated JAR file.

Original comment by ayman.al...@gmail.com on 23 Jun 2010 at 1:56

GoogleCodeExporter commented 9 years ago
Thanks.  It turns out I had messed up the maven install, but its working now.

Original comment by adamcook...@gmail.com on 23 Jun 2010 at 7:32

GoogleCodeExporter commented 9 years ago

Original comment by ayman.al...@gmail.com on 24 Jun 2010 at 2:29