From: <jm...@us...> - 2011-07-17 08:57:09
|
Revision: 2555 http://eulergui.svn.sourceforge.net/eulergui/?rev=2555&view=rev Author: jmvanel Date: 2011-07-17 08:57:02 +0000 (Sun, 17 Jul 2011) Log Message: ----------- attempts to solve the Maven issue: The executable jar was corrupted at the stage of building, so the tests passed , but with the executable jar it was impossible to open the N3 editor . I had to apply this hack after mvn package : cd target/classes zip -r ../eulergui-1.9-SNAPSHOT-jar-with-dependencies.jar . Modified Paths: -------------- trunk/eulergui/pom.xml Added Paths: ----------- trunk/eulergui/my-jar-with-dependencies This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |