On Wednesday 30 October 2002 08:11, Carsten Ziegeler wrote: > [EMAIL PROTECTED] wrote: > > + > > + <!-- IMPORTANT: instead of set include="false" remove > > the attribute --> > > <blocks> > > <fop include="true"/> > > Doesn't it work if I set include to false? Or why did you add > the comment?
excactly - see from the ant manuall: A target also has the ability to perform its execution if (or unless) a property has been set <target name="build-module-A" if="module-A-present"/> <target name="build-own-fake-module-A" unless="module-A-present"/> In the first example, if the module-A-present property is set (to any value), the target will be run. -- Torsten --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]