I downloaded coconn-2.1.2 and did a "build.bat" successfully.

However when I did a "build test" I got an error. See listing 1.

Next I tried "cocoon cli -x cli.xconf" and got a Cannot find "CatalogManager.properties" error. See listing 2 .

-----------------------------begin of listing 1 -----------------------------------
...
Testcase: testCatalogPropertiesAvailable took 0.015 sec
Caused an ERROR
null
java.lang.ClassCastException
at org.apache.cocoon.components.resolver.test.ResolverImplTestCase.setUp(ResolverImplTestCase.java:282)
at org.apache.avalon.excalibur.testcase.ExcaliburTestCase.run(ExcaliburTestCase.java:403)
Testcase: testCatalogPropertiesAvailableTestcase: testAvailableResolveEntity took 0 sec
Caused an ERROR
null
java.lang.ClassCastException
at org.apache.cocoon.components.resolver.test.ResolverImplTestCase.setUp(ResolverImplTestCase.java:282)
at org.apache.avalon.excalibur.testcase.ExcaliburTestCase.run(ExcaliburTestCase.java:403)
Testcase: testAvailableResolveEntityTestcase: testNonAvailableResolveEntity took 0 sec
Caused an ERROR
null
java.lang.ClassCastException
at org.apache.cocoon.components.resolver.test.ResolverImplTestCase.setUp(ResolverImplTestCase.java:282)
at org.apache.avalon.excalibur.testcase.ExcaliburTestCase.run(ExcaliburTestCase.java:403)
Testcase: testNonAvailableResolveEntity


BUILD FAILED
-----------------------------end of listing 1--------------------------------------


-----------------------------begin of listing 2 -----------------------------------
...
Cannot find CatalogManager.properties
Exception in thread "main" java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at Loader.invokeMain(Unknown Source)
at Loader.run(Unknown Source)
at Loader.main(Unknown Source)
Caused by: java.lang.NoClassDefFoundError: javax/servlet/http/HttpSessionBindingListener
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:537)
...
-----------------------------end of listing 2--------------------------------------




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to