Is it possible for Ant to read "build.xml" from memory?
The thing is, we need to read encrypted build.xml from disk, decrypt it in memory (without writing to disk), and pass the decrypted content in memory to Ant, so that Ant can start the build.
Any suggestions or code snippets would be appreciated.