[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
] Subject: RE: [Nant-users] VB Reference Projects 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

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 > i

[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. ---