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