Posted By:
Andrei_Militeev
Posted On:
Wednesday, September 25, 2002 01:08 PM
Hello! I'm having problem with tag. The script I'm using is shown below. For testing purposes I created one package and put two java source files in it, A.java and B.java. Both classes are public and each has refence to another class. My understanding is that if I modify one of the files, tag should take care of that and delete both of class files, but it doesn't. It deletes only the class that is modified. What am I doing wrong? Thanks! <?xml version="1.0" ?> destdir="${build}" dump="yes" cache=&q
More>>
Hello!
I'm having problem with
tag.
The script I'm using is shown below.
For testing purposes I created one package and put two java source files in it, A.java and B.java.
Both classes are public and each has refence to another class.
My understanding is that if I modify one of the files,
tag should take care of that and delete both of class files, but it doesn't. It deletes only the class that is modified. What am I doing wrong?
Thanks!
<?xml version="1.0" ?>
destdir="${build}"
dump="yes"
cache="depcache"
closure="yes"/>
<<Less