Menu

Participating in Freemind Open Discussion

2015-04-14
2015-04-15
  • Jacob Lyles

    Jacob Lyles - 2015-04-14

    This is embarrassing. I can't seem to figure out how to reply to the
    previous thread that I started, here:

    http://sourceforge.net/p/freemind/discussion/22101/thread/1d886aeb/

    There seems to be no reply button. I originally posted by email, but have
    received no email with Christian's response. Perhaps I need to be given
    permission to post in this project's forums?

    For the record, yes, the same problem does show up when I try to run the
    1.1 branch on my Mac.

    • Jacob
     
  • Christian Foltin

    Hi,

    you can respond, if you are logged in. Each member in sourceforge is allowed to do this. You should enable the "Follow this" button.

    HTH, Chris

    PS: According to your problem: try "ant post" and to start the final Mac app via open. Does this work?

     
  • Jacob Lyles

    Jacob Lyles - 2015-04-15

    ant post finishes with the same exception:

    BUILD FAILED
    /Users/jlyles/code/freemind/freemind/build.xml:284: The following error occurred while executing this line:
    /Users/jlyles/code/freemind/freemind/build.xml:307: java.nio.file.NoSuchFileException: /Users/jlyles/code/freemind/freemind/Info.plist
    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:1227)
    at com.oracle.appbundler.AppBundlerTask.copy(AppBundlerTask.java:566)
    at com.oracle.appbundler.AppBundlerTask.copyRuntime(AppBundlerTask.java:357)
    at com.oracle.appbundler.AppBundlerTask.execute(AppBundlerTask.java:290)
    at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
    at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
    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:435)
    at org.apache.tools.ant.Target.performTasks(Target.java:456)
    at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1393)
    at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38)
    at org.apache.tools.ant.Project.executeTargets(Project.java:1248)
    at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:441)
    at org.apache.tools.ant.taskdefs.CallTarget.execute(CallTarget.java:105)
    at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
    at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
    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:435)
    at org.apache.tools.ant.Target.performTasks(Target.java:456)
    at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1393)
    at org.apache.tools.ant.Project.executeTarget(Project.java:1364)
    at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
    at org.apache.tools.ant.Project.executeTargets(Project.java:1248)
    at org.apache.tools.ant.Main.runBuild(Main.java:851)
    at org.apache.tools.ant.Main.startAnt(Main.java:235)
    at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
    at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)

    If I touch Info.plist, the build process gets a little further and dies with:

    BUILD FAILED
    /Users/jlyles/code/freemind/freemind/build.xml:284: The following error occurred while executing this line:
    /Users/jlyles/code/freemind/freemind/build.xml:307: /Users/jlyles/code/freemind/freemind/${env.JAVA_HOME} does not exist.

     
  • Christian Foltin

    Hi,
    try to set JAVA_HOME:

    ~/Programming/java/freemind/0_9_0/freemind$ set | grep JAVA
    JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home

    HTH, Chris

     

Log in to post a comment.