> You're using the 2.0 CLI, which is quite old now. Yes, 2.0.4 >Can you tell me what command > you're using to invoke it? What you're doing _should_ work. Lets see if we can find > out what is going wrong. I invoke CLI by simple shell script:
CP=\"`echo $COCOON_LIB/*.jar | tr '[:space:]' $S`$S$JAVA_HOME/lib/tools.jar$S$COCOON_WORK$S$CLASSPATH\" $JAVA_HOME/bin/java $COCOON_OPTS -classpath $CP org.apache.cocoon.Main $* > > If you've written your own action, then you're presumably happy using an IDE. The > CLI is just a Java application, so you can try debugging it in your IDE and see if you > can get it working there. The action is quite simple so I don't use any IDE. Thnx for interest, Artur > > Regards, Upayavira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
