Powered By Blogger

Tuesday, July 17, 2012

Building Alfresco from source


Building Alfresco from source code
1.    Download the code from the location
2.    In the build.properties set TOMCAT_HOME , This is required for the successful build of share
#home.tomcat=${env.TOMCAT_HOME}
home.tomcat=F:/AlfrescoSource/4.0.2/tomcat/apache-tomcat-6.0.26
3.    We can execute the command
ant -Dbuild.script=enterpriseprojects/build.xml
4.    TOMCAT_HOME,APP_ TOMCAT_HOME and VIRTUAL_ TOMCAT_HOME these properties needs to be set

No comments:

Post a Comment