AppBundler
JayCarr
New Altair Community Member
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...
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...
0
Answers
-
Hi,
you can just remove the task with the AppBundler. It is currently not used by any other task.
Best,
Nils0 -
Ah, good to know, thanks :-).0