I just verified that a maven property like
<foo>foo${bar}</foo>
travels into ant as, well 'foo${bar}'
and if you define ${bar}, that travels in as well. And it usually
works fine in ant, but I ran into a case where it was a pain -- a
filter didn't perform the additional substitution, and I ended up with
${bar} literally in a file.
Given the immutability of ant props, would anyone think it was an
especially good (or bad) idea to fully resolve maven props on their
way into ant?
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]