If you take a look at this page, http://nant.sourceforge.net/wiki/index.php/WritingATask, you will see how to write custom tasks.
In NAnt, everything in the xml build file is basically a task. Each task is defined by a class, and can be extended. Does that answer your questions? ----- Original Message ----- From: "Harsha Kalidindi" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, March 11, 2003 4:10 PM Subject: [Nant-users] Extending the NAnt model .. > Hi: > > I just started looking at the NAnt code and documentation and > could not find any references to extending the NAnt Schema. > > Till now we have used gmake and perl scripts to do all our builds, > some projects that don't have to automate a lot of tasks use the IDE. For > NAnt to really replace our build mechanism, we would have to add some > elements to Project and definitely a bunch of tasks that are specific to > our environment. > > Is there a way to extend the schema and have the Project and other > tags have more elements and maybe introduce some elements of our own? > > I am not worked with Ant either. > > Thanks, > Harsha > > [EMAIL PROTECTED] 212.762.4165 > > This communication is intended for the addressee(s) and may contain > confidential and legally privileged information. We do not waive > confidentiality or privilege by mis-transmission. If you have received this > communication in error, any use, dissemination, printing or copying is > strictly prohibited; please destroy all electronic and paper copies and > notify the sender immediately. > > > > ------------------------------------------------------- > This SF.net email is sponsored by:Crypto Challenge is now open! > Get cracking and register here for some mind boggling fun and > the chance of winning an Apple iPod: > http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en > _______________________________________________ > Nant-users mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/nant-users > > ------------------------------------------------------- This SF.net email is sponsored by:Crypto Challenge is now open! Get cracking and register here for some mind boggling fun and the chance of winning an Apple iPod: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en _______________________________________________ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users
