Updated ReadMe.txt instructions with fetchWarFiles task

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/BRANCHES/V2.0@36397 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Roy Wetherall
2012-05-15 10:50:36 +00:00
parent e6a9ef31e9
commit 6a4bfb4609

View File

@@ -12,8 +12,7 @@ Initial Setup
- Checkout Records Management code from https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD - Checkout Records Management code from https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD
Note: the RM branch structure reflects the main repository branch structure, so HEAD is the current development branch and BRACHES contains the release branches. Note: the RM branch structure reflects the main repository branch structure, so HEAD is the current development branch and BRACHES contains the release branches.
- Place the alfresco.war in the root of the rm-server directory and place the share.war in the root of the rm-share directory. - Run "gradlew fetchWarFile". This will use Maven to download the dependant Alfresco War's, currently version 4.0.1
Note: building BRACHES/V4.0 will provide compatiable wars, alternatively a compatible build can be retrieved from bamboo.alfresco.com
- Run "gradlew amp" in root directory. This will unpack the dependancies, build the RM source and finally assemble the RM amps. - Run "gradlew amp" in root directory. This will unpack the dependancies, build the RM source and finally assemble the RM amps.
Note: the first execution of this task may take serveral minutes, because it will unpack the required build dependancies from the alfresco and share WAR. It will also pull any external dependancies from Maven or Note: the first execution of this task may take serveral minutes, because it will unpack the required build dependancies from the alfresco and share WAR. It will also pull any external dependancies from Maven or
- You will not find rm-server\build\dist\alfresco-rm-2.0.amp and rm-share\build\dist\alfresco-rm-share-2.0.amp ahve been built. - You will not find rm-server\build\dist\alfresco-rm-2.0.amp and rm-share\build\dist\alfresco-rm-share-2.0.amp ahve been built.
@@ -50,4 +49,5 @@ Summary Of Available Gradle Tasks
- amp : builds the projects AMP and places it in build/dist. - amp : builds the projects AMP and places it in build/dist.
- installAmp : installs the AMP into a copy of the projects dependant WAR using the MMT. - installAmp : installs the AMP into a copy of the projects dependant WAR using the MMT.
NOTE: the installed WAR can be found in build/dist. NOTE: the installed WAR can be found in build/dist.
- deployAmp : depolys the project AMP to the configured Tomcat instance. - deployAmp : depolys the project AMP to the configured Tomcat instance.
- fetchWarFile : fetches the dependant Alfresco WAR files