From: Aplaws D. L. <apl...@li...> - 2009-05-19 15:17:38
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=7399393 By: pboy Hi Chandra, | When i am doing ccm-configure.sh, build.xml | does not have "ant install-tomcat" target. ccm-configure is no longer used. Use ant configure instead. Procedure is: - Checkout trunk into an empty directory - Copy ~/tools-ng/ecdc/build.xml to ~/ - Copy ~/tools-ng/ecdc/local.ccm.properties to ~/ - Adjust ~/local.ccm.propertie according to your needs (appropriate bundle) - Copy ~/tools-ng/ecdc/project.xml.complete to ~/project.xml - Adjust ~/project.xml according to your needs, (select appropriate bundle) - Run "ant install-tomcat" to install a standard test env. - Run "ant configure" to build the working build-project file - Run "ant deploy" to build and deploy into ~/runtime/apache.x.a.z/webapps/ROOT - Run "ant start" to start application Hope you get it working. Peter ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=368401 |