nightly build: June 18
ant version: Apache Ant version 1.5.3

Compiling the examples is broken. In the ant target "examples" change

the attribute
includes="**/**"
to
includes="**/*.java"

and the attribute
excludes="**,**/CVS/**,**/*.xml,**/*.txt"
to
excludes="**/CVS/**,**/*.xml,**/*.txt"

Richard


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



Reply via email to