What I mean by "parse the property in the build file" is this: I have a
property defined in a build file that I want to break into two or more
pieces based on a delimiting character, and then use the pieces
separately. I wrote a custom Ant task that gets the contents of the
original property from
What do you exact mean by "parse the property in the build file"?
If you want to have access to the value of a key defined in the property file,
you can load the property file via the and assuming
the file conforms to JAVA property file standards the properties will be loaded
into the ANT sess