Mail Archive Home | exoplatform List | August 2006 Index
| <-- Date Index --> | <-- Thread Index --> |
#!/bin/sh
clear
# switch on/off tests param runtests="-Dmaven.test.skip=true" if [ "$1" = "--test" ]; then runtests="-Dmaven.test.skip=false" fi if [ "$1" = "-t" ]; then runtests="-Dmaven.test.skip=false" fi
echo Runing with params: $1 $2 $3
modules="modules-ecm.xml" if [ "$1" = "-f" ]; then modules=$2 fi if [ "$2" = "-f" ]; then modules=$3 fi
echo "cp $modules ../$modules" #Placing modules-xxx.xml file on right place, in projects root (v2.x dir) cp $modules "../$modules"
cd ..
echo "mvn $runtests -f $modules clean install" mvn $runtests -f $modules clean install
rm ${modules}
rm pom.xmlcd ./exo-ecm -------------------------------------------------------------------------------------------------------------------------------------
Please let me know if it helps...
Thank you, Gabriela
I am working my way through the build steps for getting eXoPortal-src-1.1.3.zip to build. Progress was being made until I tried to build all the modules in one shot.
While working in ${exo.directory.base}/projects/v2.x:
mvn -f modules.xml clean install
Failed due to the fact that the top level pom.xml was missing. It was also absent from the source tarball as well, so either I get it from somewhere else or its missing by accident. We are chomping at the bit to give this new version a run, so any suggestions are most appreciated.
I am following the directions at: http://download.forge.objectweb.org/exoplatform/eXoPortal-1.1.3-README.txt
------------------------------------------------------------------------
--
You receive this message as a subscriber of the exoplatform@xxxxxxxxxxxxx mailing list.
To unsubscribe: mailto:exoplatform-unsubscribe@xxxxxxxxxxxxx
For general help: mailto:sympa@xxxxxxxxxxxxx?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
begin:vcard fn:Gabriela Chiribau n:Chiribau;Gabriela org:Halcyon Consulting LLC adr:;;PO BOX 189;Pearland;TX;77588;US email;internet:gabriela@xxxxxxxxxxxxxxxxxxxx title:CEO tel;work:916 705 5517 tel;fax:832 201 9852 tel;pager:keelath@xxxxxxxxx tel;cell:916 705 5517 x-mozilla-html:FALSE url:http://www.halcyon-solutions.com version:2.1 end:vcard
| <-- Date Index --> | <-- Thread Index --> |
Powered by MHonArc.
Copyright © 2006-2007, OW2 Consortium | contact | webmaster.