== For testers and developers == CORE 1.0 builds are now located in cork/shared/deployments/CORE_1.0. Their name will now include 1.0 for easier distinction from CORE 2.0 builds. All existing builds will continue to be built for CORE 1.0, which does not mean they will happen every day, but as long as something gets changed in CORE 1.0 development stream. Old MySQL databases will be located at the same place, MySQL server will continue running on the same port 3306 and all CORE 1.0 client servers will continue running on their 9xxx ports. CORE 2.0 builds will be located in cork/shared/deployments. Their name will include 2.0. For now - only Wilson OI client build has been moved to CORE 2.0. New MySQL server 5.0.5 has been installed on cork under D:\mysql\MySQL Server 5.0\ and it's connection is: * port: 3308 * root password: adminroot Windows service name is MySQL5 CORE 2.0 client servers will be running on ports 7xxx, with xxx matching CORE 1.0 ports. == For developers only == You 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. 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. To connect to 5.0 database from your development plugin you should add 3308 port and different MySQL password to MySQL connection string, e.g.: {{{ #!xml }}} CruiseControl will continue building CORE 1.0 builds and Wilson OI build only for CORE 2.0. Our next steps will be: 1. Finish migration of wilsonoi database to MySQL 5.0 and finalize the migration procedure for client deployments. 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.