AW: AW: Showing current classpath Ant is using in Build executing state

2007-10-10 Thread Knuplesch , Jürgen
Ant is using in Build executing state Knuplesch wrote: > Hello, > > Depending on the task you use, you can define a lot of classpaths. > I usually use the classpath or classpathref attribute to set the classpath > e.g. for the javac task. > > The question is: For wh

Re: AW: Showing current classpath Ant is using in Build executing state

2007-10-08 Thread Steve Loughran
Knuplesch wrote: Hello, Depending on the task you use, you can define a lot of classpaths. I usually use the classpath or classpathref attribute to set the classpath e.g. for the javac task. The question is: For which task you need the classpath and how do you set the classpath?? This is how

AW: Showing current classpath Ant is using in Build executing state

2007-10-08 Thread Knuplesch , Jürgen
711 806098-299 Geschäftsführer: Uwe Seltmann HRB Stuttgart 17655 USt-IdNr.: DE 811944121 -Ursprüngliche Nachricht- Von: Ravi Roy [mailto:[EMAIL PROTECTED] Gesendet: Samstag, 6. Oktober 2007 07:23 An: user@ant.apache.org Betreff: Showing current classpath Ant is using in Build executing

AW: Showing current classpath Ant is using in Build executing state

2007-10-07 Thread Rainer Noack
] Betreff: Re: Showing current classpath Ant is using in Build executing state I would echo the properties, perhaps logging to a file. ---glenn On 10/6/07, Ravi Roy <[EMAIL PROTECTED]> wrote: > > Hi All, > > In a scenario, where build is executing how I can see / log the curr

Re: Showing current classpath Ant is using in Build executing state

2007-10-06 Thread glenn opdycke-hansen
I would echo the properties, perhaps logging to a file. ---glenn On 10/6/07, Ravi Roy <[EMAIL PROTECTED]> wrote: > > Hi All, > > In a scenario, where build is executing how I can see / log the current > classpath of this build, which Ant is relying to build the project ? > I think Ant -diagnosi

RE : Showing current classpath Ant is using in Build executing state

2007-10-05 Thread Bourzeix , Hervé
try -verbose in your ant argument line , otherwise do a pathconvert / echo inside the build regards, Message d'origine De: Ravi Roy [mailto:[EMAIL PROTECTED] Date: sam. 06/10/2007 07:23 À: user@ant.apache.org Objet : Showing current classpath Ant is using in Build exec

Showing current classpath Ant is using in Build executing state

2007-10-05 Thread Ravi Roy
Hi All, In a scenario, where build is executing how I can see / log the current classpath of this build, which Ant is relying to build the project ? I think Ant -diagnositcs gives the interesting informarmation but not in the build executing state and is static in nature. Thanks in advance for th