Re: javac exclude not working for directories

2007-03-22 Thread dtown
.comm}; ${compile.db4.3}; ${compile.swing}; ${compile.xml}" > On 3/22/07, Matt Benson <[EMAIL PROTECTED]> wrote: You've excluded the directories, but not their contents. Append ** to each. -Matt --- dtown <[EMAIL PROTECTED]> wrote: > I can't seem

Re: javac exclude not working for directories

2007-03-22 Thread dtown
t;[EMAIL PROTECTED]> wrote: --- dtown <[EMAIL PROTECTED]> wrote: > I tried that before, and it failed. I attempted to > compile classes in the > directories I wanted to exclude (it failed because > they have dependencies > which I did not include in the classpath) Okay,

javac exclude not working for directories

2007-03-22 Thread dtown
I can't seem to figure out what I am doing wrong. The following is my javac task: I basically want to exclude everything within the dir1 & dir2 (subdirectories included), and exclude the directories dir1/app2 & dir2/app3 (and all of their subdirectories). The include works as expected, but