RE: Cocoon example implementation
"Shash Chatterjee" <[email protected]>
| Newsgroups | gmane.comp.java.keel.user |
|---|---|
| Message-ID | <[email protected]> |
Justin, > I've got the latest CVS version of Keel. I downloaded, and built the > default build for Cocoon 2.1.3 into $KEEL_HOME/keel-build/deploy. > However, when I run the nojms-cocoon target, Ant says that it can't > find the $KEEL_HOME/keel-build/deploy/cocoon-2.1.3/build/webapp- > minimal. Am I using the wrong version of Cocoon? When I change > webapp-minimal to webapp (a valid Cocoon build directory), keel > builds, but Tomcat gives the error: The requested resource > (/keel/test.html) is not available. Understand that my knowledge of Cocoon is very limited, so I'll punt to Mike in a jiffy.....but, how did you download and build Cocoon? The way it was integrated was by using the following command: ant -Ddeploy.name=nojms-cocoon completeinstall (before you do this, leave the deploy/cocoon-2.1.3-src.zip in there, but move/rename the expanded Cocoon dir so Keel rebuilds it). HTH, Shash