> Below is the later solution...
>
>name= "replace-url"
>language= "beanshell"
>description = "Converts static text URL to an HTML a-href."
>uri = "http://jplate.sourceforge.net/documentation";
Hi,
I have a lot of small css files and one index file which imports all other
using the following format:
@import url("default.css");
@import url("default_behaviour.css");
@import url("default_form.css");
...
I would like to go through this file and replace lines @import url("*.css");
with actu
Jan
>-Ursprüngliche Nachricht-----
>Von: Vladimir Kravchenko [mailto:[EMAIL PROTECTED]
>Gesendet: Donnerstag, 7. Dezember 2006 09:48
>An: user@ant.apache.org
>Betreff: How to make expandproperties fail if one of the
>properties cannot be found
>
>Hi,
>
>I am u
Hi,
I am using expandproperties within the copy task.
I would like my build fails when at least one of the properties cannot be
expanded.
Otherwise it can lead to runtime errors ...
Is there any way to make expandproperties stricter?
Best regards,
Vlad