This is expected behavior. Javac trys to compile anything it sees as a
dependency of the files you ask it to compile.
If you are sure none of the files you are trying to compile depend on
ConnectionBeanFactoryTest.java, post your complete <javac> target so we can
see if there is a problem.
K.C.
> -----Original Message-----
> From: Jeffrey Porter [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, March 22, 2001 11:07 AM
> To: [EMAIL PROTECTED]
> Subject: ANT 1.3 Javac - Exclude Command not working.
>
>
>
> I'm tying to complie a bunch of source code and there is a
> dependancy in
> the code.
> All I want to do is to exclude the file.....
>
>
> meta.con.ConnectionBeanFactoryTest.java
>
>
> From the javac command. (so hence the compile error will not occur)
>
> I've tried both the following command and neither work.
>
>
> <exclude name="**/ConnectionBeanFactoryTest.java" />
> &
> excludes ="**/ConnectionBeanFactoryTest.java"
>
> Someone please help.
>
> JP.
>
>
> --
> .........if in doubt, get a hammock
>
>
>