Re: [NAnt-users] How do I rewrite this?

2006-08-17 Thread Gary Feldman
Robert Hanson wrote: > > idlFile and cppTarget are nant properties. > > > > > > > > It suggests using the following: > >[if] C:\projects\Mater\root\build projects\nant.build(253,4): > Attribute 'uptodatefile' for is deprecated. Use test="${file::up-to-date(comparefile, uptodatefile

Re: [NAnt-users] How do I rewrite this?

2006-08-17 Thread Noel Gifford
Use:     From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert Hanson Sent: Thursday, August 17, 2006 1:02 PM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] How do I rewrite this?   idlFile and cppTarget are nant properties.     It suggest

[NAnt-users] How do I rewrite this?

2006-08-17 Thread Robert Hanson
idlFile and cppTarget are nant properties.     It suggests using the following:    [if] C:\projects\Mater\root\build projects\nant.build(253,4): Attribute 'uptodatefile' for is deprecated.  Use instead.   Can I just use   -

Re: [NAnt-users] task: Resource-only DLL project fails to build if intermediate directory does not exist.

2006-08-17 Thread Gert Driesen
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nant-users- > [EMAIL PROTECTED] On Behalf Of Arnette, Bill > Sent: donderdag 17 augustus 2006 16:32 > To: nant-users@lists.sourceforge.net > Subject: [NAnt-users] task: Resource-only DLL project fails > to build if intermediate direc

[NAnt-users] task: Resource-only DLL project fails to build if intermediate directory does not exist.

2006-08-17 Thread Arnette, Bill
Create a resource only DLL C++ project (i.e. no C++ files) and solution in VS.Net 2003 . Attempt to compile it with the task. The intermediate directory (Release,Debug) will not be created if it does not already exist and the build will fail. I've added bug 1541596 for this issue. I've worked