Re: [Nant-users] nunit2 task failing but all tests pass

2005-09-28 Thread Owen Rogers
is target. cheers, owen. -- Owen Rogers | http://dotnetjunkies.com/weblog/exortech | CruiseControl.NET - http://ccnet.thoughtworks.com --- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussion

Re: [Nant-users] Build target from command line without dependencies

2005-09-14 Thread Owen Rogers
it also give great flexibility to recombine tasks however i want. eg. ... btw, i would recommend being careful with the task. it tends to produce a more rigid call chain and can lead to redundant task calls. cheers, owen. -- Owen Rogers | http://dotnetjunkies.com/weblog/exortech | Cruise

Re: [Nant-users] NAnt running under CCNET having issue when generating VS.NET 2003 type documentation with NDoc

2005-06-21 Thread Owen Rogers
; SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > from IBM. Find simple to follow Roadmaps, straightforward articles, > informative Webcasts and more! Get everything you need to get up to > speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&opclick

Re: [Nant-users] mixing call and depends

2005-05-13 Thread Owen Rogers
quot;true" > > means execute dependencies and is the default. > > > > From the original email it sounds like the called task's dependencies are > being executed even though they have already been called. My understanding > of the cascade attribute from the docume

[Nant-users] mixing call and depends

2005-05-12 Thread Owen Rogers
blem in earlier nant builds (though i could have overlooked it). cheers, owen. -- Owen Rogers | http://dotnetjunkies.com/weblog/exortech | CruiseControl.NET - http://ccnet.thoughtworks.com test.build Description: Binary data

Re: [Nant-users] vdproj and solution task in NAnt

2005-03-28 Thread Owen Rogers
. At this point, the NAntContrib msi/msm tasks now support > everything that is possible (and more) from a vdproj. I'll look at > updating that code base to fully support vdproj files and generate > 100% valid xml. > -- Owen Rogers | http://dotnetjunkies.com/weblog/exo

Re: [Nant-users] How to accelerate nant builds?

2005-02-20 Thread Owen Rogers
.com/?ad_id=6595&alloc_id=14396&op=click > ___ > Nant-users mailing list > Nant-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/nant-users > -- Owen Rogers | http://dotnetjunkies.com/weblog/exorte

Re: [Nant-users] Adding Target timings to Nant

2005-02-20 Thread Owen Rogers
timing output is written either to the console or to file depending on how you redirect the output from nant. cheers, owen. -- Owen Rogers | http://dotnetjunkies.com/weblog/exortech | CruiseControl.NET - http://ccnet.thoughtworks.com --- SF em

Re: [Nant-users] Adding Target timings to Nant

2005-02-16 Thread Owen Rogers
t/tracker/index.php?func=detail&aid=1122583&group_id=31650&atid=402870) for details. i'm hoping that it will see its way into the 0.85 release. cheers, owen. -- Owen Rogers | http://dotnetjunkies.com/weblog/exortech | CruiseControl.NET - htt

Re: [Nant-users] Programatically find out the build status.

2005-01-11 Thread Owen Rogers
> You ought to consider setting up a continuous integration server. ** shameless self-promotion ** -- you may want to have a look at CruiseControl.NET. it can take care of all this for you and more. -- CruiseControl.NET - http://ccnet.thoughtworks.com -

Re: [Nant-users] Changing Build Scripts depending on the type of build

2004-11-19 Thread Owen Rogers
hi steve, (i think that you meant to post this to the ccnet mailing list). (also, the current version of ccnet is 0.7, i think you are confusing it with nunit). so, in answer to your question: while it is possible to run multiple nant targets and to have multiple triggers within the same project