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
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
"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
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.
> 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
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
Yves Martin <[EMAIL PROTECTED]> writes:
>Hello,
>
> I'm writing a task which aim is to parse a Ant Project with 'helper.parse(p,
> myURL)'
>
> It works well when myURL is a File on disk - but it failed with "Source not
> supported by this plugin" when it is a URL... whereas I saw some part