Skip to main content

Posts

Showing posts from April, 2011

How to Build Ephesoft in Ubuntu

Download Source file from Ephesoft Site using the following URL http://www.ephesoft.com/images/Ephesoft/source-code-release-cummunity.zip Extract to any folder for e.g <home_dir>/source-code-release-community Download Repository bundle from EpheSoft site using the following URL http://www.ephesoft.com/images/Ephesoft/community-repository-maven-dependencies.zip Extract to any folder for example <home_dir>/source-code-release-community/community-repository Now go to maven Installation directory modify settings.xml under MAVEN_HOME/conf by adding these following line <localRepository><home_dir>/source-code-release-community/community-repository</localRepository>. modify pom.xml file under <home_dir>/source-code-release-community/dcma-root/parent comment these Following lines <!-- <repositories> <repository> <snapshots> <updatePolicy>never</updatePolicy> <checksumPolicy>ignore</checksumPolicy