RE: Cocoon example implementation
"Shash Chatterjee" <[email protected]>
| Newsgroups | gmane.comp.java.keel.user |
|---|---|
| Message-ID | <[email protected]> |
I just tried it, seems to be working here. Somehow cocoon.install is not set
to true for you, make sure it is uncommented and set to true in
nojms-deploy.properties (it should be commented out in
keel-build/ant.properties). After line 67 in keel-tool-install.xml, put the
following as a debug aid:
<echo message="cocoon.install=${cocoon.install},
cocoon_distrequired=${cocoon_distrequired}"/>
Need to find out why one of those isn't set.
> The build doesn't ever seem to install Cocoon. I see in keel-tools-
> install.xml, it should create the webapp-minimal directory for me.
> However, this is never being executed. completeinstall won't
> download Cocoon for me either (hence the reason I had to put the zip
> in there myself). Any ideas?