Changes between Version 1 and Version 2 of CoreTwoBuildInfrastructure


Ignore:
Timestamp:
May 14, 2007, 1:59:41 PM (18 years ago)
Author:
dorme
Comment:

Updated xalan upgrade instructions

Legend:

Unmodified
Added
Removed
Modified
  • CoreTwoBuildInfrastructure

    v1 v2  
    1818You will continue using your current  CORE svn checkout for CORE 2.0 development and now can commit any changes you have for CORE 2.0.  CORE 1.0 has been moved to svn://rpcsotware.dnsalias.com/branches/CORE_1.0. You should create a separate workspace with a different name (something like workspace-CORE-1.0) and check our this branch to that workspace. All CORE 1.0 bug fixes should be committed to CORE 1.0 branch. Do NOT commit any 1.0 bug fixes to the main trunk. I will be merging them periodically into the main trunk. You should continue using 1.4.2_13 JRE for CORE 1.0 development.
    1919
    20 All 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 - copy the file feature.com.rpcsoftware.core.jre/install/jre/lib/jaxp.properties into your 1.6.0_01  jre/lib folder.
     20All 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
     22Add 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
     23
    2124To connect to 5.0 database from your development plugin you should add 3308 port and different MySQL password to MySQL connection string, e.g.:
    2225