On Wednesday 28 November 2001 02:48 pm, you wrote:
> hi,
>
> i'd like to have my build failed, whenever a special string (e.g.
> '@inheritDoc') appears in one of the files generated (e.g. the javadoc html
> files) during the build process. i had a look on the various tasks
> (<replace>, <filter> ...), which sound like they can help, but can't find a
> solution, which would not require the <exec> task.
>
>
> any ideas?

Not that I know of.  You could write your own task that searches for a 
particular regular expression (using the apache oro package bundled with ant) 
and then fails (or whatever) upon match.

Paul

>
> thanks,
>
> mirko

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

Reply via email to