Re: trouble fetching Ant dependencies -- getting HTTP 403 forbidden

2011-10-21 Thread Nicolas Lalevée
I have search in every maven repository I know, it seems the jai-core.jar has disappeared... Nicolas Le 20 oct. 2011 à 17:58, Aleksey Tsalolikhin a écrit : > Hi. I'm trying to install Ant (binary), the fetch step is not > working, I'm getting 403 Forbidden. > > I also got a warning that tools

pathelement triggers NoClassDefFoundError: com/sun/net/ssl/internal/ssl/Provider

2011-10-21 Thread Michael B Allen
Hello, I'm posting this to dev instead of users because my best guess is that this is a bug. But hopefully I'm wrong. Consider the following target which runs a Java program MakeFoo.class: This generates the following exception: $ ant foo Bui

Re: pathelement triggers NoClassDefFoundError: com/sun/net/ssl/internal/ssl/Provider

2011-10-21 Thread Stefan Bodewig
Hi Michael, On 2011-10-21, Michael B Allen wrote: > I'm posting this to dev instead of users because my best guess is that > this is a bug. Probably not. > Consider the following target which runs a Java program MakeFoo.class: > > > > > > > >

Re: [PATCH] Add retryDelay to the retry task

2011-10-21 Thread Stefan Bodewig
Hi Arjan, On 2011-10-17, AVee wrote: > Hi, > I wanted the retry task to wait a bit before retrying. Since I didn't > find a clean way to do this I patched the retry task to support a > retryDelay' attribute. This sounds like a good idea to me - I haven't found time to review your patch so far,