----- Original Message -----
From: <[EMAIL PROTECTED]>
> ndlesiecki 02/03/09 15:12:49
>
> Modified: build build.xml
> Log:
> added dependency checking to fail builds if required libs not avail.
Nice Ant work, Nick my friend! One typo though...
> + <condition property="required_properites_set">
I think you mean "properties" :)
> + <echo message="All requirements met =
${required_properites_set}"/>
But don't forget to change the other places its used.
> + <target name="enforce_requirements"
unless="required_properites_set">
Like here.
Erik
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>