For 1.5, you also need to set debuglevel; from the documentation: "Keyword list to be appended to the -g command-line switch. This will be ignored by all implementations except modern and classic(ver >= 1.2). Legal values are none or a comma-separated list of the following keywords: lines, vars, and source. If debuglevel is not specified, by default, :none will be appended to -g. If debug is not turned on, this attribute will be ignored." (If I recall correctly, simply setting debug="on" was enough for 1.4.)
Kendall ----- Original Message ----- From: "Keith Hatton khatton-at-axiomsystems.com |Ant 20021231|" <[EMAIL PROTECTED]> To: <XXXXXXXXXXXXXXXXXX> Sent: Wednesday, January 08, 2003 10:58 Subject: RE: JIT on ANT > <javac debug="on" ...> > > > -----Original Message----- > From: Lee, Insoo [mailto:[EMAIL PROTECTED]] > Sent: 08 January 2003 16:56 > To: '[EMAIL PROTECTED]' > Subject: JIT on ANT > > > > How would I turn on JIT with ANT so that I get line numbers in stackTrace > instead of Compiled Code? > Thanks! -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
