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
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
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.
--