Title: Message
If the deprecation messages are getting to you, you
could modify the source in your local copy...
In the file $NANT_HOME/src/NAnt.Core/Tasks/IfTask.cs,
delete the [System.Obsolete...] attribute attached to the UpToDateFile property
(line 171, in my source... nightly build 200
I am trying to compile NAnt under Mono, beta 3 and i keep getting this
strange error:
src/NAnt.DotNet/Types/ResourceFileSet.cs(86) error CS1501: No overload
for method `NAnt.Core.Types.FileSet' takes `1' arguments
src/NAnt.DotNet/Types/ResourceFileSet.cs(86) error CS1501: New
invocation: Can no
Title: Message
Yes, it does. And I would just like to
state (again), that the deprecated status should be removed from uptodatefile until
the function provides the same level functionality. Those deprecated messages
are filling my log files!
Regards,
Nick.
From:
[EMAIL PROT
Title: Message
Well, it looks like file::up-to-date falls quite short
of the functionality that uptodatefile provided.
The file::up-to-date function should probably be
extended to create:
file::up-to-date-to-fileset(srcFile,
targetFileSetRefId)
file::fileset-up-to-date(srcFileSetRefId,
tar
Hello John,
I have already done an automatic docbook transformation with NAnt.
To achive this I use the exec task to invoke instant saxon
(or in your case XSLTproc).
The "BuildMapFile" target takes *.hm files created by the
makehm utility and appends the filenames to the generated
HTMLHelp proj
I’m using a solution task to build the app. The app builds
fine in the VS.NET IDE and in Nant, but the Nant version of the exe always
fails when I attempt to run it. I also notice that the Nant-built version of
the exe is consistently much smaller than the IDE-built version. (It’s a
VS.Net-
Hello dear friends !!!
I need your help once again today. This time I’m
having problems with the email that sends out to notify me of the build succes
or in my case..the failure. I get the e-mail with the subject line but nothing
else…no body nor any attachments. However, in the log fil
Title: Message
All,
I've
included an here that is using the deprecated uptodatefile.
NAnt warns that the attribute is deprecated and to use the
${file::uptodate(comparefile, uptodatefile)} function.
In
this code below, it will set the ${build.required} property to false if all
files a