Re: Checking classpath enteries --from ant script

2005-12-20 Thread Stefan Bodewig
On Tue, 20 Dec 2005, Srikrishna Parthasarathy <[EMAIL PROTECTED]> wrote: > How do you check for classpath entry's using ant task ? I'm not sure what "check for" exactly means here. You may want to look into the task or apply the condition to ${java.class.path}. Stefan ---

RE: Checking classpath enteries --from ant script

2005-12-20 Thread Rainer Noack
ber 20, 2005 6:48 PM > To: user@ant.apache.org > Subject: Checking classpath enteries --from ant script > > > How do you check for classpath entry's using ant task ? > > - To unsubscribe, e-mail: [EM

Checking classpath enteries --from ant script

2005-12-20 Thread Srikrishna_Parthasarathy
How do you check for classpath entry's using ant task ?