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