Re: Javadoc task

2007-06-18 Thread Qazwart
Take a look at the "target" and "source" properties of the task. If you use a higher Java JDK than you want to compile to, you can set these properties to emulate the Java JDK you are compiling for and the Java JDK you will be running on. You can also set the "ant.build.javac.source" and

use different jdk for build file

2007-06-18 Thread kkmca
i have an environment that i use to build applications and a new requirement has been developed for this environment to use two different jdks for building different versions of the code, the old branch uses jdk 1.5 and the new branch uses jdk 1.6 i found that it is easy enough to tell the jav

Javadoc task

2007-06-18 Thread Deus Davis
I have a build which will occasionally hang in the middle of running my javadoc task. I have increased memory usage to 1GB and still have the issue. I turned on verbose mode and still I am getting no indication as to why this is happening . What could be causing this type of behavior? I did sea