Changes between Version 2 and Version 3 of CoreTwoBuildInfrastructure


Ignore:
Timestamp:
May 14, 2007, 4:55:37 PM (18 years ago)
Author:
dorme
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CoreTwoBuildInfrastructure

    v2 v3  
    1919
    2020All CORE features and plugins have been updated to version 2.0.0. MySQL connector has been updated to version 5.0.5 and hibernate to the latest version 3.2.4. CORE JRE has been updated to the latest Java version 1.6.0_01, which means you will need to install this JRE on your development PC and use it for CORE 2.0 development. You will need to modify your 1.6.0_01 JRE so it will be compatible with our XSL plugin.
    21 
     21 
    2222Add jaxp.properties to your 1.6.0_01 jre/lib and xalan.jre, xersesImpl.jre, xml-apis.jre, and xsltc.jre to jre/lib/ext. All these files are committed to feature.com.rpcsoftware.core.jre/install/jre. So, you need to update that freature and copy them to you Java 6.0_01 istallation. You should be using that Java to run your Eclipse and for debugging CORE 2.0
    2323
     
    3939CruiseControl will continue building CORE 1.0 builds and Wilson OI build only for CORE 2.0. Our next steps will be:
    4040
    41 1. Finish migration of wilsonoi database to MySQL 5.0 and finalize the migration procedure for client deployments.
    42 2. Move catalog tables into a separate 'core_catalogs' database and develop a migration script for that as well. Also CORE 2.0 needs to be modified to read catalog tables from that database.
     41 1. Finish migration of wilsonoi database to MySQL 5.0 and finalize the migration procedure for client deployments.
     42 2. Move catalog tables into a separate 'core_catalogs' database and develop a migration script for that as well. Also CORE 2.0 needs to be modified to read catalog tables from that database.