AW: Best way to have a list of values in properties file

2010-04-18 Thread Jan.Materne
You could use XML: one two three ${list.entry} Jan > -Ursprüngliche Nachricht- > Von: Andy2008 [mailto:hoangt...@yahoo.com] > Gesendet: Samstag, 17. April 2010 06:43 > An: user@ant.apache.org > Betreff: Best way to have a list of values in properties

Best way to have a list of values in properties file

2010-04-16 Thread Andy2008
apps=app3 but right now it only return app3 when I echo apps in my build script. Is there a way to get back app1, app2 and app3 using a different way other than a comma separate list? Thanks -- View this message in context: http://old.nabble.com/Best-way-to-have-a-list-of-values-in-properties