See <https://qa.nuxeo.org/jenkins/job/nuxeo-jsf-5.4/849/changes>
Changes: [Thierry Martins <[email protected]>] NXP-6889: alphabetically sort children [Anahide Tchertchian <[email protected]>] NXP-6888: make sure events are raised only when event context exists (breaks tests) [Anahide Tchertchian <[email protected]>] NXP-6888: raise an additional event on current tab change to optimize observers declarations [Anahide Tchertchian <[email protected]>] NXP-6888: Raise seam event when changing current tab for a given category [Anahide Tchertchian <[email protected]>] NXP-6775: avoid reset of tab for current category because of BBB code [Eugen Ionica <[email protected]>] NXP-6881: update lifecycle when document is moved/copied in a deleted folder [Anahide Tchertchian <[email protected]>] NXP-6882: fix typos confusing reset events with refresh events + handle merge of reset events ------------------------------------------ [...truncated 714 lines...] at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:115) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:102) at org.apache.maven.surefire.Surefire.run(Surefire.java:180) 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.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:350) at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1021) Caused by: org.nuxeo.ecm.core.api.WrappedException: Exception: org.nuxeo.ecm.core.query.QueryException. message: 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:580) at org.nuxeo.ecm.core.storage.sql.coremodel.SQLSession.queryAndFetch(SQLSession.java:500) at org.nuxeo.ecm.core.api.AbstractSession.queryAndFetch(AbstractSession.java:1586) ... 26 more Caused by: org.nuxeo.ecm.core.api.WrappedException: Exception: org.nuxeo.ecm.core.storage.StorageException. message: 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:778) at org.nuxeo.ecm.core.storage.sql.CachingMapper.queryAndFetch(CachingMapper.java:99) at org.nuxeo.ecm.core.storage.sql.SessionImpl.queryAndFetch(SessionImpl.java:1056) at org.nuxeo.ecm.core.storage.sql.coremodel.SQLSession$SQLSessionQuery.executeAndFetch(SQLSession.java:577) ... 28 more Caused by: org.nuxeo.ecm.core.api.WrappedException: Exception: org.nuxeo.ecm.core.query.QueryParseException. message: 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:210) 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:774) ... 31 more Caused by: org.nuxeo.ecm.core.api.WrappedException: Exception: org.nuxeo.ecm.core.query.QueryParseException. message: 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) ... 34 more Caused by: org.nuxeo.ecm.core.api.WrappedException: Exception: org.nuxeo.ecm.core.query.QueryParseException. message: Syntax error: Invalid token <ORDER BY> at offset 51 at org.nuxeo.ecm.core.query.sql.parser.parser.parseFailed(parser.java:444) at org.nuxeo.ecm.core.query.sql.parser.parser.unrecovered_syntax_error(parser.java:435) at java_cup.runtime.lr_parser.parse(lr_parser.java:601) at org.nuxeo.ecm.core.query.sql.SQLQueryParser.parse(SQLQueryParser.java:39) ... 35 more 18:50:58,705 ERROR [SQLRepositoryTestCase] There are 15 open session(s) at tear down; it seems the test leaked 1 session(s). 18:50:58,706 ERROR [SQLRepositoryTestCase] There are 15 open session(s) at setup. 18:50:59,020 ERROR [ContentViewImpl] External context is null: cannot expose variable 'searchDocument' for content view 'CURRENT_DOCUMENT_CHILDREN_FETCH_REF' 18:50:59,020 ERROR [ContentViewImpl] External context is null: cannot dispose variable 'searchDocument' for content view 'CURRENT_DOCUMENT_CHILDREN_FETCH_REF' 18:50:59,023 WARN [CoreQueryAndFetchPageProvider] 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:1589) at org.nuxeo.ecm.platform.query.nxql.CoreQueryAndFetchPageProvider.getCurrentPage(CoreQueryAndFetchPageProvider.java:100) at org.nuxeo.ecm.platform.contentview.jsf.test.TestDefaultPageProviders.checkCoreQueryAndFetchWithError(TestDefaultPageProviders.java:421) at org.nuxeo.ecm.platform.contentview.jsf.test.TestDefaultPageProviders.testCoreQueryAndFetchWithErrorReference(TestDefaultPageProviders.java:408) 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 junit.framework.TestCase.runTest(TestCase.java:168) at org.jmock.core.VerifyingTestCase.runBare(VerifyingTestCase.java:39) at junit.framework.TestResult$1.protect(TestResult.java:110) at junit.framework.TestResult.runProtected(TestResult.java:128) at junit.framework.TestResult.run(TestResult.java:113) at junit.framework.TestCase.run(TestCase.java:124) at junit.framework.TestSuite.runTest(TestSuite.java:232) at junit.framework.TestSuite.run(TestSuite.java:227) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:83) at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:59) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:115) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:102) at org.apache.maven.surefire.Surefire.run(Surefire.java:180) 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.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:350) at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1021) Caused by: org.nuxeo.ecm.core.api.WrappedException: Exception: org.nuxeo.ecm.core.query.QueryException. message: 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:580) at org.nuxeo.ecm.core.storage.sql.coremodel.SQLSession.queryAndFetch(SQLSession.java:500) at org.nuxeo.ecm.core.api.AbstractSession.queryAndFetch(AbstractSession.java:1586) ... 26 more Caused by: org.nuxeo.ecm.core.api.WrappedException: Exception: org.nuxeo.ecm.core.storage.StorageException. message: 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:778) at org.nuxeo.ecm.core.storage.sql.CachingMapper.queryAndFetch(CachingMapper.java:99) at org.nuxeo.ecm.core.storage.sql.SessionImpl.queryAndFetch(SessionImpl.java:1056) at org.nuxeo.ecm.core.storage.sql.coremodel.SQLSession$SQLSessionQuery.executeAndFetch(SQLSession.java:577) ... 28 more Caused by: org.nuxeo.ecm.core.api.WrappedException: Exception: org.nuxeo.ecm.core.query.QueryParseException. message: 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:210) 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:774) ... 31 more Caused by: org.nuxeo.ecm.core.api.WrappedException: Exception: org.nuxeo.ecm.core.query.QueryParseException. message: 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) ... 34 more Caused by: org.nuxeo.ecm.core.api.WrappedException: Exception: org.nuxeo.ecm.core.query.QueryParseException. message: Syntax error: Invalid token <ORDER BY> at offset 51 at org.nuxeo.ecm.core.query.sql.parser.parser.parseFailed(parser.java:444) at org.nuxeo.ecm.core.query.sql.parser.parser.unrecovered_syntax_error(parser.java:435) at java_cup.runtime.lr_parser.parse(lr_parser.java:601) at org.nuxeo.ecm.core.query.sql.SQLQueryParser.parse(SQLQueryParser.java:39) ... 35 more 18:50:59,174 ERROR [SQLRepositoryTestCase] There are 16 open session(s) at tear down; it seems the test leaked 1 session(s). 18:50:59,175 ERROR [SQLRepositoryTestCase] There are 16 open session(s) at setup. 18:50:59,774 ERROR [SQLRepositoryTestCase] There are 17 open session(s) at tear down; it seems the test leaked 1 session(s). 18:50:59,774 ERROR [SQLRepositoryTestCase] There are 17 open session(s) at setup. 18:51:00,415 ERROR [SQLRepositoryTestCase] There are 18 open session(s) at tear down; it seems the test leaked 1 session(s). 18:51:00,415 ERROR [SQLRepositoryTestCase] There are 18 open session(s) at setup. 18:51:00,944 ERROR [SQLRepositoryTestCase] There are 19 open session(s) at tear down; it seems the test leaked 1 session(s). Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.137 sec Running org.nuxeo.ecm.platform.contentview.jsf.test.TestContentViewCache 18:51:00,948 ERROR [SQLRepositoryTestCase] There are 19 open session(s) at setup. 18:51:01,351 ERROR [ContentViewImpl] External context is null: cannot expose variable 'searchDocument' for content view 'CURRENT_DOCUMENT_CHILDREN' 18:51:01,351 ERROR [ContentViewImpl] External context is null: cannot dispose variable 'searchDocument' for content view 'CURRENT_DOCUMENT_CHILDREN' 18:51:01,437 ERROR [SQLRepositoryTestCase] There are 20 open session(s) at tear down; it seems the test leaked 1 session(s). Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.493 sec Running org.nuxeo.ecm.platform.contentview.jsf.test.TestContentViewService Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.203 sec Results : Tests run: 26, Failures: 0, Errors: 0, Skipped: 0 [TASKS] Skipping maven reporter: there is already a result available. [JENKINS] Recording test results [INFO] [jar:jar {execution: default-jar}] [TASKS] Skipping maven reporter: there is already a result available.[INFO] Building jar: <https://qa.nuxeo.org/jenkins/job/nuxeo-jsf-5.4/ws/nuxeo-platform-contentview-jsf/target/nuxeo-platform-contentview-jsf-5.4.2-SNAPSHOT.jar> [INFO] [install:install {execution: default-install}] [INFO] Installing <https://qa.nuxeo.org/jenkins/job/nuxeo-jsf-5.4/ws/nuxeo-platform-contentview-jsf/target/nuxeo-platform-contentview-jsf-5.4.2-SNAPSHOT.jar> to /home/hudson/.m2/repository/org/nuxeo/ecm/platform/nuxeo-platform-contentview-jsf/5.4.2-SNAPSHOT/nuxeo-platform-contentview-jsf-5.4.2-SNAPSHOT.jar [TASKS] Skipping maven reporter: there is already a result available.[INFO] [deploy:deploy {execution: default-deploy}] [INFO] Retrieving previous build number from daily-snapshots Uploading: http://maven.in.nuxeo.com/nexus/content/repositories/daily-snapshots/org/nuxeo/ecm/platform/nuxeo-platform-contentview-jsf/5.4.2-SNAPSHOT/nuxeo-platform-contentview-jsf-5.4.2-20110517.164816-194.jar 42K uploaded (nuxeo-platform-contentview-jsf-5.4.2-20110517.164816-194.jar) [INFO] Uploading project information for nuxeo-platform-contentview-jsf 5.4.2-20110517.164816-194 [INFO] Retrieving previous metadata from daily-snapshots [INFO] Uploading repository metadata for: 'snapshot org.nuxeo.ecm.platform:nuxeo-platform-contentview-jsf:5.4.2-SNAPSHOT' [INFO] Retrieving previous metadata from daily-snapshots [INFO] Uploading repository metadata for: 'artifact org.nuxeo.ecm.platform:nuxeo-platform-contentview-jsf' [TASKS] Skipping maven reporter: there is already a result available. [JENKINS] Archiving <https://qa.nuxeo.org/jenkins/job/nuxeo-jsf-5.4/ws/nuxeo-platform-contentview-jsf/pom.xml> to /home/hudson/.jenkins/jobs/nuxeo-jsf-5.4/modules/org.nuxeo.ecm.platform$nuxeo-platform-contentview-jsf/builds/2011-05-17_18-47-49/archive/org.nuxeo.ecm.platform/nuxeo-platform-contentview-jsf/5.4.2-SNAPSHOT/nuxeo-platform-contentview-jsf-5.4.2-SNAPSHOT.pom [JENKINS] Archiving <https://qa.nuxeo.org/jenkins/job/nuxeo-jsf-5.4/ws/nuxeo-platform-contentview-jsf/target/nuxeo-platform-contentview-jsf-5.4.2-SNAPSHOT.jar> to /home/hudson/.jenkins/jobs/nuxeo-jsf-5.4/modules/org.nuxeo.ecm.platform$nuxeo-platform-contentview-jsf/builds/2011-05-17_18-47-49/archive/org.nuxeo.ecm.platform/nuxeo-platform-contentview-jsf/5.4.2-20110517.164816-194/nuxeo-platform-contentview-jsf-5.4.2-20110517.164816-194.jar [INFO] ------------------------------------------------------------------------ [INFO] Building Nuxeo Web Framework Infrastructure [INFO] task-segment: [pmd:cpd, deploy] [INFO] ------------------------------------------------------------------------ [INFO] [pmd:cpd {execution: default-cli}] [TASKS] Scanning folder '<https://qa.nuxeo.org/jenkins/job/nuxeo-jsf-5.4/ws/nuxeo-platform-webapp-base/src/main/java'> for tasks ... [TASKS] Found 28. [TASKS] Scanning folder '<https://qa.nuxeo.org/jenkins/job/nuxeo-jsf-5.4/ws/nuxeo-platform-webapp-base/src/test/java'> for tasks ... [TASKS] Found 0. [TASKS] Scanning folder '<https://qa.nuxeo.org/jenkins/job/nuxeo-jsf-5.4/ws/nuxeo-platform-webapp-base/src/main/resources'> for tasks ... [TASKS] Found 3. [TASKS] Scanning folder '<https://qa.nuxeo.org/jenkins/job/nuxeo-jsf-5.4/ws/nuxeo-platform-webapp-base/src/test/resources'> for tasks ... [TASKS] Found 0. [INFO] [buildnumber:create {execution: default}] [INFO] Storing buildNumber: 20110517-185112 at timestamp: 1305651072769 [TASKS] Skipping maven reporter: there is already a result available. [INFO] snapshot org.nuxeo.ecm.platform:nuxeo-platform-placeful-api:5.4.2-SNAPSHOT: checking for updates from internal-snapshots [INFO] snapshot org.nuxeo.ecm.platform:nuxeo-platform-placeful-api:5.4.2-SNAPSHOT: checking for updates from public-snapshot [INFO] snapshot org.nuxeo.theme:nuxeo-theme-fragments:5.4.2-SNAPSHOT: checking for updates from internal-snapshots [INFO] snapshot org.nuxeo.theme:nuxeo-theme-fragments:5.4.2-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.4.2-SNAPSHOT/nuxeo-theme-fragments-5.4.2-20110517.164634-130.pom 749b downloaded (nuxeo-theme-fragments-5.4.2-20110517.164634-130.pom) [INFO] snapshot org.nuxeo.theme:nuxeo-theme-parent:5.4.2-SNAPSHOT: checking for updates from internal-snapshots [INFO] snapshot org.nuxeo.theme:nuxeo-theme-parent:5.4.2-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.4.2-SNAPSHOT/nuxeo-theme-parent-5.4.2-20110517.164634-130.pom 3K downloaded (nuxeo-theme-parent-5.4.2-20110517.164634-130.pom) [INFO] snapshot org.nuxeo.theme:nuxeo-theme-core:5.4.2-SNAPSHOT: checking for updates from internal-snapshots [INFO] snapshot org.nuxeo.theme:nuxeo-theme-core:5.4.2-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.4.2-SNAPSHOT/nuxeo-theme-core-5.4.2-20110517.164634-130.pom 2K downloaded (nuxeo-theme-core-5.4.2-20110517.164634-130.pom) [INFO] snapshot org.nuxeo.ecm.core:nuxeo-core-test:5.4.2-SNAPSHOT: checking for updates from internal-snapshots [INFO] snapshot org.nuxeo.ecm.core:nuxeo-core-test:5.4.2-SNAPSHOT: checking for updates from public-snapshot [INFO] snapshot org.nuxeo.ecm.core:nuxeo-core-convert:5.4.2-SNAPSHOT: checking for updates from internal-snapshots [INFO] snapshot org.nuxeo.ecm.core:nuxeo-core-convert:5.4.2-SNAPSHOT: checking for updates from public-snapshot [INFO] snapshot org.nuxeo.ecm.platform:nuxeo-platform-types-core:5.4.2-SNAPSHOT: checking for updates from internal-snapshots [INFO] snapshot org.nuxeo.ecm.platform:nuxeo-platform-types-core:5.4.2-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.4.2-SNAPSHOT/nuxeo-theme-fragments-5.4.2-20110517.164634-130.jar 10K downloaded (nuxeo-theme-fragments-5.4.2-20110517.164634-130.jar) Downloading: http://maven.in.nuxeo.com/nexus/content/groups/internal-snapshots/org/nuxeo/theme/nuxeo-theme-core/5.4.2-SNAPSHOT/nuxeo-theme-core-5.4.2-20110517.164634-130.jar 213K downloaded (nuxeo-theme-core-5.4.2-20110517.164634-130.jar) [INFO] [incremental-build:incremental-build {execution: default}] [INFO] Verifying module descriptor ... [INFO] Verifying parent modules... [INFO] Module <org.nuxeo.ecm.platform, nuxeo-platform-ui-api, 5.4.2-SNAPSHOT> updated [INFO] Deleting <https://qa.nuxeo.org/jenkins/job/nuxeo-jsf-5.4/ws/nuxeo-platform-webapp-base/target> [TASKS] Skipping maven reporter: there is already a result available. [INFO] [nuxeo:eclipse-version {execution: eclipsize-version}] [INFO] eclipseVersion:5.4.2.-SNAPSHOT [TASKS] Skipping maven reporter: there is already a result available. [INFO] [resources:resources {execution: default-resources}] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 144 resources [TASKS] Skipping maven reporter: there is already a result available. [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 <https://qa.nuxeo.org/jenkins/job/nuxeo-jsf-5.4/ws/nuxeo-platform-webapp-base/target/classes/lib/org.restlet-1.0.7.jar> [INFO] Copying org.restlet.ext.fileupload-1.0.7.jar to <https://qa.nuxeo.org/jenkins/job/nuxeo-jsf-5.4/ws/nuxeo-platform-webapp-base/target/classes/lib/org.restlet.ext.fileupload-1.0.7.jar> [INFO] Copying com.noelios.restlet-1.0.7.jar to <https://qa.nuxeo.org/jenkins/job/nuxeo-jsf-5.4/ws/nuxeo-platform-webapp-base/target/classes/lib/com.noelios.restlet-1.0.7.jar> [INFO] Copying com.noelios.restlet.ext.servlet-1.0.7.jar to <https://qa.nuxeo.org/jenkins/job/nuxeo-jsf-5.4/ws/nuxeo-platform-webapp-base/target/classes/lib/com.noelios.restlet.ext.servlet-1.0.7.jar> [TASKS] Skipping maven reporter: there is already a result available. [INFO] [compiler:compile {execution: default-compile}] [INFO] Compiling 91 source files to <https://qa.nuxeo.org/jenkins/job/nuxeo-jsf-5.4/ws/nuxeo-platform-webapp-base/target/classes> [INFO] ------------------------------------------------------------- [TASKS] Skipping maven reporter: there is already a result available. [JENKINS] Archiving <https://qa.nuxeo.org/jenkins/job/nuxeo-jsf-5.4/ws/nuxeo-platform-webapp-base/pom.xml> to /home/hudson/.jenkins/jobs/nuxeo-jsf-5.4/modules/org.nuxeo.ecm.platform$nuxeo-platform-webapp-base/builds/2011-05-17_18-47-49/archive/org.nuxeo.ecm.platform/nuxeo-platform-webapp-base/5.4.2-SNAPSHOT/nuxeo-platform-webapp-base-5.4.2-SNAPSHOT.pom [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] <https://qa.nuxeo.org/jenkins/job/nuxeo-jsf-5.4/ws/nuxeo-platform-webapp-base/src/main/java/org/nuxeo/ecm/webapp/directory/DirectoryTreeNode.java>:[82,14] cannot find symbol symbol : class ContentView location: class org.nuxeo.ecm.webapp.directory.DirectoryTreeNode [ERROR] <https://qa.nuxeo.org/jenkins/job/nuxeo-jsf-5.4/ws/nuxeo-platform-webapp-base/src/main/java/org/nuxeo/ecm/webapp/directory/DirectoryTreeNode.java>:[411,8] cannot find symbol symbol : class ContentViewActions location: class org.nuxeo.ecm.webapp.directory.DirectoryTreeNode [ERROR] <https://qa.nuxeo.org/jenkins/job/nuxeo-jsf-5.4/ws/nuxeo-platform-webapp-base/src/main/java/org/nuxeo/ecm/webapp/directory/DirectoryTreeNode.java>:[411,34] cannot find symbol symbol : class ContentViewActions location: class org.nuxeo.ecm.webapp.directory.DirectoryTreeNode [INFO] 3 errors [INFO] ------------------------------------------------------------- [INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Compilation failure <https://qa.nuxeo.org/jenkins/job/nuxeo-jsf-5.4/ws/nuxeo-platform-webapp-base/src/main/java/org/nuxeo/ecm/webapp/directory/DirectoryTreeNode.java>:[82,14] cannot find symbol symbol : class ContentView location: class org.nuxeo.ecm.webapp.directory.DirectoryTreeNode <https://qa.nuxeo.org/jenkins/job/nuxeo-jsf-5.4/ws/nuxeo-platform-webapp-base/src/main/java/org/nuxeo/ecm/webapp/directory/DirectoryTreeNode.java>:[411,8] cannot find symbol symbol : class ContentViewActions location: class org.nuxeo.ecm.webapp.directory.DirectoryTreeNode <https://qa.nuxeo.org/jenkins/job/nuxeo-jsf-5.4/ws/nuxeo-platform-webapp-base/src/main/java/org/nuxeo/ecm/webapp/directory/DirectoryTreeNode.java>:[411,34] cannot find symbol symbol : class ContentViewActions location: class org.nuxeo.ecm.webapp.directory.DirectoryTreeNode [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 3 minutes 33 seconds [INFO] Finished at: Tue May 17 18:51:28 CEST 2011 [INFO] Final Memory: 156M/469M [INFO] ------------------------------------------------------------------------ Sending e-mails to: [email protected] [email protected] Sending e-mails to: [email protected] [email protected] [email protected] [email protected] channel stopped _______________________________________________ ECM-QA mailing list [email protected] http://lists.nuxeo.com/mailman/listinfo/ecm-qa
