Hi:
I have migrated to tdk3.0. While compile my application, I met a very strange
problem:
When I try to compile my application, there are some error in my appliction. In old
version, ant should compile all the correct classes and leave the error class
uncompiled. Next time I do a compile, it should compile only the changed classes and
uncompiled classes.
But what I find is there is nothing in the classes directory.
To seperator the problem I do an experiment:
I generator a new app by using: "ant" under c:/tdk directory
Then I goto build directory and do a "ant int" to create all the om and compile the
system. Everything works fine.
I goto the class path and delete all the classes. I change the index.java a little
import com.vtradex.om.RdfPeer1;
PdfPeer1 of cause do not exist.
Then I do a "ant" under build directory. I find that nothing is compiled under
class directory also.
Have anyone met this problem? Or is it just the right behaviour for Ant?
Regards
fanyun