RE: Classpath in external file

2005-11-01 Thread Uri Zeituni
That's a good idea (how didn't I think about it?). Thanks! -Original Message- From: Jon Skeet [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 01, 2005 5:13 PM To: Ant Users List Subject: RE: Classpath in external file > I have a situation where I have a few projects,

RE: Classpath in external file

2005-11-01 Thread Burgess, Benjamin
CTED] Sent: Tuesday, November 01, 2005 9:59 AM To: Ant User list (E-mail) Subject: Classpath in external file Hi, I have a situation where I have a few projects, each one have its own build, but all use the same classpath reference for compilation. I have a huge classpath defined, and I don&#x

RE: Classpath in external file

2005-11-01 Thread Jon Skeet
> I have a situation where I have a few projects, each one have > its own build, but all use the same classpath reference for > compilation. > I have a huge classpath defined, and I don't want to repeat > it in every single script. What I did so far is to define the > classpath in a certain pro

Classpath in external file

2005-11-01 Thread Uri Zeituni
Hi, I have a situation where I have a few projects, each one have its own build, but all use the same classpath reference for compilation. I have a huge classpath defined, and I don't want to repeat it in every single script. What I did so far is to define the classpath in a certain project and