Hello, I have a file that was generated from a template and a set of properties using ant filters. Basically, the template contained tokens like @my.property@ which where replaced by the corresponding value of ${my.property}. template + properties >>> file
Now, I'd like to be able to get the set of properties back from this file and the corresponding template. file + template >>> properties Is there any task out there that already exists for that? Thank you, Patrick --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]