> 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
> pac
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?
Ernst
On woensdag 28 januari 2004 07:00, Antony Paul wrote:
> Hi all,
> I need to compile files which are in diffe
Hi all,
I need to compile files which are in different subdirectories but in
same package. The particular javac task is to be used to compile the
generated jsp files by a modified version of jspc task which puts all
classes in org.apache.jsp package. This is a bug with Tomcat 4.1
implementation