> From: Ernst de Haan [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, January 28, 2004 2:30 AM
> To: Ant Developers List; Antony Paul
> Subject: Re: What about a per directory javac compiler
> 
> Wouldn't it be a solution to copy all the files that should be in one
> package to a single directory (e.g. build/src/java/) and then do the
> regular operations on that directory?

That's what I've done in a different but similar situation. The Java
code was not in a directory matching the package names, so I first
<sync>'d the files from src/ to build/sources/ in the correct place,
and then compiled the sources from there. --DD

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to