You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lenya.apache.org by Andreas Kuckartz <A....@ping.de> on 2003/05/16 18:08:27 UTC

Build problem / import statements

I have a build problem with the current HEAD version of Lenya. I checked it
out with Eclipse 2.1 but several files seem to contain wrong import
statements.

ch/ethz/mat/lenya/cms/authoring/GenericCreator.java for example contains
these statements:

import org.lenya.cms.authoring.ParentChildCreatorInterface;
import org.lenya.cms.authoring.DefaultCreator;

These probably should be

import org.apache.lenya.cms.authoring.ParentChildCreatorInterface;
import org.apache.lenya.cms.authoring.DefaultCreator;

Are these broken java-files needed at all ?

Andreas


---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-dev-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-dev-help@cocoon.apache.org


Re: Build problem / import statements

Posted by Andreas Hartmann <an...@apache.org>.
Andreas Kuckartz wrote:

>>remove the offending publications from your build.properties and try
> 
> again.
> 
> I have copied the original build.properties.sample. No publication is named
> explicitely in this file.
> Which property needs to be changed?
> 
> pubs.root.dirs=src/webapp/lenya/pubs
> Is this property correct?

Yes.

Andreas



---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-dev-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-dev-help@cocoon.apache.org


Re: Build problem / import statements

Posted by Andreas Kuckartz <A....@ping.de>.
> remove the offending publications from your build.properties and try
again.

I have copied the original build.properties.sample. No publication is named
explicitely in this file.
Which property needs to be changed?

pubs.root.dirs=src/webapp/lenya/pubs
Is this property correct?

Andreas


---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-dev-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-dev-help@cocoon.apache.org


RE: Build problem / import statements

Posted by "Gregor J. Rothfuss" <gr...@wyona.com>.
>>
ch/ethz/mat/lenya/cms/authoring/GenericCreator.java for example contains
these statements:
<<

unless im mistaken, these java files come from the unsupported pubs
cvs module, which hasnt been updated. 

remove the offending publications from your build.properties and try again.

-gregor


---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-dev-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-dev-help@cocoon.apache.org