See <https://qa.nuxeo.org/jenkins/job/nuxeo-jsf-master/452/changes>
Changes:
[at] NXP-8144: make sure default edit action restores current tabs after
edition when using the toggable layout widget
------------------------------------------
[...truncated 622 lines...]
at org.junit.internal.runners.MethodRoadie$2.run(MethodRoadie.java:86)
at
org.junit.internal.runners.MethodRoadie.runBeforesThenTestThenAfters(MethodRoadie.java:94)
at org.junit.internal.runners.MethodRoadie.runTest(MethodRoadie.java:84)
at org.junit.internal.runners.MethodRoadie.run(MethodRoadie.java:49)
at
org.junit.internal.runners.JUnit4ClassRunner.invokeTestMethod(JUnit4ClassRunner.java:98)
at
org.junit.internal.runners.JUnit4ClassRunner.runMethods(JUnit4ClassRunner.java:61)
at
org.junit.internal.runners.JUnit4ClassRunner$1.run(JUnit4ClassRunner.java:54)
at
org.junit.internal.runners.ClassRoadie.runUnprotected(ClassRoadie.java:34)
at
org.junit.internal.runners.ClassRoadie.runProtected(ClassRoadie.java:44)
at
org.junit.internal.runners.JUnit4ClassRunner.run(JUnit4ClassRunner.java:52)
at
org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
at
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:123)
at
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:104)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at
org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:164)
at
org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:110)
at
org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:175)
at
org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcessWhenForked(SurefireStarter.java:107)
at
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:68)
Caused by: org.nuxeo.ecm.core.query.QueryException: Invalid query: NXQL: SELECT
dc:title FROM Document WHERE ecm:parentId = ORDER BY dc:title
at
org.nuxeo.ecm.core.storage.sql.coremodel.SQLSession$SQLSessionQuery.executeAndFetch(SQLSession.java:596)
at
org.nuxeo.ecm.core.storage.sql.coremodel.SQLSession.queryAndFetch(SQLSession.java:510)
at
org.nuxeo.ecm.core.api.AbstractSession.queryAndFetch(AbstractSession.java:1576)
... 32 more
Caused by: org.nuxeo.ecm.core.storage.StorageException: Invalid query: NXQL:
SELECT dc:title FROM Document WHERE ecm:parentId = ORDER BY dc:title
at
org.nuxeo.ecm.core.storage.sql.jdbc.JDBCMapper.queryAndFetch(JDBCMapper.java:821)
at
org.nuxeo.ecm.core.storage.sql.SoftRefCachingMapper.queryAndFetch(SoftRefCachingMapper.java:104)
at
org.nuxeo.ecm.core.storage.sql.SessionImpl.queryAndFetch(SessionImpl.java:1097)
at
org.nuxeo.ecm.core.storage.sql.coremodel.SQLSession$SQLSessionQuery.executeAndFetch(SQLSession.java:593)
... 34 more
Caused by: org.nuxeo.ecm.core.query.QueryParseException:
org.nuxeo.ecm.core.query.QueryParseException: Syntax error: Invalid token
<ORDER BY> at offset 51 in query: SELECT dc:title FROM Document WHERE
ecm:parentId = ORDER BY dc:title
at
org.nuxeo.ecm.core.query.sql.SQLQueryParser.parse(SQLQueryParser.java:51)
at
org.nuxeo.ecm.core.storage.sql.jdbc.NXQLQueryMaker.buildQuery(NXQLQueryMaker.java:242)
at
org.nuxeo.ecm.core.storage.sql.jdbc.ResultSetQueryResult.<init>(ResultSetQueryResult.java:58)
at
org.nuxeo.ecm.core.storage.sql.jdbc.JDBCMapper.queryAndFetch(JDBCMapper.java:817)
... 37 more
Caused by: org.nuxeo.ecm.core.query.QueryParseException:
org.nuxeo.ecm.core.query.QueryParseException: Syntax error: Invalid token
<ORDER BY> at offset 51
at
org.nuxeo.ecm.core.query.sql.SQLQueryParser.parse(SQLQueryParser.java:41)
at
org.nuxeo.ecm.core.query.sql.SQLQueryParser.parse(SQLQueryParser.java:47)
... 40 more
Caused by: org.nuxeo.ecm.core.query.QueryParseException: Syntax error: Invalid
token <ORDER BY> at offset 51
at
org.nuxeo.ecm.core.query.sql.parser.parser.parseFailed(parser.java:466)
at
org.nuxeo.ecm.core.query.sql.parser.parser.unrecovered_syntax_error(parser.java:457)
at java_cup.runtime.lr_parser.parse(lr_parser.java:601)
at
org.nuxeo.ecm.core.query.sql.SQLQueryParser.parse(SQLQueryParser.java:39)
... 41 more
External context is null: cannot expose variable 'searchDocument' for content
view 'CURRENT_DOCUMENT_CHILDREN_FETCH_REF'
External context is null: cannot dispose variable 'searchDocument' for content
view 'CURRENT_DOCUMENT_CHILDREN_FETCH_REF'
Failed to execute query: NXQL: SELECT dc:title FROM Document WHERE ecm:parentId
= ORDER BY dc:title: org.nuxeo.ecm.core.query.QueryParseException: Syntax
error: Invalid token <ORDER BY> at offset 51 in query: SELECT dc:title FROM
Document WHERE ecm:parentId = ORDER BY dc:title
org.nuxeo.ecm.core.api.ClientException: Failed to execute query: NXQL: SELECT
dc:title FROM Document WHERE ecm:parentId = ORDER BY dc:title:
org.nuxeo.ecm.core.query.QueryParseException: Syntax error: Invalid token
<ORDER BY> at offset 51 in query: SELECT dc:title FROM Document WHERE
ecm:parentId = ORDER BY dc:title
at
org.nuxeo.ecm.core.api.AbstractSession.queryAndFetch(AbstractSession.java:1579)
at
org.nuxeo.ecm.platform.query.nxql.CoreQueryAndFetchPageProvider.getCurrentPage(CoreQueryAndFetchPageProvider.java:100)
at
org.nuxeo.ecm.platform.contentview.jsf.test.TestDefaultPageProviders.checkCoreQueryAndFetchWithError(TestDefaultPageProviders.java:546)
at
org.nuxeo.ecm.platform.contentview.jsf.test.TestDefaultPageProviders.testCoreQueryAndFetchWithErrorReference(TestDefaultPageProviders.java:533)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.junit.internal.runners.TestMethod.invoke(TestMethod.java:66)
at org.jmock.integration.junit4.JMock$1.invoke(JMock.java:37)
at
org.junit.internal.runners.MethodRoadie.runTestMethod(MethodRoadie.java:105)
at org.junit.internal.runners.MethodRoadie$2.run(MethodRoadie.java:86)
at
org.junit.internal.runners.MethodRoadie.runBeforesThenTestThenAfters(MethodRoadie.java:94)
at org.junit.internal.runners.MethodRoadie.runTest(MethodRoadie.java:84)
at org.junit.internal.runners.MethodRoadie.run(MethodRoadie.java:49)
at
org.junit.internal.runners.JUnit4ClassRunner.invokeTestMethod(JUnit4ClassRunner.java:98)
at
org.junit.internal.runners.JUnit4ClassRunner.runMethods(JUnit4ClassRunner.java:61)
at
org.junit.internal.runners.JUnit4ClassRunner$1.run(JUnit4ClassRunner.java:54)
at
org.junit.internal.runners.ClassRoadie.runUnprotected(ClassRoadie.java:34)
at
org.junit.internal.runners.ClassRoadie.runProtected(ClassRoadie.java:44)
at
org.junit.internal.runners.JUnit4ClassRunner.run(JUnit4ClassRunner.java:52)
at
org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
at
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:123)
at
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:104)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at
org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:164)
at
org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:110)
at
org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:175)
at
org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcessWhenForked(SurefireStarter.java:107)
at
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:68)
Caused by: org.nuxeo.ecm.core.query.QueryException: Invalid query: NXQL: SELECT
dc:title FROM Document WHERE ecm:parentId = ORDER BY dc:title
at
org.nuxeo.ecm.core.storage.sql.coremodel.SQLSession$SQLSessionQuery.executeAndFetch(SQLSession.java:596)
at
org.nuxeo.ecm.core.storage.sql.coremodel.SQLSession.queryAndFetch(SQLSession.java:510)
at
org.nuxeo.ecm.core.api.AbstractSession.queryAndFetch(AbstractSession.java:1576)
... 32 more
Caused by: org.nuxeo.ecm.core.storage.StorageException: Invalid query: NXQL:
SELECT dc:title FROM Document WHERE ecm:parentId = ORDER BY dc:title
at
org.nuxeo.ecm.core.storage.sql.jdbc.JDBCMapper.queryAndFetch(JDBCMapper.java:821)
at
org.nuxeo.ecm.core.storage.sql.SoftRefCachingMapper.queryAndFetch(SoftRefCachingMapper.java:104)
at
org.nuxeo.ecm.core.storage.sql.SessionImpl.queryAndFetch(SessionImpl.java:1097)
at
org.nuxeo.ecm.core.storage.sql.coremodel.SQLSession$SQLSessionQuery.executeAndFetch(SQLSession.java:593)
... 34 more
Caused by: org.nuxeo.ecm.core.query.QueryParseException:
org.nuxeo.ecm.core.query.QueryParseException: Syntax error: Invalid token
<ORDER BY> at offset 51 in query: SELECT dc:title FROM Document WHERE
ecm:parentId = ORDER BY dc:title
at
org.nuxeo.ecm.core.query.sql.SQLQueryParser.parse(SQLQueryParser.java:51)
at
org.nuxeo.ecm.core.storage.sql.jdbc.NXQLQueryMaker.buildQuery(NXQLQueryMaker.java:242)
at
org.nuxeo.ecm.core.storage.sql.jdbc.ResultSetQueryResult.<init>(ResultSetQueryResult.java:58)
at
org.nuxeo.ecm.core.storage.sql.jdbc.JDBCMapper.queryAndFetch(JDBCMapper.java:817)
... 37 more
Caused by: org.nuxeo.ecm.core.query.QueryParseException:
org.nuxeo.ecm.core.query.QueryParseException: Syntax error: Invalid token
<ORDER BY> at offset 51
at
org.nuxeo.ecm.core.query.sql.SQLQueryParser.parse(SQLQueryParser.java:41)
at
org.nuxeo.ecm.core.query.sql.SQLQueryParser.parse(SQLQueryParser.java:47)
... 40 more
Caused by: org.nuxeo.ecm.core.query.QueryParseException: Syntax error: Invalid
token <ORDER BY> at offset 51
at
org.nuxeo.ecm.core.query.sql.parser.parser.parseFailed(parser.java:466)
at
org.nuxeo.ecm.core.query.sql.parser.parser.unrecovered_syntax_error(parser.java:457)
at java_cup.runtime.lr_parser.parse(lr_parser.java:601)
at
org.nuxeo.ecm.core.query.sql.SQLQueryParser.parse(SQLQueryParser.java:39)
... 41 more
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.782 sec
Running org.nuxeo.ecm.platform.contentview.jsf.test.TestContentViewService
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.252 sec
Running org.nuxeo.ecm.platform.contentview.jsf.test.TestContentViewCache
External context is null: cannot expose variable 'searchDocument' for content
view 'CURRENT_DOCUMENT_CHILDREN'
External context is null: cannot dispose variable 'searchDocument' for content
view 'CURRENT_DOCUMENT_CHILDREN'
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.663 sec
Running org.nuxeo.ecm.platform.contentview.jsf.test.TestContentViewState
External context is null: cannot expose variable 'searchDocument' for content
view 'CURRENT_DOCUMENT_CHILDREN'
Cannot evaluate expression: #{dummy.param}
External context is null: cannot dispose variable 'searchDocument' for content
view 'CURRENT_DOCUMENT_CHILDREN'
External context is null: cannot expose variable 'searchDocument' for content
view 'CURRENT_DOCUMENT_CHILDREN'
External context is null: cannot dispose variable 'searchDocument' for content
view 'CURRENT_DOCUMENT_CHILDREN'
External context is null: cannot expose variable 'searchDocument' for content
view 'CURRENT_DOCUMENT_CHILDREN_WITH_SEARCH_DOCUMENT'
External context is null: cannot dispose variable 'searchDocument' for content
view 'CURRENT_DOCUMENT_CHILDREN_WITH_SEARCH_DOCUMENT'
External context is null: cannot expose variable 'searchDocument' for content
view 'CURRENT_DOCUMENT_CHILDREN_WITH_SEARCH_DOCUMENT'
External context is null: cannot dispose variable 'searchDocument' for content
view 'CURRENT_DOCUMENT_CHILDREN_WITH_SEARCH_DOCUMENT'
External context is null: cannot expose variable 'searchDocument' for content
view 'CURRENT_DOCUMENT_CHILDREN_WITH_SEARCH_DOCUMENT'
External context is null: cannot dispose variable 'searchDocument' for content
view 'CURRENT_DOCUMENT_CHILDREN_WITH_SEARCH_DOCUMENT'
External context is null: cannot expose variable 'searchDocument' for content
view 'CURRENT_DOCUMENT_CHILDREN_WITH_SEARCH_DOCUMENT'
External context is null: cannot dispose variable 'searchDocument' for content
view 'CURRENT_DOCUMENT_CHILDREN_WITH_SEARCH_DOCUMENT'
External context is null: cannot expose variable 'searchDocument' for content
view 'CURRENT_DOCUMENT_CHILDREN_WITH_SEARCH_DOCUMENT'
External context is null: cannot dispose variable 'searchDocument' for content
view 'CURRENT_DOCUMENT_CHILDREN_WITH_SEARCH_DOCUMENT'
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.202 sec
Results :
Tests run: 27, Failures: 0, Errors: 0, Skipped: 0
[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[JENKINS] Archiving
<https://qa.nuxeo.org/jenkins/job/nuxeo-jsf-master/ws/nuxeo-platform-contentview-jsf/pom.xml>
to
/jenkins/.jenkins/jobs/nuxeo-jsf-master/modules/org.nuxeo.ecm.platform$nuxeo-platform-contentview-jsf/builds/2012-07-09_20-31-12/archive/org.nuxeo.ecm.platform/nuxeo-platform-contentview-jsf/5.6-SNAPSHOT/nuxeo-platform-contentview-jsf-5.6-SNAPSHOT.pom
[JENKINS] Archiving
<https://qa.nuxeo.org/jenkins/job/nuxeo-jsf-master/ws/nuxeo-platform-contentview-jsf/target/nuxeo-platform-contentview-jsf-5.6-SNAPSHOT.jar>
to
/jenkins/.jenkins/jobs/nuxeo-jsf-master/modules/org.nuxeo.ecm.platform$nuxeo-platform-contentview-jsf/builds/2012-07-09_20-31-12/archive/org.nuxeo.ecm.platform/nuxeo-platform-contentview-jsf/5.6-SNAPSHOT/nuxeo-platform-contentview-jsf-5.6-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Nuxeo Webapp Base
[INFO] task-segment: [pmd:cpd, package]
[INFO] ------------------------------------------------------------------------
[INFO] [pmd:cpd {execution: default-cli}]
[DRY] No report found for mojo cpd
[TASKS] Scanning folder
'<https://qa.nuxeo.org/jenkins/job/nuxeo-jsf-master/ws/nuxeo-platform-webapp-base'>
for files matching the pattern '**/*.java, **/*.txt, **/*.xml' - excludes:
[TASKS] Found 168 files to scan for tasks
Found 40 open tasks.
[TASKS] Computing warning deltas based on reference build #451
[INFO] [buildnumber:create {execution: default}]
[INFO] Storing buildNumber: 20120709-203829 at timestamp: 1341859109011
[INFO] snapshot
org.nuxeo.ecm.platform:nuxeo-platform-placeful-api:5.6-SNAPSHOT: checking for
updates from internal-snapshots
[INFO] snapshot
org.nuxeo.ecm.platform:nuxeo-platform-placeful-api:5.6-SNAPSHOT: checking for
updates from public-snapshot
Downloading:
http://maven.in.nuxeo.com/nexus/content/groups/internal-snapshots/org/nuxeo/ecm/platform/nuxeo-platform-placeful-api/5.6-SNAPSHOT/nuxeo-platform-placeful-api-5.6-20120709.182759-359.pom
789b downloaded (nuxeo-platform-placeful-api-5.6-20120709.182759-359.pom)
[INFO] snapshot org.nuxeo.theme:nuxeo-theme-fragments:5.6-SNAPSHOT: checking
for updates from internal-snapshots
[INFO] snapshot org.nuxeo.theme:nuxeo-theme-fragments:5.6-SNAPSHOT: checking
for updates from public-snapshot
Downloading:
http://maven.in.nuxeo.com/nexus/content/groups/internal-snapshots/org/nuxeo/theme/nuxeo-theme-fragments/5.6-SNAPSHOT/nuxeo-theme-fragments-5.6-20120709.183004-343.pom
747b downloaded (nuxeo-theme-fragments-5.6-20120709.183004-343.pom)
[INFO] snapshot org.nuxeo.theme:nuxeo-theme-parent:5.6-SNAPSHOT: checking for
updates from internal-snapshots
[INFO] snapshot org.nuxeo.theme:nuxeo-theme-parent:5.6-SNAPSHOT: checking for
updates from public-snapshot
Downloading:
http://maven.in.nuxeo.com/nexus/content/groups/internal-snapshots/org/nuxeo/theme/nuxeo-theme-parent/5.6-SNAPSHOT/nuxeo-theme-parent-5.6-20120709.183005-343.pom
3K downloaded (nuxeo-theme-parent-5.6-20120709.183005-343.pom)
[INFO] snapshot org.nuxeo.theme:nuxeo-theme-core:5.6-SNAPSHOT: checking for
updates from internal-snapshots
[INFO] snapshot org.nuxeo.theme:nuxeo-theme-core:5.6-SNAPSHOT: checking for
updates from public-snapshot
Downloading:
http://maven.in.nuxeo.com/nexus/content/groups/internal-snapshots/org/nuxeo/theme/nuxeo-theme-core/5.6-SNAPSHOT/nuxeo-theme-core-5.6-20120709.183004-343.pom
2K downloaded (nuxeo-theme-core-5.6-20120709.183004-343.pom)
[INFO] snapshot org.nuxeo.ecm.core:nuxeo-core-test:5.6-SNAPSHOT: checking for
updates from internal-snapshots
[INFO] snapshot org.nuxeo.ecm.core:nuxeo-core-test:5.6-SNAPSHOT: checking for
updates from public-snapshot
Downloading:
http://maven.in.nuxeo.com/nexus/content/groups/internal-snapshots/org/nuxeo/ecm/core/nuxeo-core-test/5.6-SNAPSHOT/nuxeo-core-test-5.6-20120709.182114-322.pom
2K downloaded (nuxeo-core-test-5.6-20120709.182114-322.pom)
[INFO] snapshot org.nuxeo.ecm.core:nuxeo-core-convert:5.6-SNAPSHOT: checking
for updates from internal-snapshots
[INFO] snapshot org.nuxeo.ecm.core:nuxeo-core-convert:5.6-SNAPSHOT: checking
for updates from public-snapshot
Downloading:
http://maven.in.nuxeo.com/nexus/content/groups/internal-snapshots/org/nuxeo/ecm/core/nuxeo-core-convert/5.6-SNAPSHOT/nuxeo-core-convert-5.6-20120709.182109-322.pom
1K downloaded (nuxeo-core-convert-5.6-20120709.182109-322.pom)
[INFO] snapshot org.nuxeo.ecm.core:nuxeo-core-convert-plugins:5.6-SNAPSHOT:
checking for updates from internal-snapshots
[INFO] snapshot org.nuxeo.ecm.core:nuxeo-core-convert-plugins:5.6-SNAPSHOT:
checking for updates from public-snapshot
Downloading:
http://maven.in.nuxeo.com/nexus/content/groups/internal-snapshots/org/nuxeo/ecm/core/nuxeo-core-convert-plugins/5.6-SNAPSHOT/nuxeo-core-convert-plugins-5.6-20120709.182109-322.pom
2K downloaded (nuxeo-core-convert-plugins-5.6-20120709.182109-322.pom)
[INFO] snapshot org.nuxeo.ecm.platform:nuxeo-platform-types-core:5.6-SNAPSHOT:
checking for updates from internal-snapshots
[INFO] snapshot org.nuxeo.ecm.platform:nuxeo-platform-types-core:5.6-SNAPSHOT:
checking for updates from public-snapshot
Downloading:
http://maven.in.nuxeo.com/nexus/content/groups/internal-snapshots/org/nuxeo/ecm/platform/nuxeo-platform-types-core/5.6-SNAPSHOT/nuxeo-platform-types-core-5.6-20120709.182801-360.pom
1K downloaded (nuxeo-platform-types-core-5.6-20120709.182801-360.pom)
Downloading:
http://maven.in.nuxeo.com/nexus/content/groups/internal-snapshots/org/nuxeo/theme/nuxeo-theme-fragments/5.6-SNAPSHOT/nuxeo-theme-fragments-5.6-20120709.183004-343.jar
Downloading:
http://maven.in.nuxeo.com/nexus/content/groups/internal-snapshots/org/nuxeo/ecm/core/nuxeo-core-test/5.6-SNAPSHOT/nuxeo-core-test-5.6-20120709.182114-322.jar
Downloading:
http://maven.in.nuxeo.com/nexus/content/groups/internal-snapshots/org/nuxeo/ecm/platform/nuxeo-platform-placeful-api/5.6-SNAPSHOT/nuxeo-platform-placeful-api-5.6-20120709.182759-359.jar
10K downloaded (nuxeo-theme-fragments-5.6-20120709.183004-343.jar)
Downloading:
http://maven.in.nuxeo.com/nexus/content/groups/internal-snapshots/org/nuxeo/theme/nuxeo-theme-core/5.6-SNAPSHOT/nuxeo-theme-core-5.6-20120709.183004-343.jar
5K downloaded (nuxeo-platform-placeful-api-5.6-20120709.182759-359.jar)
Downloading:
http://maven.in.nuxeo.com/nexus/content/groups/internal-snapshots/org/nuxeo/ecm/platform/nuxeo-platform-types-core/5.6-SNAPSHOT/nuxeo-platform-types-core-5.6-20120709.182801-360.jar
28K downloaded (nuxeo-core-test-5.6-20120709.182114-322.jar)
Downloading:
http://maven.in.nuxeo.com/nexus/content/groups/internal-snapshots/org/nuxeo/ecm/core/nuxeo-core-convert/5.6-SNAPSHOT/nuxeo-core-convert-5.6-20120709.182109-322.jar
21K downloaded (nuxeo-platform-types-core-5.6-20120709.182801-360.jar)
29K downloaded (nuxeo-core-convert-5.6-20120709.182109-322.jar)
Downloading:
http://maven.in.nuxeo.com/nexus/content/groups/internal-snapshots/org/nuxeo/ecm/core/nuxeo-core-convert-plugins/5.6-SNAPSHOT/nuxeo-core-convert-plugins-5.6-20120709.182109-322.jar
213K downloaded (nuxeo-theme-core-5.6-20120709.183004-343.jar)
41K downloaded (nuxeo-core-convert-plugins-5.6-20120709.182109-322.jar)
[INFO] [incremental-build:incremental-build {execution: default}]
[INFO] Verifying module descriptor ...
[INFO] Verifying parent modules...
[INFO] Verifying resources...
[INFO] resources updated, module have to be cleaned
[INFO] Deleting
<https://qa.nuxeo.org/jenkins/job/nuxeo-jsf-master/ws/nuxeo-platform-webapp-base/target>
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 194 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 102 source files to
<https://qa.nuxeo.org/jenkins/job/nuxeo-jsf-master/ws/nuxeo-platform-webapp-base/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR]
<https://qa.nuxeo.org/jenkins/job/nuxeo-jsf-master/ws/nuxeo-platform-webapp-base/src/main/java/org/nuxeo/ecm/webapp/locale/LocaleStartup.java>:[38,47]
package org.nuxeo.ecm.platform.web.common.locale does not exist
[ERROR]
<https://qa.nuxeo.org/jenkins/job/nuxeo-jsf-master/ws/nuxeo-platform-webapp-base/src/main/java/org/nuxeo/ecm/webapp/locale/LocaleStartup.java>:[99,47]
cannot find symbol
symbol : class LocaleProvider
location: class org.nuxeo.ecm.webapp.locale.LocaleStartup
[INFO] 2 errors
[INFO] -------------------------------------------------------------
[JENKINS] Archiving
<https://qa.nuxeo.org/jenkins/job/nuxeo-jsf-master/ws/nuxeo-platform-webapp-base/pom.xml>
to
/jenkins/.jenkins/jobs/nuxeo-jsf-master/modules/org.nuxeo.ecm.platform$nuxeo-platform-webapp-base/builds/2012-07-09_20-31-12/archive/org.nuxeo.ecm.platform/nuxeo-platform-webapp-base/5.6-SNAPSHOT/nuxeo-platform-webapp-base-5.6-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
<https://qa.nuxeo.org/jenkins/job/nuxeo-jsf-master/ws/nuxeo-platform-webapp-base/src/main/java/org/nuxeo/ecm/webapp/locale/LocaleStartup.java>:[38,47]
package org.nuxeo.ecm.platform.web.common.locale does not exist
<https://qa.nuxeo.org/jenkins/job/nuxeo-jsf-master/ws/nuxeo-platform-webapp-base/src/main/java/org/nuxeo/ecm/webapp/locale/LocaleStartup.java>:[99,47]
cannot find symbol
symbol : class LocaleProvider
location: class org.nuxeo.ecm.webapp.locale.LocaleStartup
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6 minutes 18 seconds
[INFO] Finished at: Mon Jul 09 20:38:46 CEST 2012
[INFO] Final Memory: 103M/439M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
Sending e-mails to: [email protected] [email protected]
channel stopped
_______________________________________________
ECM-QA mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-qa