I am trying to use ant's to run same build file with contents in different directory.
My genericantfile has , , etc...
When I try to run the build this way I get an error
Unexpected element "{}property" {antlib:org.apache.tools.ant}property
Can I use , etc... in the genericantfile
TIA