RE: Classpath reference

2005-04-11 Thread Singh, Arti
ok thanks.LOL:) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, April 11, 2005 12:37 PM To: user@ant.apache.org Subject: RE: Classpath reference You will generally get a better response if you start a new thread for your question (with a subject that

RE: Classpath reference

2005-04-11 Thread Kajsa.Anderson
Monday, April 11, 2005 11:05 AM > To: Ant Users List > Subject: RE: Classpath reference > > > hi all, > I am an ant newbie with a silly question.I have > a set of jar files that I need to get compiled.Should I > unzip each jar file to compile It??OR can I

RE: Classpath reference

2005-04-11 Thread Singh, Arti
PROTECTED] Sent: Monday, April 11, 2005 5:33 AM To: 'user@ant.apache.org' Subject: RE: Classpath reference >> >> >> >> >> > >> >> >> > >>

RE: Classpath reference

2005-04-11 Thread Dominique Devienne
> From: Mark Harris [mailto:[EMAIL PROTECTED] > > This was half the solution. The other half was to not use the id > "classpath", but to call it something else, e.g. "compile.classpath". Note that 'classpath' is not a reserved ID name. I've used it myself many times. It's something else specific

RE: Classpath reference

2005-04-11 Thread Mark Harris
>> >> >> >> >> > >> >> >> > >> > location="/myadditionaljar.jar"/> >> >> ... etc... > >Fore more information on reusing paths using refid see >[1]. This was half the solution. The other h

RE: Classpath reference

2005-04-08 Thread Dominique Devienne
> From: Mark Harris [mailto:[EMAIL PROTECTED] > > > ^^ Oh, and you want here instead too. --DD > > - To unsu

RE: Classpath reference

2005-04-08 Thread Dominique Devienne
> From: Mark Harris [mailto:[EMAIL PROTECTED] > > ^ It's likely the pb is the leading slash, unless all your Jars are in the root dir or the drive root, which is unlikely. automatically removes non-valid filenames, so yours is correctly referenced,

Re: Classpath reference

2005-04-08 Thread Antoine Levy-Lambert
Hello Mark, try this : + - Cheers, Antoine > Hello, > > Apache Ant version 1.6.2 > > I have a problem with my Ant script. I create a classpath reference at > the start of the

Re: Classpath reference

2005-04-08 Thread Ivan Ivanov
Hello Mark, Could try it in this way: > > > > > > > > > location="/myadditionaljar.jar"/> > > ... etc... Fore more information on reusing paths using refid see [1]. HTH Ivan [1]htt

Classpath reference

2005-04-08 Thread Mark Harris
Hello, Apache Ant version 1.6.2 I have a problem with my Ant script. I create a classpath reference at the start of the script, like this: ... but when I reference this from one of the targets in the build script (a JUnit test), it doesn't seem