tuliob / jsyntaxpane

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

Maven built jar does not include main class #23

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. checkout
2. mvn package (took me 6 minutes to download and compile after a fresh
maven install)
3. java -jar jsyntaxpane.jar

What is the expected output? What do you see instead?
Tester should start, but get:
Failed to load Main-Class manifest attribute from
jsyntaxpane-0.9.0.jar

You should probablly add the jar manifest and the set the main class for
this to work.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by ayman.al...@gmail.com on 11 Aug 2008 at 6:27

GoogleCodeExporter commented 9 years ago
Doing it right now...

Original comment by subwiz on 11 Aug 2008 at 6:52

GoogleCodeExporter commented 9 years ago
Rev. 25 has the fix.

Original comment by subwiz on 11 Aug 2008 at 7:01