Re: [Nant-users] / vs. \

2004-04-20 Thread Gert Driesen
Michael, Tasks should not have problems with either, so please post a repro if you have different results. Thanks, Gert - Original Message - From: "Michael A. Angelo" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 20, 2004 10:04 PM Subject: [Nant-users] / vs. \ > Is

Re: [Nant-users] Why I can't download the nant 0.85?

2004-04-20 Thread Gert Driesen
Luo, I noticed some unplanned downtime of the sf.net servers too, but you can now download the 0.85 nightly builds again from http://nant.sourceforge.net/nightly/builds/. Hope this helps, Gert - Original Message - From: "Luo Jiaolong" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: We

[Nant-users] Why I can't download the nant 0.85?

2004-04-20 Thread Luo Jiaolong
I visited http://nant.sourceforge.net/, and also the daily build page. But it told me the pages I visited did not exist. So how can I get the nant 0.85? By the way, I am in local network. And the 2041 port--cvs port has been blocked. sema 4/21/2004

[Nant-users] / vs. \

2004-04-20 Thread Michael A. Angelo
Is it my imagination or do some tasks like / but dislike \ ? I am trying to set values at the top of my build file and some of my tasks like do not like / This is causing me to have numerous entries with one have / and the other have \ Any way around this? TIA Mike. --

[Nant-users] VB Reference Projects

2004-04-20 Thread Michael A. Angelo
The version attribute says it has multiple forms (label, version, date, etc). Can anyone let me know the proper syntax? It is not documented anywhere. Could it be: version="label=x" or version="y" --- This SF.Net email is sponsored by: I

RE: [Nant-users] VB Reference Projects

2004-04-20 Thread Michael A. Angelo
That does work! Thanx. I had .dll references in my projects instead of projects. Not very bright huh? Mike. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bob Archer Sent: Tuesday, April 20, 2004 11:07 AM To: Michael A. Angelo; [EMAIL PROTECTED] Subjec

RE: [Nant-users] VB Reference Projects

2004-04-20 Thread Bob Archer
Yes, if you use the solution task it will read the references and dependencies from the projects. Bob -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael A. Angelo Sent: Tuesday, April 20, 2004 11:00 AM To: [EMAIL PROTECTED] Subject: [Nant-users] VB

Re: [Nant-users] VB Reference Projects

2004-04-20 Thread Gert Driesen
- Original Message - From: "Michael A. Angelo" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 20, 2004 4:59 PM Subject: [Nant-users] VB Reference Projects > My VB projects may have references to other projects which I am assuming is > information obtained from the .vbpr

[Nant-users] VB Reference Projects

2004-04-20 Thread Michael A. Angelo
My VB projects may have references to other projects which I am assuming is information obtained from the .vbproj file. How do I get Nant to recognize this reference and build the references project if it needs to be built? I hope I explained this clearly. ;) TIA Mike. ---

RE: [Nant-users] XSLT to generate build files

2004-04-20 Thread Ryan Cromwell
Stephen Boom mentioned that I missed the NDoc.xslt include.  This was just a result of my very half-a** attempt at cleaning the VS.Net Project to NAnt build.xslt.  It just includes your NDoc task content.   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ryan Cromwe

Re: [Nant-users] Problem building with msi task

2004-04-20 Thread Gert Driesen
- Original Message - From: "Gert Driesen" <[EMAIL PROTECTED]> To: "Stephens, Michael" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, April 20, 2004 8:59 AM Subject: Re: [Nant-users] Problem building with msi task > Michael, > > This is now fixed in cvs. I'll upload a new night

Re: [Nant-users] Problem building with msi task

2004-04-20 Thread Gert Driesen
Michael, This is now fixed in cvs. I'll upload a new nightly build later today ... Thanks, Gert - Original Message - From: "Stephens, Michael" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, April 19, 2004 5:25 PM Subject: [Nant-users] Problem building with msi task > I am