Re: Setting multiple outputproperties

2010-06-23 Thread Michael Ludwig
Lewis Tsao schrieb am 23.06.2010 um 08:18 (+): > In one of my build setups, I need to run a program first which > produces some output. From this output I need to get multiple pieces > of information to be used in later build steps: > > For example: > > > > step1prog produces lines of the

AW: Setting multiple outputproperties

2010-06-23 Thread Jan.Materne
010 10:19 >An: user@ant.apache.org >Betreff: Setting multiple outputproperties > >Hi all, > >In one of my build setups, I need to run a program first which >produces some output. From this output I need to get multiple >pieces of information to be used in later build steps:

Setting multiple outputproperties

2010-06-23 Thread Lewis Tsao
Hi all, In one of my build setups, I need to run a program first which produces some output. From this output I need to get multiple pieces of information to be used in later build steps: For example: step1prog produces lines of the form something blah blah info1 blah blah more blah... di b