GoogleCodeArchive / piccolo2d

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

examples module should create a runnable jar #109

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The examples module should create a runnable jar with the maven assembly
plugin and a descriptorId of jar-with-dependencies.

~/working/piccolo2d.java-trunk/examples
$ mvn assembly:assembly
...
[INFO] Error reading assemblies: No assembly descriptors found.

The jar manifest should set edu.umd.cs.piccolo.examples.ExampleRunner as
the main class.

Original issue reported on code.google.com by heue...@gmail.com on 28 Jul 2009 at 2:04

GoogleCodeExporter commented 9 years ago
may I add webstart to the wishlist? I've done such before, if we need working
examples we can cannibalise (assembly:)
http://svn.berlios.de/wsvn/jcurl/trunk/java-core/jc-demo/pom.xml and (webstart:)
http://svn.berlios.de/wsvn/jcurl/trunk/java-core/webstart/tactics/pom.xml

Original comment by mr0...@mro.name on 28 Jul 2009 at 9:34

GoogleCodeExporter commented 9 years ago
Webstart's a great idea.

Original comment by allain.lalonde on 28 Jul 2009 at 12:07

GoogleCodeExporter commented 9 years ago
Yes, please.  I also have an assembly example at

http://dishevelled.svn.sourceforge.net/viewvc/dishevelled/trunk/piccolo-ease-exa
mples/pom.xml?revision=632&view=markup

I never figured the maven webstart plugin out though, I'll take a look at your 
example.

Original comment by heue...@gmail.com on 28 Jul 2009 at 4:20

GoogleCodeExporter commented 9 years ago
Created new issues for webstart configuration (Issue 139) and ExampleRunner
improvement (Issue 140).

$ svn commit -m "Issue 109 ; adding configuration for maven assembly plugin to
examples and swt-examples" .
Sending        examples/pom.xml
Sending        swt-examples/pom.xml
Transmitting file data ..
Committed revision 754.

Original comment by heue...@gmail.com on 20 Oct 2009 at 4:37

GoogleCodeExporter commented 9 years ago
Sweet!

Original comment by allain.lalonde on 5 Nov 2009 at 3:11