You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chemistry.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2013/03/17 13:07:08 UTC

Build failed in Jenkins: Chemistry - OpenCMIS - install » OpenCMIS InMemory Server WAR packaging #1921

See <https://builds.apache.org/job/Chemistry%20-%20OpenCMIS%20-%20install/org.apache.chemistry.opencmis$chemistry-opencmis-server-inmemory/1921/changes>

Changes:

[jens] InMemory, TypeMutability: 
 - make incomplete types complete, 
 - filter items in getChildren() for CMIS 1.0 calls, 
 - allow colon in ids, 
 - add 1.1 allowable actions

------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building OpenCMIS InMemory Server WAR packaging 0.9.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ chemistry-opencmis-server-inmemory ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.0:create (default) @ chemistry-opencmis-server-inmemory ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.1:process (default) @ chemistry-opencmis-server-inmemory ---
[INFO] [debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 12 resources

[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ chemistry-opencmis-server-inmemory ---
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ chemistry-opencmis-server-inmemory ---
[INFO] Compiling 70 source files to <https://builds.apache.org/job/Chemistry%20-%20OpenCMIS%20-%20install/org.apache.chemistry.opencmis$chemistry-opencmis-server-inmemory/ws/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://builds.apache.org/job/Chemistry%20-%20OpenCMIS%20-%20install/org.apache.chemistry.opencmis$chemistry-opencmis-server-inmemory/ws/src/main/java/org/apache/chemistry/opencmis/inmemory/storedobj/impl/ItemImpl.java>:[21,59] cannot find symbol
symbol  : class Item
location: package org.apache.chemistry.opencmis.inmemory.storedobj.api
[ERROR] <https://builds.apache.org/job/Chemistry%20-%20OpenCMIS%20-%20install/org.apache.chemistry.opencmis$chemistry-opencmis-server-inmemory/ws/src/main/java/org/apache/chemistry/opencmis/inmemory/storedobj/impl/ItemImpl.java>:[27,65] cannot find symbol
symbol: class Item
public class ItemImpl extends AbstractMultiFilingImpl implements Item {
[ERROR] <https://builds.apache.org/job/Chemistry%20-%20OpenCMIS%20-%20install/org.apache.chemistry.opencmis$chemistry-opencmis-server-inmemory/ws/src/main/java/org/apache/chemistry/opencmis/inmemory/server/InMemoryNavigationServiceImpl.java>:[56,59] cannot find symbol
symbol  : class Item
location: package org.apache.chemistry.opencmis.inmemory.storedobj.api
[ERROR] <https://builds.apache.org/job/Chemistry%20-%20OpenCMIS%20-%20install/org.apache.chemistry.opencmis$chemistry-opencmis-server-inmemory/ws/src/main/java/org/apache/chemistry/opencmis/inmemory/DataObjectCreator.java>:[45,59] cannot find symbol
symbol  : class Item
location: package org.apache.chemistry.opencmis.inmemory.storedobj.api
[ERROR] <https://builds.apache.org/job/Chemistry%20-%20OpenCMIS%20-%20install/org.apache.chemistry.opencmis$chemistry-opencmis-server-inmemory/ws/src/main/java/org/apache/chemistry/opencmis/inmemory/server/InMemoryNavigationServiceImpl.java>:[303,41] cannot find symbol
symbol  : class Item
location: class org.apache.chemistry.opencmis.inmemory.server.InMemoryNavigationServiceImpl
[ERROR] <https://builds.apache.org/job/Chemistry%20-%20OpenCMIS%20-%20install/org.apache.chemistry.opencmis$chemistry-opencmis-server-inmemory/ws/src/main/java/org/apache/chemistry/opencmis/inmemory/DataObjectCreator.java>:[66,39] cannot find symbol
symbol  : class Item
location: class org.apache.chemistry.opencmis.inmemory.DataObjectCreator
[INFO] 6 errors 
[INFO] -------------------------------------------------------------