You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Antonio Gallardo <ag...@agsoftware.dnsalias.com> on 2004/01/13 04:25:00 UTC

Re: xsp and java

Kumar M dijo:
> Is there a way to change the directory that cocoon 212 generates .java for
> xsp pages?

Yep. In you cocoon.xconf, search for <program-generator/> tag, there changes:

<parameter name="root-package" value="org.apache.cocoon.www"/>

example: Change to my.new.root.package:

<parameter name="root-package" value="my.new.root.package"/>

Hope this is what you have in mind.

Best Regards,

Antonio Gallardo.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org