Re: ANT - Retrieve property names and values
Posted By:
Brad_Allan
Posted On:
Wednesday, April 12, 2006 03:04 AM
Write an Ant task.
bla extends Task{
void execute throws BuildException{
getProject().getProperties();
...do ya thing.
}
}
Re: ANT - Retrieve property names and values
Posted By:
Anonymous
Posted On:
Monday, February 6, 2006 06:25 AM
The easiest is loading the props with a prefix. But what do you do while iterating?