Re: Inclusion and Exclusion Confusion

2007-07-20 Thread Evan J
I think you misunderstood me. The test target does indeed depend on compilation of base classes. When I run the compile target for the base classes _only_ (not the compile for test target), the compilation of such classes result in a correct set of classes (only the base classes) being compiled an

RE: Inclusion and Exclusion Confusion

2007-07-20 Thread RADEMAKERS Tanguy
>Can somebody shed light on what I am doing wrong? I'm guessing that your test classes refer to - i.e. depend on - the classes they test, right? So isn't it normal that the tested classes get compiled? /t - To unsubscribe, e-ma

Inclusion and Exclusion Confusion

2007-07-19 Thread Evan J
Hi, I have the following structure for a project: com/host/proj/package1/subpackage/{*.java} com/host/proj/package2/{*.java} com/host/proj/test/package2/{*.java} Note: test/package2 indicates that I am writing test cases for classes in package2 (at least for now). I would like to compile the pa