← Back to team overview

neos team mailing list archive

[Bug 496169] Re: Launch4j build fails (classpath not set?)

 

I've also added the jarbundler library now, so the .app file for Mac
users will be generated automatically. I think the last step (put the
.app into a .dmg file) we can also include into the build script.

-- 
Launch4j build fails (classpath not set?)
https://bugs.launchpad.net/bugs/496169
You received this bug notification because you are a member of Team
N.E.O.S., which is the registrant for RevAger.

Status in RevAger: Fix Committed
Status in RevAger 1.2 series: New

Bug description:
When running the build script on a fresh trunk/r25 copy, I am getting the following error:

BUILD FAILED
net.sf.launch4j.BuilderException: net.sf.launch4j.ExecException: Exec failed(1): [Ljava.lang.String;@1f44aa6
	at net.sf.launch4j.Builder.build(Builder.java:144)
	at net.sf.launch4j.ant.Launch4jTask.execute(Launch4jTask.java:111)
	at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
	at org.apache.tools.ant.Task.perform(Task.java:348)
	at org.apache.tools.ant.Target.execute(Target.java:357)
	at org.apache.tools.ant.Target.performTasks(Target.java:385)
	at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337)
	at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
	at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
	at org.apache.tools.ant.Project.executeTargets(Project.java:1189)
	at org.apache.tools.ant.Main.runBuild(Main.java:758)
	at org.apache.tools.ant.Main.startAnt(Main.java:217)
	at org.apache.tools.ant.launch.Launcher.run(Launcher.java:257)
	at org.apache.tools.ant.launch.Launcher.main(Launcher.java:104)
Caused by: net.sf.launch4j.ExecException: Exec failed(1): [Ljava.lang.String;@1f44aa6
	at net.sf.launch4j.Util.exec(Util.java:142)
	at net.sf.launch4j.Cmd.exec(Builder.java:205)
	at net.sf.launch4j.Builder.build(Builder.java:112)
	... 18 more

Platform: Ubuntu 9.10/x86 (Linux ubuntu 2.6.31-16-generic #52-Ubuntu SMP Thu Dec 3 22:00:22 UTC 2009 i686 GNU/Linux)
java version "1.6.0_15"
Java(TM) SE Runtime Environment (build 1.6.0_15-b03)
Java HotSpot(TM) Client VM (build 14.1-b02, mixed mode, sharing)





References