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...