RE: HELP :javac classpath: Thankyou

2005-08-09 Thread Arti Singh
Thank you .It works __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

Re: HELP :javac classpath

2005-08-09 Thread Peter Reilly
do it for you. HTH Bill -Original Message- From: Arti Singh [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 09, 2005 8:11 AM To: user@ant.apache.org Subject: HELP :javac classpath Hi , I just want to clarify a few things.I am trying to compile a few java files in my ant build s

RE: HELP :javac classpath

2005-08-09 Thread Bill Rich
EMAIL PROTECTED] Sent: Tuesday, August 09, 2005 8:11 AM To: user@ant.apache.org Subject: HELP :javac classpath Hi , I just want to clarify a few things.I am trying to compile a few java files in my ant build script using a classpath variable to point to required libraries.I trie

HELP :javac classpath

2005-08-09 Thread Arti Singh
Hi , I just want to clarify a few things.I am trying to compile a few java files in my ant build script using a classpath variable to point to required libraries.I tried the approach below.I tried to define my classpath in properties and then used them in javac, but that doesnt seep t