From 03092eda8810320d7b10ef204511e58a2a06c7cb Mon Sep 17 00:00:00 2001 From: Tuna Aksoy Date: Tue, 20 Jan 2015 12:30:44 +0000 Subject: [PATCH] Updated the README.txt git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@93721 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- README.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.txt b/README.txt index 15d8f9c13e..976bf6e927 100644 --- a/README.txt +++ b/README.txt @@ -19,6 +19,8 @@ Using Eclipse - 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" - 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. - 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.