Hi Hal.

> We are currently looking at tools to perform automated build with. 
> We currently use C++ and Visual Basic, however they are pre - .Net
versions. 
> Can you tell me if NAnt supports pre .Net versions of C++ or VB? 
> I always see references to the CLR and .Net versions 1.0 and later ...
> but never anything related to pre .Net.

NAnt supports non .NET builds just fine - the only caveat is that you
may need to work a bit harder to get things done.

Some data points for you ...

1) I'm currently using NAnt (at home) to compile Delphi 7 applications,
pack those applications and support files into an NSIS installer and
then create a ZIP distribution file. Only the ZIP stage has a dedicated
NAnt task.

2) I also currently use Ant (NAnt's Java based cousin) to publish some
websites using XSLT (ie not compiling any java code)

3) Some years ago, I used an earlier version of Ant to build an entire
suite of Bespoke Delphi 5 applications - the build process included
retrival of source code from QVCS, compiling 74 applications, archiving
successfully built applications, creating an HTML log page on our
intranet, and sending an email to whoever broke a build. None of these
steps had native support in Ant.

I'd suggest that NAnt *can* make your builds work, and work well.

Keep Smiling,
Bevan.




******************************************************************************
"This message (and any files transmitted with it) are confidential and 
may be legally privileged. If you are not the intended recipient please
notify the sender immediately and delete this message from your system.

This message does not necessarily reflect the views of the
Reserve Bank of New Zealand. If the recipient has any concerns
about the content of this message they should seek alternative
confirmation from the Reserve Bank of New Zealand."
******************************************************************************





-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to