The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
AppBundler
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...
Tagged:
0
Answers
you can just remove the task with the AppBundler. It is currently not used by any other task.
Best,
Nils