Re: Errors from nested ant invocations being ignored

2008-12-11 Thread Archie Cobbs
Thanks, that worked.. but I think ivy is still ignoring the exception. Ah, I think I know what is going on now... if ivy gets an exception resolving an artifact, it will proceed anyway and try to do the best it can. Only after it has exhausted all avenues (e.g., trying different possible revisions

Re: FileSet with copy fails with NPE..

2008-12-11 Thread Stefan Bodewig
On 2008-12-11, Raja Nagendra Kumar <[EMAIL PROTECTED]> wrote: > Pl. find the fix for the same in ProjectComponent > We are defining a GOBAL_DEFAULT_PROJECT which would be same as the first non > null setProject call parameter. That would be a pretty bad idea, in particular in the presence of ta

Re: FileSet with copy fails with NPE..

2008-12-11 Thread Raja Nagendra Kumar
Thank you Stefan for providing the insites.. I complete see the point related to > tasks and maybe even . Based on lifecycle link you provided I see that there is a mention of > The task gets references to its project and location inside the buildfile > via its inherited project and location

Re: FileSet with copy fails with NPE..

2008-12-11 Thread Raja Nagendra Kumar
I understand initialisation is very impl. however if this could come free from parent.. then it is better..so trying to make the fix in those lines.. -- View this message in context: http://www.nabble.com/FileSet-with-copy-fails-with-NPE..-tp20935877p20951392.html Sent from the Ant - Dev mailing

Re: AW: [DISCUSS] Announce of the IvyDE 2.0.0.beta1 release

2008-12-11 Thread Nicolas Lalevée
[EMAIL PROTECTED] a écrit : -Ursprüngliche Nachricht- Von: Nicolas Lalevée [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 10. Dezember 2008 15:31 An: Ant Developers List Betreff: [DISCUSS] Announce of the IvyDE 2.0.0.beta1 release Here is the proposal of the announcement: -

AW: AW: [DISCUSS] Announce of the IvyDE 2.0.0.beta1 release

2008-12-11 Thread Jan.Materne
>>> To download IvyDE: http://ant.apache.org/ivy/ivyde/download.cgi >>> Important note: the IvyDE updatesite at >>> http://ant.apache.org/ivy/ivyde/updatesite is now deprecated >>> because it causes us some deployment pain (which probably get >>> some pain to some user too). So please switch to

Re: AW: AW: [DISCUSS] Announce of the IvyDE 2.0.0.beta1 release

2008-12-11 Thread Nicolas Lalevée
[EMAIL PROTECTED] a écrit : To download IvyDE: http://ant.apache.org/ivy/ivyde/download.cgi Important note: the IvyDE updatesite at http://ant.apache.org/ivy/ivyde/updatesite is now deprecated because it causes us some deployment pain (which probably get some pain to some user too). So please

AW: AW: AW: [DISCUSS] Announce of the IvyDE 2.0.0.beta1 release

2008-12-11 Thread Jan.Materne
>IvyDE does use Ivy, but it is a dependency relation more than a >inclusion/embedding relation. IvyDE relies on Ivy just as it relies on >the Eclipse JDT APIs. >And so when there is a new version of Ivy released, there is >no need to >do a new release of IvyDE. Ok, thanks. So Ivy is available

Re: FileSet with copy fails with NPE..

2008-12-11 Thread Stefan Bodewig
On 2008-12-11, Raja Nagendra Kumar wrote: > Based on lifecycle link you provided I see that there is a mention > of >> The task gets references to its project and location inside the >> buildfile via its inherited project and location variables. > In such cases, why should the user initialise t

Re: FileSet with copy fails with NPE..

2008-12-11 Thread Raja Nagendra Kumar
Hi Stefan, Thank you the code changes. I shall go with the changed code. However Stefan, not able to convince on why this can't be done automatically, as it is so obvious that new Copy Object is created while wring the cutom tag extentions to ant. This code are used with in project context and