AppBundler

JayCarr
JayCarr New Altair Community Member
edited November 5 in Community Q&A
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...

Answers

  • Nils_Woehler
    Nils_Woehler New Altair Community Member
    Hi,

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

    Best,
    Nils
  • JayCarr
    JayCarr New Altair Community Member
    Ah, good to know, thanks :-).