RE: [Nant-users] redirection in a NAnt task ??

2005-10-19 Thread John Hardin
Evan Levy said: > use the task "output" parameter to send the program's output to a > file. In my experience that does NOT suppress output to the NANT log - it goes to both. Has that bug been fixed? -- John Hardin Development and Technology group (Seattle) CRS Retail Sys

Re: [Nant-users] EXEC Task Output

2005-07-24 Thread John Hardin
seeing something different? Yes, do tell. I'm having the opposite problem: when I redirect the output to a file, it *still* shows up in the NANT log even though I don't want it to... -- John Hardin Development and Technology group (Seattle) CRS Retail Systems, Inc. 3400 188th Street S

Re: [Nant-users] if and ifnot tasks

2005-06-19 Thread John Hardin
blahblahblah ...to get an ELSE clause. -- John Hardin Development and Technology group (Seattle) CRS Retail Systems, Inc. 3400 188th Street SW, Suite 185 Lynnwood, WA 98037 voice: (425) 672-1304 fax: (425) 672-0192 email: [EMAIL P

[Nant-users] with output= still logs program output

2005-06-14 Thread John Hardin
Hey, all. I'm using to process a source code file through a filter. Even though I have set output="filename" the output from the exec is still being logged. Is there something else I need to set to suppress logging of the output? The task: -- John Hardin Development

[Nant-users] task is not detecting some compile errors?

2005-03-18 Thread John Hardin
generate a failed build. The build failed later in ndoc when the documentation .xml for the CRM project couldn't be found. The only odd thing I can see is that the errors appear to be during "resgen" tasks. The above is about all the information I can provide - the problem has been fixed

RE: [Nant-users] Can't compare longs and ints???

2005-02-18 Thread John Hardin
On Thu, 2005-02-17 at 22:56, Gert Driesen wrote: > You should be using NAnt 0.85 RC2. ...whoopsie! I updated the build server but not my desktop... Thanks. {slinks off} -- John Hardin Development and Technology group (Seattle) CRS Retail Systems, Inc. 3400 188th Street SW, Suite 185 Lynnw

[Nant-users] Checking fileset contents?

2005-02-17 Thread John Hardin
Is there any way to dump the contents of a fileset? I'd like to verify that it's doing what I want it to do, and I don't see a "verbose" parameter on it or any task that will list its contents. Thanks! -- John Hardin Development and Technology group (Seattle) CRS Retail

[Nant-users] Can't compare longs and ints???

2005-02-17 Thread John Hardin
ile') == file::get_length('emptyfile')} and got an error saying == can't be used to compare long to long! -- John Hardin Development and Technology group (Seattle) CRS Retail Systems, Inc. 3400 188th Street SW, Suite 185 Lynnwood, WA 98037 voice: (425) 672-1304 fax: (

[Nant-users] ndoc task failing

2005-02-02 Thread John Hardin
an object. I'm getting lots of build warnings for missing XML documentation tags that I haven't added yet, but the build and unit tests are all successful... -- John Hardin Development and Technology group (Seattle) CRS Retail Systems, Inc. 3400 188th Street SW, Suite 185 Lynnwood,

Re: [Nant-users] syntax to specify nunit 2.2 when using nant .84

2005-01-19 Thread John Hardin
On Wed, 2005-01-19 at 06:06, Makita Carlson wrote: >WorkingDirectory="C:\Program Files\NUnit 2.2\bin" /> --> Off the top of my head: Try doubling the backslashes in the "fixture" path argument. http://www.crsretail.com -

Re: [Nant-users] GPL and build scripts

2005-01-18 Thread John Hardin
On Tue, 2005-01-18 at 10:47, [EMAIL PROTECTED] wrote: > Can anyone provide guidance here? Is my build script constrained to be GPL > the way tasks would be? Nope, no more than a shell script running under BASH is bound by the GPL on BASH. IANAL either, though. -- John Hardin Developme

Re: [Nant-users] Logging in nAnt

2004-12-23 Thread John Hardin
On Mon, 2004-12-20 at 12:02, Butler, Mark A Mr IPI Gramm Tech wrote: > Howdy All, > > Is there any other way to log out nAnt script progress to a file besides > using the 'echo' task? See the NantContrib task. -- John Hardin Internal Systems Administrator (Seattle) C

[Nant-users] Was anything new compiled?

2004-12-08 Thread John Hardin
, and/or a string that lists all of the assemblies that were built? Both would be useful... Thanks! -- John Hardin Internal Systems Administrator (Seattle) CRS Retail Systems, Inc. 3400 188th Street SW, Suite 185 Lynnwood, WA 98037 voice: (425) 672-1304 fax: (425) 672-0192 email: [EMAIL PROTEC