RE: [Nant-users] More task woes

2005-02-23 Thread Bill Arnette
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Merrill Cornish > Sent: Tuesday, February 22, 2005 5:45 PM > To: Arnette, Bill; 'nant-users@lists.sourceforge.net' > Subject: Re: [Nant-users] More task woes > > > Bill, > > I haven't done it r

[Nant-users] sysinfo feature request

2005-02-23 Thread Chris Fewtrell
Hello   I am using sysinfo task to get the values of environment variables (so I can find things like where I have installed python on the build machine for example).  I use   Now properties "sys.env.xxx" are created with all

Re: [Nant-users] More task woes

2005-02-23 Thread Ian MacLean
Bill Arnette wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Merrill Cornish Sent: Tuesday, February 22, 2005 5:45 PM To: Arnette, Bill; 'nant-users@lists.sourceforge.net' Subject: Re: [Nant-users] More task woes Bill, I haven't done it recent

Re: [Nant-users] More task woes

2005-02-23 Thread Ian MacLean
Ian MacLean wrote: No, I mean targets. But according to the docs, tasks defined at the project level should be run when at the point the file is included. So I put an task at the project level in my included file and it doesn't get run. I also tried putting a in the included file and then

RE: [Nant-users] More task woes

2005-02-23 Thread Bill Arnette
> Ian MacLean wrote: > > > > I tried it out and discovered that if you omit the xmlns > attribute on > > the project in the main build file, it then works. Further testing > > reveals that if both the main and included build file have the > > identical xmlns attribute, it also works. Gary >

[Nant-users] Solution building obj's but not dll

2005-02-23 Thread Van Hal Marisa J
Title: Solution building obj's but not dll I have a solution file that has a couple VC++ projects in it.  I managed to fix the last problem of it giving me a nullreference, but now I’m on to the next problem.  It’s creating the obj’s for the files, but it never creates the dll.  I would like

Re: [Nant-users] More task woes

2005-02-23 Thread Ian MacLean
Bill Arnette wrote: Ian MacLean wrote: I tried it out and discovered that if you omit the xmlns attribute on the project in the main build file, it then works. Further testing reveals that if both the main and included build file have the identical xmlns attribute, it also wor

Re: [Nant-users] More task woes

2005-02-23 Thread Ian MacLean
Ian MacLean wrote: yeah - its implemented as an xslt script now - ie it doesn't execute any tasks ( included :) ). Perhaps a better implementation could be written that processes the includes as well. It could probably be done with xslt but that may not be the best approach. Do you want to lo

RE: [Nant-users] More task woes

2005-02-23 Thread Bill Arnette
> Ian MacLean wrote: > > >> > > yeah - its implemented as an xslt script now - ie it > doesn't execute > > any tasks ( included :) ). Perhaps a better > implementation > > could be written that processes the includes as well. It could > > probably be done with xslt but that may not be the be

[Nant-users] On the right track?

2005-02-23 Thread Jeff Rodenburg
I've been using NAnt only for a few days, but bear with me. I'm seeking direction, not necessarily the answer. Here's the situation: - I have a VS2003 Solution that consists of multiple projects. A few projects have dependencies on the others. - We maintain our source code in Subversion. - We

Re: [Nant-users] On the right track?

2005-02-23 Thread Josh Larson
On Wed, 23 Feb 2005 10:21:59 -0800, Jeff Rodenburg <[EMAIL PROTECTED]> wrote: > My questions: > - Do I require the individual .csproj files to be current for a NAnt > build script? Do I have other options to use besides those files? The csc task can build source files based on patterns, lists, wha

[Nant-users] Accelerating Resource Creation on

2005-02-23 Thread Nau, Michael
Title: Accelerating Resource Creation on Is there a way to accelerate the resource creation on the task. I can see that is calling for all the files included in the attribute. It looks as if resgen is being called once for each files included in the . I did some testing with calling res

[Nant-users] On the right track?

2005-02-23 Thread Jeff Rodenburg
I've been using NAnt only for a few days, but bear with me. I'm seeking direction, not necessarily the answer. Here's the situation: - I have a VS2003 Solution that consists of multiple projects. A few projects have dependencies on the others. - We maintain our source code in Subversion. - We

[Nant-users] Nant and Nunit 2.2 problem

2005-02-23 Thread Chris Taylor
Alright, so I figured out my problem form yesterday. It helped that I pointed it to which directory the test was in and boom, were done.. So unit tests are running and I'm happy. but I want the XML output from Nunit so I can merge that with CC.NET 0.8. I'm using nant 0.85rc2 (0.85.1869.0) and

Re: [Nant-users] Nant and Nunit 2.2 problem

2005-02-23 Thread Mike Roberts
On Wed, 23 Feb 2005 16:14:51 -0600, Chris Taylor <[EMAIL PROTECTED]> wrote: > Alright, so I figured out my problem form yesterday. It helped that I > pointed it to which directory the test was in and boom, were done.. > > So unit tests are running and I'm happy. but I want the XML output > from

Re: [Nant-users] Nant and Nunit 2.2 problem

2005-02-23 Thread Chris Taylor
Jeez Mike do you just sit on all the lists? =) Ok, since this is a concern between ccnet and nant then you are probably the perfect person to ask. Using your method described in your blog, will cc.net still fail upon failed unit tests? That was kind of the pretty feature I liked about the nunit2

Re: [Nant-users] Nant and Nunit 2.2 problem

2005-02-23 Thread Mike Roberts
On Wed, 23 Feb 2005 21:42:49 -0600, Chris Taylor <[EMAIL PROTECTED]> wrote: > Jeez Mike do you just sit on all the lists? =) Not *all* of them. I leave Cobol.NET to themselves ;) > Using your method described in your blog, will cc.net still fail upon > failed unit tests? Yes - honours non-zero

Re: [Nant-users] Nant and Nunit 2.2 problem

2005-02-23 Thread Kevin Williams
Forgive me for butting in, but I might have a hint that would help. I thought CC.NET automatically directs NAnt to produce XML output which can be merged. If I'm correct, you don't have to do any of this, it should Just Work. http://confluence.public.thoughtworks.org/display/CCNET/NAnt+Builder

Re: [Nant-users] Nant and Nunit 2.2 problem

2005-02-23 Thread Mike Roberts
On Wed, 23 Feb 2005 21:58:44 -0700, Kevin Williams <[EMAIL PROTECTED]> wrote: > I thought CC.NET automatically directs NAnt to produce XML output which > can be merged. If I'm correct, you don't have to do any of this, it > should Just Work. If you use the NUnit tasks, that's true, but its not th