Re: How to concat several files declared in an index file into one file?

2007-04-22 Thread Vladimir Kravchenko
> 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";

How to concat several files declared in an index file into one file?

2007-04-22 Thread Vladimir Kravchenko
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

Re: How to make expandproperties fail if one of the properties cannot be found

2006-12-07 Thread Vladimir Kravchenko
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

How to make expandproperties fail if one of the properties cannot be found

2006-12-07 Thread Vladimir Kravchenko
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