[Nant-users] Re: Any good NANT build file generators for a .NET project or .NET So lution out there?

2003-11-10 Thread Matthew Mastracci
We're using the task here for building a total of 81 projects: webforms, winforms, class library, windows services and web services. We don't build off the solutions, but rather from a list of projects in a text file. NAnt still builds each of the projects in the correct order. For continuou

[Nant-users] RE: Nant-users digest, Vol 1 #484 - 3 msgs

2003-11-10 Thread franz m. pikal
--- This SF.Net email sponsored by: ApacheCon 2003, 16-19 November in Las Vegas. Learn firsthand the latest developments in Apache, PHP, Perl, XML, Java, MySQL, WebDAV, and more! http://www.apachecon.com/ ___

Re: [Nant-users] Problems with IIS-related tasks

2003-11-10 Thread Scott Hernandez
Frank, we can sure help. Please forward this post to the NAntContrib-Dev list http://lists.sourceforge.net/lists/listinfo/nantcontrib-developer There is also a section on building NAntContrib from cvs on the wiki too. - Original Message - From: "Frank Tullen" <[EMAIL PROTECTED]> To: <[E

RE: [Nant-users] Any good NANT build file generators for a .NET project or .NET So lution out there?

2003-11-10 Thread Jean Rajotte
Title: Message i'm not quite up on the latest slingshot.  it's a kettle of fish of its own.  i'd give the solution task a harder look if i were you, even if it means maintaining several solution files just for the sake of automation, if the one sln file the developers use is too weird for th

[Nant-users] Problems with IIS-related tasks

2003-11-10 Thread Frank Tullen
Hello, Recently, we started a new project where we want to 'automate' the complete build cycle (documenting, packaging ...) by using NAnt. We will be using webservices within the project which require an IIS-layer underneath them. In order to do that, we basically need the 'mkiisdir' and the 'd

RE: [Nant-users] Any good NANT build file generators for a .NET project or .NET So lution out there?

2003-11-10 Thread Jean Rajotte
Title: Message do you mean from a .sln file and/or .csproj files?   - there's the task that does all the work but doesn't generate an output .build - there's the slingshot task which wraps the slingshot utility which generates a .build from a sln.  it's fallen behind in terms of supporting

[Nant-users] Any good NANT build file generators for a .NET project or .NET So lution out there?

2003-11-10 Thread COTTER Eric F
Title: Message Hello,   I'm looking for a NANT build file generatorwell something that will get me close.  I would then desire to modify the generated code to suit my needs. Any tool like that exist?   Thanks,   Eric F. Cotter DevIdiom Inc.

RE: [Nant-users] To set a nant property value from within a script ran with

2003-11-10 Thread Jean Rajotte
Title: Message what's a "script ran with "  ?   a script runs using .  in there, you can set a property like so: