You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by Richard Emberson <re...@edgedynamics.com> on 2003/06/19 15:54:59 UTC

bugfix: build.xml

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: slide-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-dev-help@jakarta.apache.org