[
https://jira.nuxeo.org/browse/NXP-5660?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=81393#action_81393
]
Julien Carsique commented on NXP-5660:
--------------------------------------
Replacing:
<profile>
<id>no-osgi</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<modules>
<module>nuxeo-dm</module>
<module>nuxeo-gwt</module>
</modules>
</profile>
with:
<profile>
<id>no-osgi</id>
<activation>
<file><exists>pom.xml</exists></file>
</activation>
<modules>
<module>nuxeo-dm</module>
<module>nuxeo-gwt</module>
</modules>
</profile>
works fine with Maven but not with Hudson which now raises those errors:
https://qa.nuxeo.org/hudson/job/nuxeo-core-5.4/113/console
https://qa.nuxeo.org/hudson/job/nuxeo-features-5.4/234/console
[INFO] ------------------------------------------------------------------------
[INFO] Building Nuxeo Core JCR Storage Parent
[INFO] task-segment: [clean, pmd:cpd, deploy]
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[ERROR] FATAL ERROR
[INFO] ------------------------------------------------------------------------
[INFO] reporters.get(org.nuxeo.ecm.core:nuxeo-core-storage-jcr-parent)==null.
(...)
[INFO] ------------------------------------------------------------------------
[INFO] Trace
java.lang.AssertionError:
reporters.get(org.nuxeo.ecm.core:nuxeo-core-storage-jcr-parent)==null.
reporters={
(...),
org.nuxeo.ecm.core:nuxeo-core-client=hudson.maven.mavenmodulesetbuild$builder$filteri...@c73c434}
at
hudson.maven.MavenModuleSetBuild$Builder.postModule(MavenModuleSetBuild.java:728)
at
hudson.maven.MavenBuilder$Adapter.fireLeaveModule(MavenBuilder.java:317)
at hudson.maven.MavenBuilder$Adapter.postBuild(MavenBuilder.java:275)
at
org.apache.maven.lifecycle.LifecycleExecutorInterceptor.execute(LifecycleExecutorInterceptor.java:68)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
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.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
at hudson.maven.agent.Main.launch(Main.java:165)
at hudson.maven.MavenBuilder.call(MavenBuilder.java:165)
at
hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:681)
at
hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:625)
at hudson.remoting.UserRequest.perform(UserRequest.java:114)
at hudson.remoting.UserRequest.perform(UserRequest.java:48)
at hudson.remoting.Request$2.run(Request.java:270)
at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)
Temporarily reverted non-osgi modules isolation:
http://hg.nuxeo.org/nuxeo/rev/b62f79ce4159
http://hg.nuxeo.org/nuxeo/nuxeo-core/rev/4320c28e54df
http://hg.nuxeo.org/nuxeo/nuxeo-services/rev/9acda6f407f3
http://hg.nuxeo.org/nuxeo/nuxeo-features/rev/cefa6de082bc
> modules listed as "activeByDefault" must always be ran except when they are
> explicitely excluded
> ------------------------------------------------------------------------------------------------
>
> Key: NXP-5660
> URL: https://jira.nuxeo.org/browse/NXP-5660
> Project: Nuxeo Enterprise Platform
> Issue Type: Bug
> Components: Infrastructure
> Affects Versions: 5.3.2
> Reporter: Julien Carsique
> Assignee: Julien Carsique
> Fix For: 5.4
>
>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.nuxeo.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
ECM-tickets mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets