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
>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
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