Posted By:
piyush_sheth
Posted On:
Tuesday, March 5, 2002 09:08 AM
There is a class abc.class in
com/foo/module/x/
Therefore it is in package:
com.foo.module.x
There is another class def.java in
com/foo/module/y/
. This class uses
com.foo.module.x.abc.class. I want
classpath to include this file
while compiling def.java
I tried it with fileset, does'nt seem to work.Any ideas ?