----- Original Message ----- From: "Steve Loughran" <[EMAIL PROTECTED]> To: "Ant Users List" <[EMAIL PROTECTED]> Sent: Tuesday, January 08, 2002 6:25 AM Subject: Re: jvc and the javac task
> > 2. Unfortunately, my company is tied to jvc. But using javac with jvc is > a > > lot faster than using an exec. > > no problem. you install jikes, set your build.properties up to use it on all > but release builds, everyone else takes longer to build. There are various > issues with <javac> not releasing all the libraries after a compile, setting > fork=true is safer and then you lose a lot of the speedup. Sounds simple and good, but it does not work if "tied to jvc" means something like "yes, we are using WFC" (or other com.ms.*-packages). Nico -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
