How to use regexp replace task with ant 1.5Hi I am trying to use the replaceregexp task of ant 1.5 to match and replace certain patterns here is the sample <replaceregexp file "${Dest}/sample.cmd " > <regexp pattern " _sample_cRunning Ant Headless withHello I am experiencing something weird when running Ant headless with WSAD. I am using WSAD 4.02 Ant version 1.4.1 (under WSAD plugins) and the runAnt extras provided by IBM. I have 13 build fStyle task failureI 'm using the <style > task to run a DocBook document and I 'm getting the following exception [style] Fatal Error! org.apache.xml.dtm.DTMException No more DTM IDs are available Cause org.ap
Re: Copying .properties files into to classes directory using the war
This is the way I do it
<war .....
<zipfileset dir "currentdir_of_your_file " includes "your_file.properties "
prefix "WEB-INF/classes "/ >
.....
</war >
Laurence
"Markus M. May " a ?crit
> Hello
> |
| Page 339 of 343 |
331 332 333 334 335 336 337 338 339 340 |