Re: AW: parsing ant build scripts from unusual sources

2004-10-15 Thread Robert Dockins
a simple docuentation fix is all that is necessary to allow InputStream parsing? OTOH, perhaps no one but me cares Robert Dockins - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: AW: parsing ant build scripts from unusual sources

2004-10-15 Thread Robert Dockins
From: Robert Dockins [mailto:[EMAIL PROTECTED] It seems to me that the restriction is mostly in people's heads :) Hmmm... The fact is that no build uses anything else than File-based build files at this point. Just try to use a resource from an imported build 'stream', lik

Re: AW: parsing ant build scripts from unusual sources

2004-10-15 Thread Robert Dockins
I've taken a stab at doing this. Basicly I've sublcassed ProjectHelper2 to add support for InputStream's and InputSource's (code below, its mostly a cut-n-paste job from ProjectHelper2). Everything appears to just work. If you don't use Project.setBaseDir() then it appears to simply use PWD;

parsing ant build scripts from unusual sources

2004-10-14 Thread Robert Dockins
tSource and InputStream supported? Is there an easy/preferred workaround? Robert Dockins - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]