Hi, I have tried to commit the following changes in jakarta-watchdog-4.0/Readme but I have got the following error message: **** Access denied: Insufficient Karma (jfclere|jakarta-watchdog-4.0) cvs server: Pre-commit check failed Could someone with more Karma commit the patch attached? Cheers Jean-frederic
Index: Readme =================================================================== RCS file: /home/cvs/jakarta-watchdog-4.0/Readme,v retrieving revision 1.2 diff -u -r1.2 Readme --- Readme 2001/01/24 22:46:15 1.2 +++ Readme 2001/07/20 15:32:29 @@ -39,12 +39,12 @@ subdirectory, which will be used when building Watchdog. * Download and install the Servletapi distribution (subproject - "jakarta-servletapi") into a subdirectory named - "$JAKARTA_HOME/jakarta-servletapi". If you have downloaded the source + "jakarta-servletapi-4") into a subdirectory named + "$JAKARTA_HOME/jakarta-servletapi-4". If you have downloaded the source distribution, you will need to build the executable version by executing the following commands: - cd $JAKARTA_HOME/jakarta-servletapi + cd $JAKARTA_HOME/jakarta-servletapi-4 ./build.sh dist <-- Unix build dist <-- Windows @@ -68,7 +68,7 @@ If you have downloaded the source distribution, you will need to build the executable version by executing the following commands: - cd $JAKARTA_HOME/jakarta-tomcat + cd $JAKARTA_HOME/jakarta-tomcat-4.0 ./build.sh dist <-- Unix build dist <-- Windows @@ -77,16 +77,16 @@ to practice executing the Watchdog tests, as described below. * Download and install the Watchdog source distribution (subproject - "jakarta-watchdog") into a subdirectory named - "$JAKARTA_HOME/jakarta-watchdog". To build the executable version + "jakarta-watchdog-4.0") into a subdirectory named + "$JAKARTA_HOME/jakarta-watchdog-4.0". To build the executable version of Watchdog, execute the following commands: - cd $JAKARTA_HOME/jakarta-watchdog + cd $JAKARTA_HOME/jakarta-watchdog-4.0 ./build.sh dist <-- Unix build dist <-- Windows This will result in a binary distribution version of Watchdog being - built in directory "$JAKARTA_HOME/dist/watchdog", which can be used + built in directory "$JAKARTA_HOME/watchdog-4.0/dist", which can be used to execute the tests against your servlet container as described below. @@ -102,13 +102,13 @@ * Deploy the two web applications into your servlet container. If you have downloaded and built the Tomcat source distribution, you would do this: - cd $JAKARTA_HOME/dist/watchdog/webapps - cp *.war ../../tomcat/webapps + cd $JAKARTA_HOME/jakarta-watchdog-4.0/dist/webapps + cp *.war $JAKARTA_HOME/jakarta-tomcat-4.0/dist/webapps * Start your servlet container. If you have downloaded and built the Tomcat source distribution, you would do this: - cd $JAKARTA_HOME/dist/tomcat + cd $JAKARTA_HOME/jakarta-tomcat-4.0/dist bin/startup.sh <-- Unix bin\startup <-- Windows @@ -116,7 +116,7 @@ against a servlet container at http://localhost:8080 with the test suite deployed, but the server name and port can be added as arguments. - cd $JAKARTA_HOME/dist/watchdog/bin + cd $JAKARTA_HOME/jakarta-watchdog-4.0/dist/bin ./watchdog.sh servlet [hostname] [port] <-- Unix watchdog servlet [hostname] [port] <-- Windows @@ -124,7 +124,7 @@ against a servlet container at http://localhost:8080 with the test suite deployed, but the server name and port can be added as arguments. - cd $JAKARTA_HOME/dist/watchdog/bin + cd $JAKARTA_HOME/jakarta-watchdog-4.0/dist/bin ./watchdog.sh jsp [hostname] [port] <-- Unix watchdog jsp [hostname] [port] <-- Windows @@ -134,7 +134,7 @@ delete the "expanded" versions of the two web applications in order for the new war files to be deployed, as follows: - cd $JAKARTA_HOME/dist/tomcat/webapps + cd $JAKARTA_HOME/jakarta-tomcat-4.0/dist/webapps rm -rf jsp-tests rm -rf servlet-tests