Hello,

I would like to know if there is a ProjectHelper with Ant that allows me to 
load a project from a String/InputStream instead of a file.

I would like to embed ant in another tool and avoid to write files.

The InputStream/String is a much more generic abstraction than the file IMO.

I read https://ant.apache.org/manual/projecthelper.html and skimmed the sources 
but could not find something like this. 

https://github.com/apache/ant/blob/master/src/main/org/apache/tools/ant/ProjectHelper.java
https://ant.apache.org/manual/api/org/apache/tools/ant/helper/ProjectHelper2.html

I am looking for something built in if possible before trying to build my own.

Thanks,
Eugen

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
For additional commands, e-mail: user-h...@ant.apache.org

Reply via email to