Matt Benson wrote:
I've already considered this solution, but it seems too complicated.I don't know about a better way, but in a POC I did for placing source files in the proper directory based on the package name, I echoed the package to a file, used the replace task to substitute / for ., and read it back in as a property.
You have to use 4 different tasks to implement it: <echo>, <replace>, <loadfile> than <delete>.
Isn't there a simpler solution?
--
To unsubscribe, e-mail: <mailto:ant-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:ant-user-help@;jakarta.apache.org>
