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
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
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
]
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
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
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
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