Re: [NAnt-users] Can i use nant for typical java source tree?

2006-08-15 Thread Gary Feldman
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 equivalent

Re: [NAnt-users] Can i use nant for typical java source tree?

2006-08-15 Thread Bob Archer
I think you’d have to use the exec task to compile the Java. Or, write a NAnt task which wraps the Java compiler.   BOb   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Barry Sent: Tuesday, August 15, 2006 6:43 PM To: nant-users@lists.sourceforge.net Subject: [NA

[NAnt-users] Can i use nant for typical java source tree?

2006-08-15 Thread Barry
All,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#? Thanks.B. --