Hi,
I would like to retrieve a token from the file set, that starts with ~~ and
ends with white-space or ";.?
Then I need to compare each token with the list of properties and throw an
error if the names are different.
The list of properties is created:
<property file="token.properties"/>
<ac:propertyselector property="token.list" delimiter=";"
match="(~~.+)"/>
but I do not know how to scan for a token in a file, but I know how to
iterate throw the file set.
It is possible that I would have more than one in one line and I need to
compare for all of them.
I appreciated any ideas/advices
Thanks in advance
M.
--
View this message in context:
http://www.nabble.com/Check-tf3388718.html#a9432420
Sent from the Ant - Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]