mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Updated the README.txt
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@93721 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -19,6 +19,8 @@ Using Eclipse
|
|||||||
- Import projects as Maven projects ("Import > Maven > Existing Maven Projects")
|
- Import projects as Maven projects ("Import > Maven > Existing Maven Projects")
|
||||||
- Browse to the code directory of your project and select "rm-server/pom.xml" and "rm-share/pom.xml". DO NOT select the parent "/pom.xml"
|
- Browse to the code directory of your project and select "rm-server/pom.xml" and "rm-share/pom.xml". DO NOT select the parent "/pom.xml"
|
||||||
- Open the Ant view and add the build files for both modules ("build.xml")
|
- Open the Ant view and add the build files for both modules ("build.xml")
|
||||||
|
- If you are not working on a Windows machine you need to change the value of a property called "mvn.exec".
|
||||||
|
To do this create a file called "build.local.properties" under the code directory and change the value in that new file.
|
||||||
- Run the "prepareEnv" target for rm-server which will prepare the development environment. This target must be run just once.
|
- Run the "prepareEnv" target for rm-server which will prepare the development environment. This target must be run just once.
|
||||||
- Now "fullBuild" target can be run which will create the amp file, apply it to the war file and copy the war file to webapps folder.
|
- Now "fullBuild" target can be run which will create the amp file, apply it to the war file and copy the war file to webapps folder.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user