Cannot build with AppBunder and the latest early access release of 1.7.0_40
Paul Taylor
paul_t100 at fastmail.fm
Thu Aug 15 03:09:57 PDT 2013
On 14/08/2013 17:49, Paul Taylor wrote:
> I just updated from build 1.7.0_40-ea (24.0-b48) to the latest build
> 1.7.0_40-ea (24.0-b55) and now when I try to use the fork of
> AppBundler at https://bitbucket.org/infinitekind/appbundler its failing
> Ive double checked and don't think Im doing anything stupid, has
> something significant changed between versions
>
> /Users/paul/code/jthink/SongKong/build.xml:20:
> java.nio.file.NoSuchFileException: /Users/paul/code/jthink/SongKong/MacOS
> at
> sun.nio.fs.UnixException.translateToIOException(UnixException.java:86)
> at
> sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102)
> at
> sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107)
> at sun.nio.fs.UnixCopyFile.copy(UnixCopyFile.java:520)
> at
> sun.nio.fs.UnixFileSystemProvider.copy(UnixFileSystemProvider.java:253)
> at java.nio.file.Files.copy(Files.java:1225)
> at com.oracle.appbundler.AppBundlerTask.copy(AppBundlerTask.java:712)
> at
> com.oracle.appbundler.AppBundlerTask.copyRuntime(AppBundlerTask.java:406)
> at
> com.oracle.appbundler.AppBundlerTask.execute(AppBundlerTask.java:336)
> at
> org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:606)
> 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:392)
> at
> org.apache.tools.ant.helper.ProjectHelper2.parse(ProjectHelper2.java:180)
> at
> org.apache.tools.ant.ProjectHelper.configureProject(ProjectHelper.java:82)
> at org.apache.tools.ant.Main.runBuild(Main.java:795)
> at org.apache.tools.ant.Main.startAnt(Main.java:217)
> at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
> at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)
>
> thanks Paul
>
FYI:I thought I should double check this by downgrading to the earlier
build, so i downloaded build29 (which equates to Server VM 24.0.b48)
which is not listed but is still available at
http://jdk7.java.net/archive/7u40-b29.html and I still get the same error.
Eventually I solved the issue I don't remember making any modification
to JAVA_HOME but doing
export JAVA_HOME=`/usr/libexec/java_home`
fixed the issue
Paul
More information about the macosx-port-dev
mailing list