I read in the docu tht only files without a class file and files where the
classfile is older then the java-file ...
but ant compiles all java-files everytime i claa the target make ... here is
a short sample of the javac task:
<javac
        destdir="${temp.dir}\w3l"
        debug="on" >
        <src path="${basedir}\www\w3l\WEB-INF\src\w3l" />
        <patternset refid="forcompile" />
                <classpath>
                        <path refid="classpath" />
                </classpath>
        </javac>

Am i wrong with this task ????

Peter


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to