Problems compiling action

2004-01-05 Thread beyaRecords - The home Urban music
Hi, 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-in

Re: Problems compiling action

2004-01-05 Thread Joerg Heinicke
On 06.01.2004 03:08, beyaRecords - The home Urban music wrote: 4. The error message I am getting is : tcsh: ./build-action.sh: Permission denied. what am I doing wrong here? Isn't this obvious? On any file or directory that is touched you have not the permission to touch it, maybe build-action.

Re: Problems compiling action

2004-01-05 Thread beyaRecords - The home Urban music
Jeorg, thanks for your quick reply, unfortunately I have only just started using unix so in reply to your comment 'Isn't this obvious', no it isn't ;-) regards Uzo On 6 Jan 2004, at 02:23, Joerg Heinicke wrote: On 06.01.2004 03:08, beyaRecords - The home Urban music wrote: 4. The error message

Re: Problems compiling action

2004-01-05 Thread beyaRecords - The home Urban music
Jeorg, 'maybe build-action.sh itself' - how do i go about doing this? regards Uzo On 6 Jan 2004, at 02:23, Joerg Heinicke wrote: maybe build-action.sh itself - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: Problems compiling action

2004-01-05 Thread Joerg Heinicke
On 06.01.2004 03:48, beyaRecords - The home Urban music wrote: Jeorg, 'maybe build-action.sh itself' - how do i go about doing this? The compile process itself wasn't started. If it isn't the script (try to echo something at the beginning of it), try to execute the commands in the script step by

Re: Problems compiling action

2004-01-05 Thread Steve Schwarz
4. The error message I am getting is : tcsh: ./build-action.sh: Permission denied. what am I doing wrong here? Isn't this obvious? On any file or directory that is touched you have not the permission to touch it, maybe build-action.sh itself. It's not a problem with compilation or Cocoon, simp

Re: Problems compiling action

2004-01-06 Thread beyaRecords - The home Urban music
Hi, I have managed to get sort out the permissions issue with the .sh file, but now I am getting the following error message when trying to build an action. I understand what the error is, but don't understand why the variables being used by the classpath are not being acted on. 1. build-act

Re: Problems compiling action

2004-01-06 Thread beyaRecords - The home Urban music
On further examination of the catalina_home/webapps/cocoon/web-inf/lib directory all the *.jar files requested by build-action.sh are now depreciated, so tha ammended document look like this: export CP=$JAR_DIR/avalon-excalibur-vm12-20020705.jar export CP=$CP:$JAR_DIR/avalon-framework-4.1.4.ja

RE: Problems compiling action

2004-01-06 Thread Ralph Goers
music [mailto:[EMAIL PROTECTED] > Sent: Tuesday, January 06, 2004 3:07 AM > To: [EMAIL PROTECTED] > Subject: Re: Problems compiling action > > > On further examination of the > catalina_home/webapps/cocoon/web-inf/lib > directory all the *.jar files requested by build-act

Re: Problems compiling action

2004-01-24 Thread Steve Schwarz
Yoshi, It all depends how many iterations you need to make an action work; how complex the action is, how many actions you have. Softlinking is the the "quick and dirty"approach and puts your compiled code into the deployed cocoon class structure (or even jar file if that is what you want); it's