ovidiu 02/02/27 17:31:02 Added: src/scratchpad/schecoon README build.bat build.sh Log: Added. Revision Changes Path 1.1 xml-cocoon2/src/scratchpad/schecoon/README Index: README =================================================================== Schecoon is a self contained Web application. To build it, first go in the main Cocoon directory and run: $ sh build.sh -Dinclude.webapp.libs=true webapp Then come back here and run $ ./build.sh webapp After the build is finished, deploy the WAR file generated in build/schecoon.war on your servlet container. The currently tested servlet containers are Tomcat 3.3 and Tomcat 4.0.1. Assuming the Schecoon servlet is now deployed at /schecoon, use your browser to connect to: http://localhost:8080/schecoon/ This should give you up and running with Schecoon. 1.1 xml-cocoon2/src/scratchpad/schecoon/build.bat Index: build.bat =================================================================== @echo off rem ---------------------------------------------------------------------------- rem build.bat - Win32 Build Script for Apache Schecoon rem rem $Id: build.bat,v 1.1 2002/02/28 01:31:02 ovidiu Exp $ rem ---------------------------------------------------------------------------- rem if not "%ANT_HOME%" == "" goto gotAntHome set OLD_ANT_HOME=%ANT_HOME% set ANT_HOME=..\..\..\tools :gotAntHome call %ANT_HOME%\bin\ant %1 %2 %3 %4 %5 %6 %7 %8 %9 set ANT_HOME=%OLD_ANT_HOME% set OLD_ANT_HOME= 1.1 xml-cocoon2/src/scratchpad/schecoon/build.sh Index: build.sh =================================================================== #!/bin/sh echo echo "Apache Schecoon Build System" echo "----------------------------" TOP=$PWD/../../.. unset ANT_HOME $TOP/tools/bin/ant -logger org.apache.tools.ant.NoBannerLogger -emacs $@
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]