[jboss-cvs] repository.jboss.com/jacorb/2.2.3.cp01 ...

Scott Stark scott.stark at jboss.com
Thu Mar 29 21:37:19 EDT 2007


  User: starksm 
  Date: 07/03/29 21:37:19

  Added:       jacorb/2.2.3.cp01   README.txt component-info.xml
  Log:
  Create a 2.2.3.cp01 patch which includes JBAS-3475
  
  Revision  Changes    Path
  1.1      date: 2007/03/30 01:37:19;  author: starksm;  state: Exp;repository.jboss.com/jacorb/2.2.3.cp01/README.txt
  
  Index: README.txt
  ===================================================================
  Creating the jacorb-2.2.3.cp01 patch to include JBAS-3475 into 2.2.3
  
  1. [starksm at succubus 2.2.3.cp01]$ cvs -d :pserver:anonymous at www.jacorb.org/cvsroot/jacorb login
  password = anonymous
  2. [starksm at succubus 2.2.3.cp01]$ cvs -d :pserver:anonymous at www.jacorb.org/cvsroot/jacorb checkout -r RELEASE_2_2_3 JacORB
  3. Run 'ant ant -Ddebug=true -Ddebuglevel=lines,vars,source' from the JacORB dir to build the jacorb_j.jar. You need to move the resulting lib/jacorb.jar to lib/jacorb_g.jar to avoid this being overwritten.
  4. Run 'ant clean'
  5. Build ant from the JacORB dir to build the non-debug jacorb.jar
  
  
  
  1.1      date: 2007/03/30 01:37:19;  author: starksm;  state: Exp;repository.jboss.com/jacorb/2.2.3.cp01/component-info.xml
  
  Index: component-info.xml
  ===================================================================
  <project name="jacorb-component-info">
  
     <component id="jacorb"
        licenseType="lgpl"
        version="2.2.3.cp01"
        projectHome="http://www.jacorb.org"
        description="Java implementation of the OMG's CORBA standard with patch for JBAS-3475.">
  
        <artifact id="idl.jar"/>
        <artifact id="idl_g.jar"/>
        <artifact id="jacorb.jar"/>
        <artifact id="jacorb_g.jar"/>
        <artifact id="orb.idl"/>
        <artifact id="CSI.idl"/>
        <artifact id="CosTransactions.idl"/>
        <artifact id="jacorb.properties"/>
        <import componentref="apache-avalon">
           <compatible version="4.1.5"/>
        </import>
        <import componentref="apache-avalon-logkit">
           <compatible version="1.2"/>
        </import>
        <export>
           <include input="jacorb.jar"/>
           <include input="jacorb_g.jar"/>         
           <include input="idl.jar"/>
        </export>
     </component>
  
  </project>
  
  
  



More information about the jboss-cvs-commits mailing list