Marcus Ahnve - 2001-08-31

If I've understood the ant task correctly, the original source is always compiled and the resulting class file ends up the src dir? I've seen in the example build.xml that you copy the whole sourcedir to a new build sourcedir. Is this the reasno for that?

If it is so, is this a limitation in icontract or in the ant task? I would rather have the task read alreay generated class files, if possible.