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

2011-10-24 Thread Stefan Bodewig
On 2011-10-24, Michael B Allen wrote: > I would argue that if pathelement requires jsse.jar, it should > automatically include it in the classpath just as it does rt.jar. Huh? I must have misread your original post, sorry. certainly doesn't require jsse.jar, not much in Ant would do (the SSH t

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

2011-10-23 Thread Michael B Allen
On Sat, Oct 22, 2011 at 1:13 AM, Stefan Bodewig wrote: > 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: 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: > > > > > > > >

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