RE: [Nant-users] Solution Task and VS.NEt Web Projects and CI

2004-07-17 Thread Bryan D. Andrews
H I think I might have been misled by things I have read, but the following solution task ended up working properly with a relative path: http://localhost/mySol/mySol.vbproj"; path="mySol.vbpro

Re: [Nant-users] Solution Task and VS.NEt Web Projects and CI

2004-07-17 Thread Gert Driesen
> - Original Message - > From: "Bryan D. Andrews" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Saturday, July 17, 2004 5:33 PM > Subject: [Nant-users] Solution Task and VS.NEt Web Projects and CI > > I am looking for some advice here. > > We are running draconet and a solution ta

Re: [Nant-users] Checking for non-existent environment variable

2004-07-17 Thread Merrill Cornish
>>> environment::variable-exists(string) Sounds good. Thanks, Merrill --- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com

[Nant-users] Solution Task and VS.NEt Web Projects and CI

2004-07-17 Thread Bryan D. Andrews
I am looking for some advice here. We are running draconet and a solution task and a VS.Net Web Project, and are trying to figure out how to make this build properly with a dynamic build directory such that Draconet has. Is it possible to do a with a relative path rather than a full file path?

Re: [Nant-users] Checking for non-existent environment variable

2004-07-17 Thread Gert Driesen
Merrill, I've added a environment::variable-exists(string) function to cvs. The environment::get-variable function will now report an error when attempting to get the value of an environment variable that doesn't exist. Gert - Original Message - From: "Merrill Cornish" <[EMAIL PROTECTED