[JBoss JIRA] (JBIDE-24514) org.jboss.tools.tests version not bumped in master
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-24514?page=com.atlassian.jira.plugi... ]
Nick Boldt reassigned JBIDE-24514:
----------------------------------
Assignee: Nick Boldt
> org.jboss.tools.tests version not bumped in master
> --------------------------------------------------
>
> Key: JBIDE-24514
> URL: https://issues.jboss.org/browse/JBIDE-24514
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: common, foundation
> Affects Versions: 4.5.0.AM1
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Fix For: 4.5.0.AM1
>
>
> This has been failing for several days. Does no one every compile locally and see these failures? Or check the server for failing builds? [~jeffmaury] [~rob.stryker]
> {code}
> 08:48:11 Caused by: org.apache.maven.plugin.MojoFailureException: Only qualifier changed for (org.jboss.tools.tests/3.7.3.v20170419-0633). Expected to have bigger x.y.z than what is available in baseline (3.7.3.v20170414-0943)
> 08:48:11 at org.eclipse.tycho.plugins.p2.extras.CompareWithBaselineMojo.execute(CompareWithBaselineMojo.java:178)
> 08:48:11 at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
> 08:48:11 at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
> 08:48:11 ... 20 more
> 08:48:11 Caused by: org.apache.maven.plugin.MojoFailureException: Only qualifier changed for (org.jboss.tools.tests/3.7.3.v20170419-0633). Expected to have bigger x.y.z than what is available in baseline (3.7.3.v20170414-0943)
> 08:48:11 at org.eclipse.tycho.plugins.p2.extras.CompareWithBaselineMojo.execute(CompareWithBaselineMojo.java:172)
> 08:48:11 ... 22 more{code}
> -- https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/jbosstoo...
> Working on a PR to fix this now.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 10 months
[JBoss JIRA] (JBIDE-24514) org.jboss.tools.tests version not bumped in master
by Nick Boldt (JIRA)
Nick Boldt created JBIDE-24514:
----------------------------------
Summary: org.jboss.tools.tests version not bumped in master
Key: JBIDE-24514
URL: https://issues.jboss.org/browse/JBIDE-24514
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: common, foundation
Affects Versions: 4.5.0.AM1
Reporter: Nick Boldt
This has been failing for several days. Does no one every compile locally and see these failures? Or check the server for failing builds? [~jeffmaury] [~rob.stryker]
{code}
08:48:11 Caused by: org.apache.maven.plugin.MojoFailureException: Only qualifier changed for (org.jboss.tools.tests/3.7.3.v20170419-0633). Expected to have bigger x.y.z than what is available in baseline (3.7.3.v20170414-0943)
08:48:11 at org.eclipse.tycho.plugins.p2.extras.CompareWithBaselineMojo.execute(CompareWithBaselineMojo.java:178)
08:48:11 at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
08:48:11 at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
08:48:11 ... 20 more
08:48:11 Caused by: org.apache.maven.plugin.MojoFailureException: Only qualifier changed for (org.jboss.tools.tests/3.7.3.v20170419-0633). Expected to have bigger x.y.z than what is available in baseline (3.7.3.v20170414-0943)
08:48:11 at org.eclipse.tycho.plugins.p2.extras.CompareWithBaselineMojo.execute(CompareWithBaselineMojo.java:172)
08:48:11 ... 22 more{code}
-- https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/jbosstoo...
Working on a PR to fix this now.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 10 months
[JBoss JIRA] (JBIDE-23784) WF 11 / EAP 7.1 Incremental MGMT publishing
by Martin Malina (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23784?page=com.atlassian.jira.plugi... ]
Martin Malina commented on JBIDE-23784:
---------------------------------------
[~rob.stryker], I finally took a look at this and I have a question: How do I tell if incremental deployment is at play here?
I tried to deploy a dynamic web project to WF11. Then I added a new jsp file and this was the immediate result of the server console:
{code}
13:39:11,370 INFO [org.jboss.as.repository] (management-handler-thread - 3) WFLYDR0001: Content added at location /Users/rasp/jbossqa/runtimes/wildfly-11.0.0.Alpha1/standalone/data/content/ae/0320b5903d1dd07069ae74bb950d03400dfa13/content
13:39:11,378 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 68) WFLYUT0022: Unregistered web context: '/dynproj1' from server 'default-server'
13:39:11,400 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) WFLYSRV0028: Stopped deployment dynproj1.war (runtime-name: dynproj1.war) in 26ms
13:39:11,407 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0027: Starting deployment of "dynproj1.war" (runtime-name: "dynproj1.war")
13:39:11,443 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 69) WFLYUT0021: Registered web context: '/dynproj1' for server 'default-server'
13:39:11,466 INFO [org.jboss.as.server] (management-handler-thread - 3) WFLYSRV0013: Redeployed "dynproj1.war"
13:39:11,467 INFO [org.jboss.as.repository] (management-handler-thread - 3) WFLYDR0002: Content removed from location /Users/rasp/jbossqa/runtimes/wildfly-11.0.0.Alpha1/standalone/data/content/69/43e98fd2e1031e0028da195332acabc8f3785b/content
13:39:14,724 INFO [org.jboss.as.repository] (management-handler-thread - 3) WFLYDR0001: Content added at location /Users/rasp/jbossqa/runtimes/wildfly-11.0.0.Alpha1/standalone/data/content/18/21a534d3e01bf789ee7ef93e35c66ea20b8eeb/content
13:39:14,727 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 66) WFLYUT0022: Unregistered web context: '/dynproj1' from server 'default-server'
13:39:14,734 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0028: Stopped deployment dynproj1.war (runtime-name: dynproj1.war) in 7ms
13:39:14,738 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) WFLYSRV0027: Starting deployment of "dynproj1.war" (runtime-name: "dynproj1.war")
13:39:15,219 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 68) WFLYUT0021: Registered web context: '/dynproj1' for server 'default-server'
13:39:15,228 INFO [org.jboss.as.server] (management-handler-thread - 3) WFLYSRV0013: Redeployed "dynproj1.war"
13:39:15,230 INFO [org.jboss.as.repository] (management-handler-thread - 3) WFLYDR0002: Content removed from location /Users/rasp/jbossqa/runtimes/wildfly-11.0.0.Alpha1/standalone/data/content/ae/0320b5903d1dd07069ae74bb950d03400dfa13/content
{code}
(The first portion is just adding the new jsp file and the second part is when I saved it.)
Looking at it it does not seem right to me. It seems that it did an undeploy and then a new deploy.
> WF 11 / EAP 7.1 Incremental MGMT publishing
> -------------------------------------------
>
> Key: JBIDE-23784
> URL: https://issues.jboss.org/browse/JBIDE-23784
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: server
> Reporter: Rob Stryker
> Assignee: Rob Stryker
> Priority: Critical
> Fix For: 4.4.4.Final, 4.5.0.AM2
>
>
> WF 11 and EAP 7.1 will have support for management deployment in an incremental fashion.
> WF 11 nightly builds for the pre-alpha are here: https://developer.jboss.org/thread/224262
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 10 months