You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by "Bansemir, Carsten" <Ca...@huk-coburg.de> on 2003/05/08 12:22:51 UTC

"excludes" tag in the "compile" task

Hi,

when I compile the first time using ant, it trys to compile the sources (wich have errors) that I excluded with excludes="**\ThisClass.java" tag, but this class is only excluded when I run the compile task a second time.

Can anybody help me out?