----- Original Message ----- From: "Anthony Rodriguez" <[EMAIL PROTECTED]> To: "'Ant Users List'" <[EMAIL PROTECTED]> Sent: Wednesday, January 09, 2002 8:07 PM Subject: Ant 1.5 Alpha - jvc and the javac task
> ok, so I installed ant 1.5 alpha, and wrote a javac task to use jvc. > However, now I can't fork if I use the jvc compiler. The compiler has to be > set as "modern" in order to fork. Am I understanding this correctly? Is > there any way I can fork with javac task if I use the jvc compiler? Using > another compiler is not an option, I have to use jvc. Thanks. > The jvc-Compiler is always forked, since there is only an executable and no Pure-Java implementation of the compiler available. Nico -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
