Stefan,

Co-incidental :>. I was just looking at this.

Unfortunately I don't think we can use the JDK1.4 provider, as it doesn't implement some of the padding we need (thus the errors from the previous builds).

I did some tracking - and the problem from the previous builds is that if the BC JCE is defined on the BOOTCLASSPATH, it doesn't get used. It can only be defined on the CLASSPATH. Unfortunately, we need to use bootclasspath because of Xalan.

So rather than me muck around with the gump definitions and getting them completely wrong, can someone give me some advice as to how define it such that the BC JCE is on CLASSPATH and everything else on bootclasspath?

Cheers,
        Berin


[EMAIL PROTECTED] wrote:


bodewig 2004/03/02 03:27:31

Modified: project jce.xml xml-security.xml
Log:
Use the JDK 1.4 provider instead of the JDK 1.3 JCE
Revision Changes Path
1.14 +1 -1 gump/project/jce.xml
Index: jce.xml
===================================================================
RCS file: /home/cvs/gump/project/jce.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- jce.xml 27 Feb 2004 09:22:56 -0000 1.13
+++ jce.xml 2 Mar 2004 11:27:30 -0000 1.14
@@ -25,7 +25,7 @@
<package>javax.crypto</package>
<package>org.bouncycastle</package>
- <jar name="jce-jdk13-116.jar" type="boot"/>
+ <jar name="bcprov-jdk14-122.jar" type="boot"/>
</project>
</module>
1.26 +0 -4 gump/project/xml-security.xml
Index: xml-security.xml
===================================================================
RCS file: /home/cvs/gump/project/xml-security.xml,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- xml-security.xml 27 Feb 2004 09:22:57 -0000 1.25
+++ xml-security.xml 2 Mar 2004 11:27:30 -0000 1.26
@@ -31,10 +31,6 @@
<ant target="gump">
<sysproperty name="build.clonevm" value="true"/>
<property name="lib.jce" project="jce" reference="jarpath"/>
- <property name="jce.download.md5"
- value="85c64cd754719a4bc8da7e9aa0e113fd"/>
- <property name="jce.download.sha1"
- value="c1f0e975e8c8e0a0105787b249a50615b485d109"/>
</ant>
<depend project="ant" inherit="runtime"/>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to