nojms-cocoon build failing
Martin Southam <j2ee_bod-/[email protected]>
| Newsgroups | gmane.comp.java.keel.user |
|---|---|
| Organization | LMCO |
| Message-ID | <[email protected]> |
Hello Keelers, I have been playing around with keel since the 2.0 release, very quickly I realized I had to move to the head of the stream. I have managed to figure out most things (coming from the Avalon framework helped significantly), however, there are still a few things that I don’t seem to be able to get working. My environment, Eclipse 3.0 / Source forge CVS “all” from head of stream, J2SDK 1.4.1_02. I build twice once using ant with in eclipse under Windows and once using command line ant (1.6.1) from Linux (J2SDK 1.4.2-b28). So before I start with the problems let me first say – what a wonderful idea Keel is and that I have had a tremendous amount of success with it so far. nojms-cocoon build fails in eclipse only, it downloads cocoon and unzips it fine but as the cocoon build.xml file is called I get the following error compile-deprecated: BUILD FAILED: java.lang.IllegalArgumentException: No attributes are implemented However, if I cd to the cocoon distro and run ant directly (from with in eclipse) on cocoons build.xml, the build works fine, ideas? The nojms-cocoon build works fine from Linux command line. app-poll, not that this is on my critical list of things but it bugs me that I have never been able to get it working; after createdb, signing is as root then trying to vote I get the following exception; javax.servlet.ServletException: Cannot find bean PollDescription in any scope at org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:533) at org.apache.jsp.voteconfirm_jsp._jspService(voteconfirm_jsp.java:167) at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:137) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:210) ... Any help / guidance would be much appreciated, Martin Southam.