most of the time -debug and -verbose options should help u in debugging If your build is too huge, redirect them to a file
On Wed, Feb 27, 2008 at 11:39 AM, Ramu Sethu <[EMAIL PROTECTED]> wrote: > Hope these things helps you > > If u want specific path element to get printed > <path id="classpath"> > <fileset dir="lib"></fileset> > </path> > <property refid="lib" name="lib.prop"></property> > <echo>${prop}</echo> > > (or) > > <target name="test"> > <echo>${java.class.path}</echo> > </target> > > Let me know if i am wrong > > > On Wed, Feb 27, 2008 at 8:08 AM, Fred Janon <[EMAIL PROTECTED]> wrote: > > > Is there anything to display the classpath that Ant is using to launch > > a java task besides the verbose and debug ant options that don't > > display it? > > > > How can I debug Ant file in general? I check the Ant manual left and > > right and didn't find anything. > > > > Thanks > > > > Fred > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > -- > Thank you > Ramu S > > If A is success in life, then A equals x plus y plus z. Work is x; y is > play; and z is keeping your mouth shut. > - Albert Einstein -- Thank you Ramu S If A is success in life, then A equals x plus y plus z. Work is x; y is play; and z is keeping your mouth shut. - Albert Einstein