[Nant-users] failonerror=false outputs non-zero return codes

2005-03-04 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
I'm executing a few external commands using the task. Some of these executions may fail. For the purposes of my build process these failures do not matter so I've been using the failonerror attribute to allow the build to continue. Unfortunately the task still reports such failures, providing the

[Nant-users] Update/Modify/Append Filesets

2005-03-04 Thread Hart, Leo
Title: Message Hello,   I was wondering if there was any way to modify a FileSet once it has been created.  For instance, if I had this fileset:     and I wanted to merge it with another FileSet:     I could do that with a function or by doing something like:      

RE: [Nant-users] Removing files on uninstallation.

2005-03-04 Thread Foster, Richard - PAL
Tom,   I would imagine the appropriate way to submit the bug is on the SourceForge page (http://sourceforge.net/tracker/?atid=474851&group_id=54790&func=browse). You should see a "Submit New" option at the top of the page. If that' s not the correct method perhaps one of the developers would

RE: [Nant-users] Removing files on uninstallation.

2005-03-04 Thread Whitner, Tom
Richard,       What is the process for entering defects against NAntContrib?  I have also found that the 'feature' attribute of the element exhibits the same problem.  For example:       -- This entry works.  -- This entry, which evaluates to the same things, results in an 'Object referenc