Re: Patch proposal for 1.6.3: parse a Ant project from a resource

2005-02-02 Thread Yves Martin
Nicola Ken Barozzi <[EMAIL PROTECTED]> writes: > Yves Martin wrote: >> "Jose Alberto Fernandez" <[EMAIL PROTECTED]> writes: > ... >>>Of course, if such a place needs to exists for you to >>>store the other files in your project, then the question >>>is why don't you put the buildfile there as well

Re: Patch proposal for 1.6.3: parse a Ant project from a resource

2005-02-01 Thread Nicola Ken Barozzi
Yves Martin wrote: "Jose Alberto Fernandez" <[EMAIL PROTECTED]> writes: ... Of course, if such a place needs to exists for you to store the other files in your project, then the question is why don't you put the buildfile there as well? Good question. Here is the context: - I'm writing a build s

Re: Patch proposal for 1.6.3: parse a Ant project from a resource

2005-02-01 Thread Yves Martin
"Jose Alberto Fernandez" <[EMAIL PROTECTED]> writes: >> From: Peter Reilly [mailto:[EMAIL PROTECTED] >> >> The problem is that this will not set the basedir correctly. >> (The basedir will be set to something like: >> File(url_string).getParentFile().getAbsolutePath()). >> This will cause all

Re: Patch proposal for 1.6.3: parse a Ant project from a resource

2005-01-27 Thread Yves Martin
Peter Reilly <[EMAIL PROTECTED]> writes: > The problem is that this will not set the basedir correctly. > (The basedir will be set to something like: > File(url_string).getParentFile().getAbsolutePath()). > This will cause all sorts of problems and is the reason why > has not been implemented.

RE: Patch proposal for 1.6.3: parse a Ant project from a resource

2005-01-27 Thread Jose Alberto Fernandez
> From: Peter Reilly [mailto:[EMAIL PROTECTED] > > The problem is that this will not set the basedir correctly. > (The basedir will be set to something like: > File(url_string).getParentFile().getAbsolutePath()). > This will cause all sorts of problems and is the reason why > has not been imp

Re: Patch proposal for 1.6.3: parse a Ant project from a resource

2005-01-27 Thread Peter Reilly
The problem is that this will not set the basedir correctly. (The basedir will be set to something like: File(url_string).getParentFile().getAbsolutePath()). This will cause all sorts of problems and is the reason why has not been implemented. Peter Yves Martin wrote: Yves Martin <[EMAIL PROTECT