Date: 2004-12-19T01:43:53 Editor: OliverZeigermann <[EMAIL PROTECTED]> Wiki: Jakarta-Slide Wiki Page: WckQuickStart URL: http://wiki.apache.org/jakarta-slide/WckQuickStart
no comment Change Log: ------------------------------------------------------------------------------ @@ -8,12 +8,13 @@ ==== Building and deploying from CVS HEAD ==== 1. Download and install Tomcat 5.0.28 - 2. Checking out Slide CVS HEAD - 3. Change to WCK folder (wck) - 4. Copy build.properties.sample to build.properties - 5. Set property catalina.dist to the location of your Tomcat installation - 6. Call "ant deploy". WCK and Slide should now build from source and be deployed to your clean Tomcat installation. - 7. Change to Tomcat's bin directory and call either startup.bat or startup.sh + 1. Checking out Slide CVS HEAD + 1. Change to WCK folder (wck) + 1. Copy build.properties.sample to build.properties + 1. Set property catalina.dist to the location of your Tomcat installation + 1. If necessary set property commons.transaction.version to the vesion found in your Slide lib directory + 1. Call "ant deploy". WCK and Slide should now build from source and be deployed to your clean Tomcat installation. + 1. Change to Tomcat's bin directory and call either startup.bat or startup.sh Tomcat should now deploy the slide.war and create a store folder in the bin directory. This is where uploaded files go to. Change the Domain.xml in the expanded Slide war to change this and other properties. @@ -22,15 +23,16 @@ You can also use the Slide 2.1 source release to build WCK. However, only a subset of WCK's features will work with 2.1. Additionally, as soon as there is a 2.2 release support for 2.1 will be discontinued. 1. Download and install Tomcat 5.0.28 - 2. Download and install a Slide 2.1 source release - 3. Checking out WCK (wck) from CVS HEAD - 4. Change to WCK folder (wck) - 5. Copy build.properties.sample to build.properties - 6. Set property slide.version to the release number of your Slide version, e.g. ''2.1rc1'' - 7. Set property slide.base.dir to the location of your Slide source installation, e.g. ''d:/workspace/Slide 2.1'' - 8. Commend out supports.macro.store as Slide 2.1 does not support this feature. - 9. Set property catalina.dist to the location of your Tomcat installation - 10. Call "ant deploy". WCK and Slide should now build from source and be deployed to your clean Tomcat installation. - 11. Change to Tomcat's bin directory and call either startup.bat or startup.sh + 1. Download and install a Slide 2.1 source release + 1. Checking out WCK (wck) from CVS HEAD + 1. Change to WCK folder (wck) + 1. Copy build.properties.sample to build.properties + 1. Set property slide.version to the release number of your Slide version, e.g. ''2.1rc1'' + 1. Set property slide.base.dir to the location of your Slide source installation, e.g. ''d:/workspace/Slide 2.1'' + 1. Commend out supports.macro.store as Slide 2.1 does not support this feature. + 1. Set property catalina.dist to the location of your Tomcat installation + 1. Set property commons.transaction.version to the vesion found in your Slide lib directory + 1. Call "ant deploy". WCK and Slide should now build from source and be deployed to your clean Tomcat installation. + 1. Change to Tomcat's bin directory and call either startup.bat or startup.sh Tomcat should now deploy the slide.war and create a store folder in the bin directory. This is where uploaded files go to. Change the Domain.xml in the expanded Slide war to change this and other properties. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
