Re: [Nant-users] Nant help

2003-12-31 Thread William E Caputo
Jamie: >My question is, can I do checkouts, checkins, and labelling of code that resides in VSS, all from Nant? >I don't see any tasks that indicate such is possible. Check out the VSS tasks in NAntContrib: http://nantcontrib.sourceforge.net/help/tasks/index.html Best, Bill Willia

Re: [Nant-users] Conditional define

2003-11-21 Thread William E Caputo
The following build file will print the appropriate output depending on whether xyz is passed on the command line (e.g. nant -D:xyz=true): Hope this helps. Best, Bill Willi

Re: [Nant-users] Incorrect dependency evaluation?

2003-11-20 Thread William E Caputo
feel that its a valuable feature -- by not making this configurable, NAnt is overall poorer for it. *Both* call and depends have their uses -- and call's usage is greater than simply wishing to reexecute a complete stack. Best, Bill William E. Caputo ThoughtW

Re: [Nant-users] Release Date of 0.8.4

2003-11-19 Thread William E Caputo
it sounds like that this will be resolved (in a way to be determined) for 0.8.4, and if so that would answer my question, even if they aren't actually in the same download. Is that right? Best, Bill William E. Caputo ThoughtWorks, Inc. http://www.williamcaputo.com Are you sure

Re: [Nant-users] Problems while building NAnt from source

2003-11-13 Thread William E Caputo
w2k/freeware/handle.shtml (not affiliated, just really like the tool, and I often use it several times a day for situations just like this) Best, Bill William E. Caputo ThoughtWorks, Inc. http://www.williamcaputo.com "A ship in harbor is safe, but that is not what a

Re: [Nant-users] Renaming a directory

2003-10-24 Thread William E Caputo
lic static void ScriptMain(Project project) { Directory.Move(project.Properties["old.name"], project.Properties["new.name"]); } ]]></code> Hope this helps. Best, Bill William E. Caputo ThoughtWorks, Inc. http://www.twelve71.com/caputo/ ---

Re: [Nant-users] Failures: Tests.NAnt.VisualCpp.Tasks.ClTaskTest_HelloWorld

2003-10-16 Thread William E Caputo
option in NUnit to "ignoreIgnores" :-) Last weekend, I started looking into what it would take to do it. It doesn't look that hard. If I get a chance, maybe I will write a patch and send it in to the NUnit folks. Best, Bill William E. Caputo ThoughtWorks, Inc. A Plan is a lis

Re: [Nant-users] Failures: Tests.NAnt.VisualCpp.Tasks.ClTaskTest_HelloWorld

2003-10-09 Thread William E Caputo
ply unmark them. Best, Bill William E. Caputo ThoughtWorks, Inc. A Plan is a list of things that don't happen http://www.twelve71.com/caputo/ --- This SF.net email is sponsored by: SF.net Giveback Program. SourceForge.net ho

[Nant-users] task/exec/script -- when to use (was How do one update the AssemblyVersion build number?)

2003-09-16 Thread William E Caputo
ommand line tool is a PITA to use). So far, I have only used scripting when the situation was a single case need, and the nant/exec functionality was too limited. Best, Bill William E. Caputo ThoughtWorks, Inc. A Plan is a list of thin

[Nant-users] NAntContrib... Again (was RE: Obsolescing NAntContrib)

2003-09-12 Thread William E Caputo
shut-up for now, but I am firmly in the camp that separate sf projects for NAnt and NAntContrib is bad for NAnt's adoption and use. So, until next time... ;-) Best, Bill William E. Caputo ThoughtWorks, Inc. A Plan is a list of things that don't happen