You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Jeff Dever <js...@sympatico.ca> on 2002/09/27 13:55:10 UTC

Re: [GUMP][httpclient] Build Failure - commons-httpclient

Adrian, this is your baby.
I didn't see that before I checked in your patch.  In general it is a bad idea to use the com.sun packages directly.  Can you do this more
genericly?

>
> No, in the Gump descriptor (I've already done so), but a problem
> remains for me (Gump uses bouncycastle's JCE implementation):
>
>     [javac] /home/bodewig/dev/gump/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/NTLM.java:91: cannot resolve symbol
>     [javac] symbol  : class SunJCE
>     [javac] location: package provider
>     [javac]             Security.addProvider(new com.sun.crypto.provider.SunJCE());
>     [javac]                                                                 ^
>     [javac] 1 error
>
> can you make that independent of the Sun implementation?
>
> Stefan


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>