Re: Reusing property values in a properties file

2010-07-10 Thread David Weintraub
It would be nice if you posted some code explaining how all of this works. You cannot change a property value, but of course, you can reuse it as many times as you want to set other properties. That is, if you define a property user, it could be used to set the other properties. All you have to do

Re: would like to post an external 3rd-party task

2010-07-10 Thread Stefan Bodewig
On 2010-07-09, Nathan Dunn wrote: >Here is the patched description file: should become visible online within the next few hours. Stefan - To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-ma

Reusing property values in a properties file

2010-07-10 Thread anindya.mukherjee
I am using ant in my project as follows. I have templates of all environment files in our application. These templates have properties with placeholders in them like -> db_serv...@db_server@ For each environment we have a properties file. Like for dev we have dev.properties. This contains the actu

RE: would like to post an external 3rd-party task

2010-07-10 Thread Martin Gainty
I would typedef one of the classes to illustrate one of the main capabilities e.g. ExportPropertiesTask call that typedef with attributes/parameters from ant target post the build.xml on the wiki (so folks can see a working example of your code) thanks nathan Martin Gainty __

Strange "toString"-behaviour on string resources

2010-07-10 Thread Hille
Running the following build file against ant 1.7.1 A: ${toString:A} = a;b union: ${toString:union} = a;b A: ${toString:A} = a;b I'd exspect s.th. along the lines of ant-test: [ech

Re: How to insert new line character in a string

2010-07-10 Thread Dadu The Dude
Use this my friend: This is the first line A & # x D ; (Remove Spaces) This is the second line B & # x D ; (Remove Spaces) This is the first line A This is the second line B Regards, Amit -- View this message in context: http://old.nabble.com/How-to-insert-new-line-charact