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
Will this build script be imported into each project's script? You can always add a target like "display-classpath" or something like that that just echo's it to the screen. This could be useful to some. Ben -Original Message- From: Uri Zeituni [mailto:[EMAIL PROTECTED] Sent: Tuesday,

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