You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by st...@apache.org on 2004/11/02 07:29:02 UTC

cvs commit: gump/project james-server.xml bouncycastle.xml

stefano     2004/11/01 22:29:02

  Modified:    profile  gump.xml
               project  james-server.xml
  Removed:     project  bouncycastle.xml
  Log:
  removed bouncycastle 1.2.5 and made sure that james compiles against 1.2.4 (I know this is anti gump but let's get the build clean first and then we try to remove the packages one by one)
  
  Revision  Changes    Path
  1.450     +0 -3      gump/profile/gump.xml
  
  Index: gump.xml
  ===================================================================
  RCS file: /home/cvs/gump/profile/gump.xml,v
  retrieving revision 1.449
  retrieving revision 1.450
  diff -u -r1.449 -r1.450
  --- gump.xml	31 Oct 2004 06:26:19 -0000	1.449
  +++ gump.xml	2 Nov 2004 06:29:02 -0000	1.450
  @@ -238,7 +238,6 @@
     <module href="project/antlr.xml"/>
     <module href="project/aspectj.xml"/>
     <module href="project/axion.xml"/>
  -  <module href="project/bouncycastle.xml"/>
     <module href="project/bsf.xml"/>
     <module href="project/castor.xml"/>
     <module href="project/caucho-libs.xml"/>
  @@ -323,8 +322,6 @@
     <!-- project name="avalon-phoenix-dependencies"             
              package="avalon-phoenix-dependencies"/ -->
     <project name="axion"            package="axion-1.0-M2"/>
  -  <project name="bcprov"           package="bouncycastle-1.25"/>
  -  <project name="bcmail"           package="bouncycastle-1.25"/>
     <!--project name="beaver"           package="beaver-0.9.3.4"/-->
     <project name="bsf"              package="bsf-2_2"/>
     <project name="concurrent"       package="dougLea"/>
  
  
  
  1.29      +18 -0     gump/project/james-server.xml
  
  Index: james-server.xml
  ===================================================================
  RCS file: /home/cvs/gump/project/james-server.xml,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- james-server.xml	26 Oct 2004 11:44:30 -0000	1.28
  +++ james-server.xml	2 Nov 2004 06:29:02 -0000	1.29
  @@ -38,6 +38,24 @@
       <jar name="lib/dnsjava-1.4.3.jar" />
     </project>
   
  +  <project name="bcprov">
  +    <description>
  +      Bouncy Castle JCE provider
  +    </description>
  +    <package>org.bouncycastle</package>
  +    <jar name="lib/bcprov-jdk13-124.jar"/>
  +    <license name="lib/BouncyCastle.LICENSE"/>
  +  </project>
  +
  +  <project name="bcmail">
  +    <description>
  +      Bouncy Castle SMIME/CMS
  +    </description>
  +    <package>org.bouncycastle</package>
  +    <jar name="lib/bcmail-jdk14-125.jar"/>
  +    <license name="lib/BouncyCastle.LICENSE"/>
  +  </project>
  +
     <project name="james-server">
       <license name="LICENSE.TXT"/>
       <ant basedir="project">
  
  
  

Re: cvs commit: gump/project james-server.xml bouncycastle.xml

Posted by Stefan Bodewig <bo...@apache.org>.
On 2 Nov 2004, <st...@apache.org> wrote:

>  removed bouncycastle 1.2.5 and made sure that james compiles
>  against 1.2.4

I upgraded from 1.24 to 1.25 in an attempt to help James 8-(

<http://cvs.apache.org/viewcvs.cgi/gump/profile/gump.xml?r1=1.435&r2=1.436>

I'd be surprised if it worked with 1.24 now )since it didn't two weeks
ago).

James seems to use a strange combination internally:

JCE provider for JDK 1.3 version 1.24
SMIME/CMS for JDK 1.4 version 1.25

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org