AppBundler

JayCarrJayCarr Member Posts: 23 Contributor II
edited November 2018 in Help
Is there a way to skip using AppBundler in build.xml so that I can compile using 1.6 instead of 1.7?  I don't ever build for Mac OSX, so I can't see any use for it.  All it's doing is killing the build process as far as I can tell...

UPDATE:  Alternatively I could probably go ahead and use AppBundler with Java 7 if someone could help me figure out how to make com.sun.javadoc.* to work...  I keep including the .jars in the JRE (from http://stackoverflow.com/questions/4797079/how-to-import-com-sun-javadoc-in-eclipse), but it doesn't seem to work from me...
Tagged:

Answers

  • Nils_WoehlerNils_Woehler Member Posts: 463 Maven
    Hi,

    you can just remove the task with the AppBundler. It is currently not used by any other task.

    Best,
    Nils
  • JayCarrJayCarr Member Posts: 23 Contributor II
    Ah, good to know, thanks :-).
Sign In or Register to comment.