Thank you, Josh!! I tried that, and it worked! I trimmed it down to just "lines,source", and it works too. I guess just having "lines" without "source" does nothing... :\ Anyway, that's a huge help.
Thanks a million. -Jeff --- "Tharp, Joshua L, SOLGV" <[EMAIL PROTECTED]> wrote: > I have my debuglevel set to "lines,vars,source" and > it works... I > haven't tried trimming that down at all though. > > Josh > > -----Original Message----- > From: Jeff Guttadauro [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 11, 2003 6:50 AM > To: [EMAIL PROTECTED] > Subject: Unknown source with debug=true > > Hi, all. > > I've searched and searched, and I always find > responses that say "Make sure you have debug on". > Ok, > well, I do, and I have my debuglevel set to lines, > but > I still get (Unknown Source) in my stack traces. > I've > also tried debug="on", but nothing works. I'm > running > Ant 1.5.3 on RedHat Linux 8 and using 1.3.1_06 > version > of the JDK. Here's my javac task. Would be > eternally > grateful for any help you can offer... > > Thanks! > -Jeff > > <target name="compile"> > <javac srcdir="javaSource" destdir="${javalib}" > listfiles="yes" > debug="true" debuglevel="lines" > includes="com/abbott/gprd/sbs/**" > excludes="**/utilities/Execute.java > **/utilities/Tester.java" /> > </target> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
