See 
http://qa.nuxeo.org/hudson/job/nuxeo-jsf-5.2/org.nuxeo.ecm.platform$nuxeo-platform-webapp-base/426/changes

Changes:

[Catalin Baican <[email protected]>] NXP-3827 Select availability in the UI

[Bogdan Tatar  <[email protected]>] NXP-3864:Allow multi level in virtual tree 
navigation
Only the last segment from the path must be taken as parentId

------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Building Nuxeo Web Framework Infrastructure
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory 
http://qa.nuxeo.org/hudson/job/nuxeo-jsf-5.2/org.nuxeo.ecm.platform$nuxeo-platform-webapp-base/ws/target
 
[INFO] [buildnumber:create {execution: default}]
[INFO] Storing buildNumber: 20090722-200757 at timestamp: 1248286077149
[INFO] [nuxeo:eclipse-version {execution: eclipsize-version}]
[INFO] eclipseVersion:5.2.1.-SNAPSHOT
[INFO] [resources:resources]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 9 resources
[INFO] [dependency:copy {execution: copy-installed}]
[INFO] Configured Artifact: org.restlet:org.restlet:?:jar
[INFO] Configured Artifact: org.restlet:org.restlet.ext.fileupload:?:jar
[INFO] Configured Artifact: com.noelios.restlet:com.noelios.restlet:?:jar
[INFO] Configured Artifact: 
com.noelios.restlet:com.noelios.restlet.ext.servlet:?:jar
[INFO] Copying org.restlet-1.0.7.jar to 
http://qa.nuxeo.org/hudson/job/nuxeo-jsf-5.2/org.nuxeo.ecm.platform$nuxeo-platform-webapp-base/ws/target/classes/lib/org.restlet-1.0.7.jar
 
[INFO] Copying org.restlet.ext.fileupload-1.0.7.jar to 
http://qa.nuxeo.org/hudson/job/nuxeo-jsf-5.2/org.nuxeo.ecm.platform$nuxeo-platform-webapp-base/ws/target/classes/lib/org.restlet.ext.fileupload-1.0.7.jar
 
[INFO] Copying com.noelios.restlet-1.0.7.jar to 
http://qa.nuxeo.org/hudson/job/nuxeo-jsf-5.2/org.nuxeo.ecm.platform$nuxeo-platform-webapp-base/ws/target/classes/lib/com.noelios.restlet-1.0.7.jar
 
[INFO] Copying com.noelios.restlet.ext.servlet-1.0.7.jar to 
http://qa.nuxeo.org/hudson/job/nuxeo-jsf-5.2/org.nuxeo.ecm.platform$nuxeo-platform-webapp-base/ws/target/classes/lib/com.noelios.restlet.ext.servlet-1.0.7.jar
 
[INFO] [dependency:copy {execution: copy-installed-webinflib}]
[INFO] Configured Artifact: opensymphony:oscache:2.3.2:jar
[INFO] Configured Artifact: taglibs:standard:1.1.2:jar
[INFO] Configured Artifact: nekohtml:nekohtml:0.9.5:jar
[INFO] Configured Artifact: org.dojotoolkit:custom_rhino:0.9.0:jar
[INFO] Copying oscache-2.3.2.jar to 
http://qa.nuxeo.org/hudson/job/nuxeo-jsf-5.2/org.nuxeo.ecm.platform$nuxeo-platform-webapp-base/ws/target/classes/WEB/lib/oscache-2.3.2.jar
 
[INFO] Copying standard-1.1.2.jar to 
http://qa.nuxeo.org/hudson/job/nuxeo-jsf-5.2/org.nuxeo.ecm.platform$nuxeo-platform-webapp-base/ws/target/classes/WEB/lib/standard-1.1.2.jar
 
[INFO] Copying nekohtml-0.9.5.jar to 
http://qa.nuxeo.org/hudson/job/nuxeo-jsf-5.2/org.nuxeo.ecm.platform$nuxeo-platform-webapp-base/ws/target/classes/WEB/lib/nekohtml-0.9.5.jar
 
[INFO] Copying custom_rhino-0.9.0.jar to 
http://qa.nuxeo.org/hudson/job/nuxeo-jsf-5.2/org.nuxeo.ecm.platform$nuxeo-platform-webapp-base/ws/target/classes/WEB/lib/custom_rhino-0.9.0.jar
 
[INFO] [compiler:compile]
[INFO] Compiling 63 source files to 
http://qa.nuxeo.org/hudson/job/nuxeo-jsf-5.2/org.nuxeo.ecm.platform$nuxeo-platform-webapp-base/ws/target/classes
 
[HUDSON] Archiving 
http://qa.nuxeo.org/hudson/job/nuxeo-jsf-5.2/org.nuxeo.ecm.platform$nuxeo-platform-webapp-base/ws/pom.xml
  to 
/home/hudson/.hudson/jobs/nuxeo-jsf-5.2/modules/org.nuxeo.ecm.platform$nuxeo-platform-webapp-base/builds/2009-07-22_20-09-28/archive/org.nuxeo.ecm.platform/nuxeo-platform-webapp-base/5.2.1-SNAPSHOT/pom.xml
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

http://qa.nuxeo.org/hudson/job/nuxeo-jsf-5.2/org.nuxeo.ecm.platform$nuxeo-platform-webapp-base/ws/src/main/java/org/nuxeo/ecm/webapp/action/TypesTool.java
 :[42,36] cannot find symbol
symbol  : class SubType
location: package org.nuxeo.ecm.platform.types

http://qa.nuxeo.org/hudson/job/nuxeo-jsf-5.2/org.nuxeo.ecm.platform$nuxeo-platform-webapp-base/ws/src/main/java/org/nuxeo/ecm/webapp/action/TypesTool.java
 :[96,28] cannot find symbol
symbol  : class SubType
location: class org.nuxeo.ecm.webapp.action.TypesTool

http://qa.nuxeo.org/hudson/job/nuxeo-jsf-5.2/org.nuxeo.ecm.platform$nuxeo-platform-webapp-base/ws/src/main/java/org/nuxeo/ecm/webapp/action/TypesTool.java
 :[96,81] incompatible types
found   : java.lang.String[]
required: java.util.Map<java.lang.String,SubType>

http://qa.nuxeo.org/hudson/job/nuxeo-jsf-5.2/org.nuxeo.ecm.platform$nuxeo-platform-webapp-base/ws/src/main/java/org/nuxeo/ecm/webapp/action/TypesTool.java
 :[99,20] cannot find symbol
symbol  : class SubType
location: class org.nuxeo.ecm.webapp.action.TypesTool

http://qa.nuxeo.org/hudson/job/nuxeo-jsf-5.2/org.nuxeo.ecm.platform$nuxeo-platform-webapp-base/ws/src/main/java/org/nuxeo/ecm/webapp/action/TypesTool.java
 :[162,47] cannot find symbol
symbol  : method keySet()
location: class java.lang.String[]


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 39 seconds
[INFO] Finished at: Wed Jul 22 20:07:59 CEST 2009
[INFO] Final Memory: 80M/247M
[INFO] ------------------------------------------------------------------------
Waiting for Hudson to finish collecting data

_______________________________________________
ECM-QA mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-qa

Reply via email to