i have built an a test action class and am having problems compiling it. the build script i am using is as follows:
1.build-Action.sh, which sits in : /library/tomcat/webapps/cocoon/web-inf/classes - Is this the right place to put it ???
export JAR_DIR=/library/tomcat/webapps/cocoon/web-inf/lib export CLASS_DIR=/library/tomcat/webapps/cocoon/web-inf/classes
export CP=$JAR_DIR/avalon-excalibur-vm12-20020705.jar export CP=$CP:$JAR_DIR/avalon-framework-20020627.jar export CP=$CP:$JAR_DIR/cocoon-2.0.3.jar export CP=$CP:$JAR_DIR/logkit-20020529.jar
javac -d $CLASS_DIR -classpath $CP:$CLASSPATH $1
2. The java class file, CharCounterAction.java sits in : /library/tomcat/webapps/cocoon/web-inf/classes
3. the build command I am using is ./build-Action.sh CharCounterAction.java
4. The error message I am getting is : tcsh: ./build-action.sh: Permission denied.
what am I doing wrong here?
regards
Uzo
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
