Re: org.xml.sax.SAXException: Unrecognized file format (.0,6) [ was: adding jars to 2.2 ]

2009-10-09 Thread Andre Juffer
Cannot really help you with this, but I would assume that at some point in the pipeline something is created that doesn't seem to be XML. The code in these jars you have added were tested, before using them with cocoon, I assume, so that one could rule out that the problem originates from

adding jars to 2.2

2009-10-08 Thread Steven D. Majewski
I call some java classes from flowscript that aren't included in the default 2.2 blocks. If I manually add the jars to ./target/rcl/webapp/WEB-INF/lib/, the errors go away. What is the right way to add these jars with maven ? For example: commons-codec-1.3.jar. How do you add a

Re: adding jars to 2.2

2009-10-08 Thread Andre Juffer
Steven D. Majewski wrote: I call some java classes from flowscript that aren't included in the default 2.2 blocks. If I manually add the jars to ./target/rcl/webapp/WEB-INF/lib/, the errors go away. What is the right way to add these jars with maven ? For example: commons-codec-1.3.jar.

org.xml.sax.SAXException: Unrecognized file format (.0,6) [ was: adding jars to 2.2 ]

2009-10-08 Thread Steven D. Majewski
On Oct 8, 2009, at 8:25 AM, Andre Juffer wrote: Steven D. Majewski wrote: I call some java classes from flowscript that aren't included in the default 2.2 blocks. If I manually add the jars to ./target/rcl/webapp/WEB-INF/lib/, the errors go away. What is the right way to add these