Michael Wechner wrote:
Andreas Hartmann wrote:
Andrew Golightly wrote:
Hey Andrea,

I did an update, a clean build and now I get 11 errors:

Created dir: /opt/lenya/mc-test/lenya-1.4.x/build/lenya/modules
Compiling 145 source files to /opt/lenya/mc-test/lenya-1.4.x/build/lenya/modules /opt/lenya/mc-test/lenya-1.4.x/build/lenya/java/modules/org/apache/lenya/cms/site/usecases/CustomPublish.java:7: package org.apache.lenya.defaultpub.cms.usecases does not exist
import org.apache.lenya.defaultpub.cms.usecases.Publish;

It looks as if you have a CustomPublish class in one of
your publications that extends the default publication's
publish usecase.

In this special case, we should move the Publish usecase
handler from the default publication to the core.

I have added

src/java/org/apache/lenya/defaultpub
src/java/org/apache/lenya/notification

temporarily to the core such that it compiles again.

I removed them again and moved the default pub usecase handlers
to a module so that they are visible to other modules.


-- Andreas



--
Andreas Hartmann
Wyona Inc.  -   Open Source Content Management   -   Apache Lenya
http://www.wyona.com                      http://lenya.apache.org
[EMAIL PROTECTED]                     [EMAIL PROTECTED]


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

Reply via email to