Re: [Nant-users] Task does not work with all VB projects

2004-05-10 Thread Gert Driesen
om VB6 using the VB.Net migration wizard as it is this that > inserts the line: DefineConstants = "Win32 = True". > > Paul. > > -Original Message- > From: Gert Driesen [mailto:[EMAIL PROTECTED] > Sent: 08 May 2004 13:44 > To: Martin Gainty; FRANCIS, Paul; [EMA

Re: [Nant-users] Task does not work with all VB projects

2004-05-08 Thread Gert Driesen
ROTECTED]>; <[EMAIL PROTECTED]> Sent: Saturday, May 08, 2004 2:11 PM Subject: Re: [Nant-users] Task does not work with all VB projects Task does not work with all VB projectsPaul The Ant way to handle this is to assign a property then later on your scripts can reference ${basename} a

Re: [Nant-users] Task does not work with all VB projects

2004-05-08 Thread Martin Gainty
To: '[EMAIL PROTECTED]' Sent: Friday, May 07, 2004 4:26 AM Subject: [Nant-users] Task does not work with all VB projects I've had a problem compiling some VB.Net projects. I debugged the source code and found it was because the VBC is being passed an inval

[Nant-users] Task does not work with all VB projects

2004-05-07 Thread FRANCIS, Paul
Title: Task does not work with all VB projects I've had a problem compiling some VB.Net projects. I debugged the source code and found it was because the VBC is being passed an invalid command line "/define:Win32 = True".See the following protion of my vbproj:         Na