You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lenya.apache.org by Jörn Nettingsmeier <po...@uni-duisburg.de> on 2006/06/22 21:12:28 UTC

trunk does not compile [ was: [1.4] Modules are built separately ]

it looks like the trunk got broken during this change:

after a fresh checkout and rebuilding the compile-build-target classes 
(see other thread), i get this:


compile-module-org.apache.lenya.modules.webdav:
Created dir: 
/build/lenya/build/lenya/modules/org.apache.lenya.modules.webdav
Compiling 5 source files to 
/build/lenya/build/lenya/modules/org.apache.lenya.modules.webdav
/build/lenya/src/modules/webdav/java/src/org/apache/lenya/cms/usecases/webdav/FilePropfind.java:32: 
package org.apache.lenya.cms.site.usecases does not exist
import org.apache.lenya.cms.site.usecases.SiteUsecase;
                                           ^

and 70 more...

BUILD FAILED
/build/lenya/src/targets/webapp-build.xml:163: The following error 
occurred while executing this line:
/build/lenya/src/targets/modules-build.xml:47: The following error 
occurred while executing this line:
/build/lenya/build/lenya/temp/modules-build.xml:34: The following error 
occurred while executing this line:
/build/lenya/build/lenya/temp/modules-build.xml:788: Compile failed; see 
the compiler error output for details.

Total time: 52 seconds

here's a search for the missing class on my system after the 
half-finished build:

nettings@kleineronkel:/build/lenya> find -name SiteUsecase*
./src/modules-core/sitemanagement/java/src/org/apache/lenya/cms/site/usecases/.svn/props/SiteUsecase.java.svn-work
./src/modules-core/sitemanagement/java/src/org/apache/lenya/cms/site/usecases/.svn/text-base/SiteUsecase.java.svn-base
./src/modules-core/sitemanagement/java/src/org/apache/lenya/cms/site/usecases/.svn/prop-base/SiteUsecase.java.svn-base
./src/modules-core/sitemanagement/java/src/org/apache/lenya/cms/site/usecases/.svn/wcprops/SiteUsecase.java.svn-work
./src/modules-core/sitemanagement/java/src/org/apache/lenya/cms/site/usecases/SiteUsecase.java
./build/lenya/java/modules/org/apache/lenya/cms/site/usecases/SiteUsecase.java
./build/lenya/modules/org.apache.lenya.modules.sitemanagement/org/apache/lenya/cms/site/usecases/SiteUsecase.class


this is probably a one-liner for andreas, but i'm a little out of my 
depth here...



-- 
"Open source takes the bullshit out of software."
	- Charles Ferguson on TechnologyReview.com

--
Jörn Nettingsmeier, EDV-Administrator
Institut für Politikwissenschaft
Universität Duisburg-Essen, Standort Duisburg
Mail: pol-admin@uni-due.de, Telefon: 0203/379-2736

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


Re: trunk does not compile [ was: [1.4] Modules are built separately ]

Posted by Andreas Hartmann <an...@apache.org>.
Doug Chestnut wrote:
> Hi Jörn,
> Give the build a try now.  A fresh checkout allowed me to build w/o errors.

Thanks a lot for the fix!
I guess I forgot a "build clean" before committing :/

-- Andreas

-- 
Andreas Hartmann
Wyona Inc.  -   Open Source Content Management   -   Apache Lenya
http://www.wyona.com                      http://lenya.apache.org
andreas.hartmann@wyona.com                     andreas@apache.org


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


Re: trunk does not compile [ was: [1.4] Modules are built separately ]

Posted by Doug Chestnut <dh...@virginia.edu>.
Hi Jörn,
Give the build a try now.  A fresh checkout allowed me to build w/o errors.

--Doug

Jörn Nettingsmeier wrote:
> it looks like the trunk got broken during this change:
> 
> after a fresh checkout and rebuilding the compile-build-target classes 
> (see other thread), i get this:
> 
> 
> compile-module-org.apache.lenya.modules.webdav:
> Created dir: 
> /build/lenya/build/lenya/modules/org.apache.lenya.modules.webdav
> Compiling 5 source files to 
> /build/lenya/build/lenya/modules/org.apache.lenya.modules.webdav
> /build/lenya/src/modules/webdav/java/src/org/apache/lenya/cms/usecases/webdav/FilePropfind.java:32: 
> package org.apache.lenya.cms.site.usecases does not exist
> import org.apache.lenya.cms.site.usecases.SiteUsecase;
>                                           ^
> 
> and 70 more...
> 
> BUILD FAILED
> /build/lenya/src/targets/webapp-build.xml:163: The following error 
> occurred while executing this line:
> /build/lenya/src/targets/modules-build.xml:47: The following error 
> occurred while executing this line:
> /build/lenya/build/lenya/temp/modules-build.xml:34: The following error 
> occurred while executing this line:
> /build/lenya/build/lenya/temp/modules-build.xml:788: Compile failed; see 
> the compiler error output for details.
> 
> Total time: 52 seconds
> 
> here's a search for the missing class on my system after the 
> half-finished build:
> 
> nettings@kleineronkel:/build/lenya> find -name SiteUsecase*
> ./src/modules-core/sitemanagement/java/src/org/apache/lenya/cms/site/usecases/.svn/props/SiteUsecase.java.svn-work 
> 
> ./src/modules-core/sitemanagement/java/src/org/apache/lenya/cms/site/usecases/.svn/text-base/SiteUsecase.java.svn-base 
> 
> ./src/modules-core/sitemanagement/java/src/org/apache/lenya/cms/site/usecases/.svn/prop-base/SiteUsecase.java.svn-base 
> 
> ./src/modules-core/sitemanagement/java/src/org/apache/lenya/cms/site/usecases/.svn/wcprops/SiteUsecase.java.svn-work 
> 
> ./src/modules-core/sitemanagement/java/src/org/apache/lenya/cms/site/usecases/SiteUsecase.java 
> 
> ./build/lenya/java/modules/org/apache/lenya/cms/site/usecases/SiteUsecase.java 
> 
> ./build/lenya/modules/org.apache.lenya.modules.sitemanagement/org/apache/lenya/cms/site/usecases/SiteUsecase.class 
> 
> 
> 
> this is probably a one-liner for andreas, but i'm a little out of my 
> depth here...
> 
> 
> 

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