I am compiling with version 1.5 and I am specifying 1.5 as my javac version
Qazwart wrote: > > Take a look at the "target" and "source" properties of the <javac> > 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 > "ant.build.javac.target" general properties if you're using Ant 1.7 > of greater. This way, you don't have to worry about switching Java > JDKs in your compile. > > > On Jun 18, 2007, at 3:48 PM, Deus Davis wrote: > >> >> 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 search but did not find any answers . My first post..thank you >> -- >> View this message in context: http://www.nabble.com/Javadoc-task- >> tf3942423.html#a11182756 >> Sent from the Ant - Users mailing list archive at Nabble.com. >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> > > David Weintraub > [EMAIL PROTECTED] > [EMAIL PROTECTED] > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Javadoc-task-tf3942423.html#a11200533 Sent from the Ant - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
