Barry wrote:
> If i have a java source tree that has been building with ant, then can 
> i use nant to compile it?
>
> I have projects that are coded in java and some in C#, can i use nant 
> to manage both? or do i need to use ant on java and nant on C#?
In theory you could code up some equivalents, but it's really not worth 
it.  In the past, I've used NAnt as my master script, with an <exec> 
task to run Ant on the Java components.  It's much easier.

Gary



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to