Skip to main content

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>
</snapshots>
<id>ephesoft-repo</id>
<url>http://172.16.1.106/repo/</url>
</repository>
</repositories>

<pluginRepositories>
<pluginRepository>
<id>mirrorRepo</id>
<url>http://172.16.1.106/repo</url>
</pluginRepository>
</pluginRepositories>
-->


Now run the Maven command mvn -Dmaven.test.skip=true install
under <home_dir>/source-code-release-community/dcma-root

Comments

  1. Hi James,
    Thanks for your post. Can I ask do you know how to fix this install error?

    Tests in error:
    findBatchClassTest(com.ephesoft.dcma.da.dao.BatchClassDaoTest

    ReplyDelete
  2. Sorry, had an incomplete OpenJDK6 installed - it couldn't find tools.jar. I just re-installed OpenJDK6 on my Ubuntu server. All built fine. Do you have a "run.sh" shell script around anywhere? How do you launch this puppy?

    ReplyDelete

Post a Comment

Popular posts from this blog

Configure Alfresco in Ubuntu 10.4 LTS

Pre-Requisition 1. Mysql 2. Image Magic 3. Swftools 4. Open Office 5. Alfresco Community Edition 3.2 To update apt source.list 1. open source.list using vi /etc/apt/sources.list 2. enable all debian url To update Latest apt-get Repository 1. sudo apt-get update To Install 32 Bit Software sudo apt-get install ia32-libs To Install MySql 1. apt-get install mysql-server To Install Sun Jdk 1. aptitude install sun-java6-jdk 2. ./jdk-6u20-linux-x64.bin 3. mv jdk1.6.0_20/ /usr/local/java 4. chmod a+rx -R /usr/local/java 5. open vi /etc/profile 6. export JAVA_HOME=/usr/local/java 7. export PATH=$JAVA_HOME/bin:$PATH 8. export CLASSPATH=.:$CLASSPATH:$JAVA_HOME/lib/tools.jar To install Open Office (If Really Needed) 1. If open office is not installed then please download the Open Office click here 2. mv OOo_3.2.1_Linux_x86-64_install-deb_en-US.tar.gz /opt/ 3. cd /opt/ 4. tar zxvf OOo_3.2.1_Linux_x86-64_install-deb_en-US.tar.gz 5. cd OOO320_m18_native_packed-1_en...
Resetting Panel in Ubuntu joel@joel-desktop:~$ gconftool-2 --shutdown joel@joel-desktop:~$ gconftool --recursive-unset /apps/panel joel@joel-desktop:~$ rm -rf ~/.gconf/apps/panel joel@joel-desktop:~$ pkill gnome-panel joel@joel-desktop:~$

Okular - PDF reader for Ubuntu

Okular is a universal document viewer based on KPDF Sample Command james@:~$ sudo apt-get install okular