[Nant-users] problem using functions inside a script-task

2004-11-25 Thread Helmut Dipper
Hello, to extend the set of functions I want to define some via the script-task (see attached file). Within some implementations I want to use the predefined functions. If they are realized by "static" methods this is only a job to find name and class of them. But if an instance of a class, for ex

[Nant-users] Error Building Web Project

2004-11-25 Thread 邹源
Dear Gert : I'm using the nant(version is nant-0.85-nightly) to build the .net solution( the framework is 1.1 version) that include a web project.Some unimaginable things happend. the build file fragment is:

[Nant-users] Exception while using cvs-checkout

2004-11-25 Thread Swati Bali
Hi, I am trying to use the cvs-checkout command of Nant and getting the following exception on the console: System.ArgumentException: no username given at ICSharpCode.SharpCvsLib.Misc.CvsRoot..ctor(String cvsroot) at NAnt.SourceControl.Tasks.AbstractCvsTask.ExecuteTask() at NAnt.Core

Re: [Nant-users] Content of distributions ?

2004-11-25 Thread Troy Laurin
Gert Driesen wrote: Rutger Dijkstra wrote: [snip] One can, of course, distribute the relevant documentation by making it available online; this is a respectable thing to do. However, that would mean that you have to ensure the continued availability of the documentation of older versions of NAnt: p

[Nant-users] RE: Content of distributions

2004-11-25 Thread Rutger Dijkstra
I understand that the objective is the reduce the size of the binary distribution. Here are some ideas: 1. package a release build without pdb-s: saves 2.4 Mb and looks better. 2. move the documentation generating targets from NAnt.build to doc/documentation.build and distribute the latter