Frank Müller-Witte wrote:
It seems I have to put files under cocoon-2.1.9/build/ and not under cocoon-2.1.9/src/

But why? What belongs to src/ and what to build/?

I'm not sure whether this answers your question, but

src/ is for the application sources, build/ is where the compiled classes, jars, and web application files go. When you run cocoon with the supplied scripts, Cocoon's world is determined by what's under build/

So, for any changes you make under src/ to affect Cocoon's behavior when run with the supplied scripts, you'd have to rebuild it (that's an overstatement -- for configuration files such as cocoon.xconf, you could copy just the relevant files as well -- but it's generally the safest way to make your changes visible).

cheers,

AC


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]