Re: [Hypercontent-users] ant publish errors:
Brought to you by:
alexvigdor
From: jstiles <js...@co...> - 2004-12-08 17:41:23
|
On Tue, 2004-12-07 at 17:56 -0800, jstiles wrote: > Publish Error: > ant publish > publish: > [echo] Attemping to publish Content Manager channel > [java] Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/pluto/om/common/PreferenceSet > [java] at java.lang.Class.forName0(Native Method) > [java] at java.lang.Class.forName(Class.java:164) > [java] at org.jasig.portal.ChannelRegistryStoreFactory.<clinit>(ChannelRegistryStoreFactory.java:62) > [java] at edu.columbia.hypercontent.util.AutoPublish.main(AutoPublish.java:53) > [java] Java Result: 1 > BUILD SUCCESSFUL > Total time: 1 second I downgraded uPortal to 2.3.5 and got the same error on 'ant publish' With uPortal_2-3-5-quick-start, Hypercontent1_4 'ant publish' works With uPortal_2-4-1-quick-start, Hypercontent1_4 'ant publish' has the same java error. So I guess there is an incompatibility problem with tomcat-5.0.28.mod Is there a patch? |