[Nant-users] Anyway to set the path?

2003-08-28 Thread Berin Loritsch
ANT has ways where I can manage my classpath all over the place, but Nant has no such equivalent. As a result, when I run my Nunit tests, I have to copy DLLs all over the place just to make the tests run. I would like to know if I can programmatically adjust the path for things like Nunit and Ndoc

Re: [Nant-users] Ant vs. NAnt

2003-07-21 Thread Berin Loritsch
Erv Walter wrote: How will you be "porting" your .NET code to Linux and Mac? Mono? If so, Nant works on Linux with Mono today, and I assume it would work on Mac as well as soon as Mono works on Mac (if it doesn't already). The main difference between Nant and Ant is what tasks are available

Re: [Nant-users] [RT] Assembly Paths

2003-07-07 Thread Berin Loritsch
Ian MacLean wrote: Berin, Its a good idea. We've just implemented referencable datatypes in NAnt so adding a path datatype shouldn't be too hard. Looking at the description of in the O'Reilly Ant book I see it can contain either: nested elements nested elements or nested elments this seems a

Re: [Nant-users] [RT] Assembly Paths

2003-07-07 Thread Berin Loritsch
Ian MacLean wrote: Berin, Its a good idea. We've just implemented referencable datatypes in NAnt so adding a path datatype shouldn't be too hard. Looking at the description of in the O'Reilly Ant book I see it can contain either: nested elements nested elements or nested elments this seems a

[Nant-users] [RT] Assembly Paths

2003-06-27 Thread Berin Loritsch
[RT] -> Random Thought At the risk of pulling a "hit 'em and split 'em" just before I go on vacation, I would like to propose something. I have been a Java developer for a few years now, and I am very used to the way ANT works. I was quite happy to see a .NET version available since I am now req