[JBoss JIRA] (ERT-241) IOOBE in DockerConnection.listImages [EBZ#495293]
by Xavier Coulon (JIRA)
[ https://issues.jboss.org/browse/ERT-241?page=com.atlassian.jira.plugin.sy... ]
Xavier Coulon resolved ERT-241.
-------------------------------
Resolution: Done
> IOOBE in DockerConnection.listImages [EBZ#495293]
> -------------------------------------------------
>
> Key: ERT-241
> URL: https://issues.jboss.org/browse/ERT-241
> Project: Eclipse Release Train
> Issue Type: Bug
> Components: Linux Tools
> Affects Versions: Neon (4.6) RC2
> Reporter: Friendly Jira Robot
> Assignee: Roland Grunberg
> Labels: Docker, bzira
> Fix For: Neon (4.6) RC4
>
>
> Using Docker Tools Neon RC3, I'm connecting to the Docker Connection from Red Hat's CDK. When expanding the connection in the Docker wizard, I get:
> java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
> at java.util.ArrayList.rangeCheck(ArrayList.java:653)
> at java.util.ArrayList.get(ArrayList.java:429)
> at org.eclipse.linuxtools.internal.docker.core.DockerConnection.listImages(DockerConnection.java:940)
> at org.eclipse.linuxtools.internal.docker.core.DockerConnection.getImages(DockerConnection.java:867)
> at org.eclipse.linuxtools.internal.docker.core.DockerConnection.setState(DockerConnection.java:307)
> at org.eclipse.linuxtools.internal.docker.core.DockerConnection.ping(DockerConnection.java:322)
> at org.eclipse.linuxtools.internal.docker.core.DockerConnection.open(DockerConnection.java:265)
> at org.eclipse.linuxtools.internal.docker.ui.views.DockerExplorerContentProvider$1.run(DockerExplorerContentProvider.java:179)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> Looking at the images from the docker daemon in the CDK, I have:
> [vagrant@rhel-cdk ~]$ docker images
> REPOSITORY TAG IMAGE ID CREATED VIRTUAL SIZE
> 172.30.212.99:5000/green-pond/nodejs-example latest cc67cf22130e 37 hours ago 462.7 MB
> 172.30.212.99:5000/green-pond/nodejs-example <none> cc67cf22130e 37 hours ago 462.7 MB
> 172.30.212.99:5000/red-lake/cakephp-example latest 6c27e86467b4 37 hours ago 508.7 MB
> 172.30.212.99:5000/red-lake/cakephp-example <none> 6c27e86467b4 37 hours ago 508.7 MB
> 172.30.212.99:5000/blue-ocean/nodejs-example latest a635e56be340 5 days ago 462.6 MB
> 172.30.212.99:5000/blue-ocean/nodejs-example <none> a635e56be340 5 days ago 462.6 MB
> 172.30.212.99:5000/sample-project/eap-app latest eb8d65658edc 6 days ago 1.216 GB
> 172.30.212.99:5000/sample-project/eap-app <none> eb8d65658edc 6 days ago 1.216 GB
> 172.30.212.99:5000/sample-project/eap-app <none> 643b71125b32 6 days ago 1.216 GB
> 172.30.212.99:5000/sample-project/nodejs-example latest a0dfe1b3736a 6 days ago 462.5 MB
> 172.30.212.99:5000/sample-project/nodejs-example <none> a0dfe1b3736a 6 days ago 462.5 MB
> registry.access.redhat.com/openshift3/nodejs-010-rhel7 latest e0f62ad5808a 2 weeks ago 449.5 MB
> docker.io/prom/haproxy-exporter latest f02e3d32d0e8 2 weeks ago 14.26 MB
> registry.access.redhat.com/rhscl/php-56-rhel7 latest bbfc4eb8005b 3 weeks ago 491.4 MB
> registry.access.redhat.com/openshift3/ose-haproxy-router v3.2.0.20 c1db351028fd 3 weeks ago 496.8 MB
> registry.access.redhat.com/openshift3/ose-sti-builder v3.2.0.20 46dc17965ef6 3 weeks ago 481.6 MB
> registry.access.redhat.com/openshift3/ose-deployer v3.2.0.20 009a6b612dc0 3 weeks ago 481.6 MB
> registry.access.redhat.com/openshift3/ose-docker-registry v3.2.0.20 b51752f794c4 3 weeks ago 526.2 MB
> registry.access.redhat.com/openshift3/ose v3.2.0.20 2aadff6087c7 3 weeks ago 481.6 MB
> registry.access.redhat.com/openshift3/ose-pod v3.2.0.20 93bd54960c4b 3 weeks ago 215.2 MB
> registry.access.redhat.com/jboss-eap-6/eap64-openshift 1.2 9a9678426f0c 5 weeks ago 1.209 GB
> Also:
> [vagrant@rhel-cdk ~]$ docker inspect --format='{{.RepoTags}}' cc67cf22130e
> [172.30.212.99:5000/green-pond/nodejs-example:latest]
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (ERT-241) IOOBE in DockerConnection.listImages [EBZ#495293]
by Xavier Coulon (JIRA)
[ https://issues.jboss.org/browse/ERT-241?page=com.atlassian.jira.plugin.sy... ]
Xavier Coulon reassigned ERT-241:
---------------------------------
Issue Type: Bug (was: Task)
Fix Version/s: Neon (4.6) RC3
Affects Version/s: Neon (4.6) RC2
Assignee: Roland Grunberg
> IOOBE in DockerConnection.listImages [EBZ#495293]
> -------------------------------------------------
>
> Key: ERT-241
> URL: https://issues.jboss.org/browse/ERT-241
> Project: Eclipse Release Train
> Issue Type: Bug
> Components: Linux Tools
> Affects Versions: Neon (4.6) RC2
> Reporter: Friendly Jira Robot
> Assignee: Roland Grunberg
> Labels: Docker, bzira
> Fix For: Neon (4.6) RC4
>
>
> Using Docker Tools Neon RC3, I'm connecting to the Docker Connection from Red Hat's CDK. When expanding the connection in the Docker wizard, I get:
> java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
> at java.util.ArrayList.rangeCheck(ArrayList.java:653)
> at java.util.ArrayList.get(ArrayList.java:429)
> at org.eclipse.linuxtools.internal.docker.core.DockerConnection.listImages(DockerConnection.java:940)
> at org.eclipse.linuxtools.internal.docker.core.DockerConnection.getImages(DockerConnection.java:867)
> at org.eclipse.linuxtools.internal.docker.core.DockerConnection.setState(DockerConnection.java:307)
> at org.eclipse.linuxtools.internal.docker.core.DockerConnection.ping(DockerConnection.java:322)
> at org.eclipse.linuxtools.internal.docker.core.DockerConnection.open(DockerConnection.java:265)
> at org.eclipse.linuxtools.internal.docker.ui.views.DockerExplorerContentProvider$1.run(DockerExplorerContentProvider.java:179)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> Looking at the images from the docker daemon in the CDK, I have:
> [vagrant@rhel-cdk ~]$ docker images
> REPOSITORY TAG IMAGE ID CREATED VIRTUAL SIZE
> 172.30.212.99:5000/green-pond/nodejs-example latest cc67cf22130e 37 hours ago 462.7 MB
> 172.30.212.99:5000/green-pond/nodejs-example <none> cc67cf22130e 37 hours ago 462.7 MB
> 172.30.212.99:5000/red-lake/cakephp-example latest 6c27e86467b4 37 hours ago 508.7 MB
> 172.30.212.99:5000/red-lake/cakephp-example <none> 6c27e86467b4 37 hours ago 508.7 MB
> 172.30.212.99:5000/blue-ocean/nodejs-example latest a635e56be340 5 days ago 462.6 MB
> 172.30.212.99:5000/blue-ocean/nodejs-example <none> a635e56be340 5 days ago 462.6 MB
> 172.30.212.99:5000/sample-project/eap-app latest eb8d65658edc 6 days ago 1.216 GB
> 172.30.212.99:5000/sample-project/eap-app <none> eb8d65658edc 6 days ago 1.216 GB
> 172.30.212.99:5000/sample-project/eap-app <none> 643b71125b32 6 days ago 1.216 GB
> 172.30.212.99:5000/sample-project/nodejs-example latest a0dfe1b3736a 6 days ago 462.5 MB
> 172.30.212.99:5000/sample-project/nodejs-example <none> a0dfe1b3736a 6 days ago 462.5 MB
> registry.access.redhat.com/openshift3/nodejs-010-rhel7 latest e0f62ad5808a 2 weeks ago 449.5 MB
> docker.io/prom/haproxy-exporter latest f02e3d32d0e8 2 weeks ago 14.26 MB
> registry.access.redhat.com/rhscl/php-56-rhel7 latest bbfc4eb8005b 3 weeks ago 491.4 MB
> registry.access.redhat.com/openshift3/ose-haproxy-router v3.2.0.20 c1db351028fd 3 weeks ago 496.8 MB
> registry.access.redhat.com/openshift3/ose-sti-builder v3.2.0.20 46dc17965ef6 3 weeks ago 481.6 MB
> registry.access.redhat.com/openshift3/ose-deployer v3.2.0.20 009a6b612dc0 3 weeks ago 481.6 MB
> registry.access.redhat.com/openshift3/ose-docker-registry v3.2.0.20 b51752f794c4 3 weeks ago 526.2 MB
> registry.access.redhat.com/openshift3/ose v3.2.0.20 2aadff6087c7 3 weeks ago 481.6 MB
> registry.access.redhat.com/openshift3/ose-pod v3.2.0.20 93bd54960c4b 3 weeks ago 215.2 MB
> registry.access.redhat.com/jboss-eap-6/eap64-openshift 1.2 9a9678426f0c 5 weeks ago 1.209 GB
> Also:
> [vagrant@rhel-cdk ~]$ docker inspect --format='{{.RepoTags}}' cc67cf22130e
> [172.30.212.99:5000/green-pond/nodejs-example:latest]
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (ERT-241) IOOBE in DockerConnection.listImages [EBZ#495293]
by Xavier Coulon (JIRA)
[ https://issues.jboss.org/browse/ERT-241?page=com.atlassian.jira.plugin.sy... ]
Xavier Coulon updated ERT-241:
------------------------------
Fix Version/s: Neon (4.6) RC4
(was: Neon (4.6) RC3)
> IOOBE in DockerConnection.listImages [EBZ#495293]
> -------------------------------------------------
>
> Key: ERT-241
> URL: https://issues.jboss.org/browse/ERT-241
> Project: Eclipse Release Train
> Issue Type: Bug
> Components: Linux Tools
> Affects Versions: Neon (4.6) RC2
> Reporter: Friendly Jira Robot
> Assignee: Roland Grunberg
> Labels: Docker, bzira
> Fix For: Neon (4.6) RC4
>
>
> Using Docker Tools Neon RC3, I'm connecting to the Docker Connection from Red Hat's CDK. When expanding the connection in the Docker wizard, I get:
> java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
> at java.util.ArrayList.rangeCheck(ArrayList.java:653)
> at java.util.ArrayList.get(ArrayList.java:429)
> at org.eclipse.linuxtools.internal.docker.core.DockerConnection.listImages(DockerConnection.java:940)
> at org.eclipse.linuxtools.internal.docker.core.DockerConnection.getImages(DockerConnection.java:867)
> at org.eclipse.linuxtools.internal.docker.core.DockerConnection.setState(DockerConnection.java:307)
> at org.eclipse.linuxtools.internal.docker.core.DockerConnection.ping(DockerConnection.java:322)
> at org.eclipse.linuxtools.internal.docker.core.DockerConnection.open(DockerConnection.java:265)
> at org.eclipse.linuxtools.internal.docker.ui.views.DockerExplorerContentProvider$1.run(DockerExplorerContentProvider.java:179)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> Looking at the images from the docker daemon in the CDK, I have:
> [vagrant@rhel-cdk ~]$ docker images
> REPOSITORY TAG IMAGE ID CREATED VIRTUAL SIZE
> 172.30.212.99:5000/green-pond/nodejs-example latest cc67cf22130e 37 hours ago 462.7 MB
> 172.30.212.99:5000/green-pond/nodejs-example <none> cc67cf22130e 37 hours ago 462.7 MB
> 172.30.212.99:5000/red-lake/cakephp-example latest 6c27e86467b4 37 hours ago 508.7 MB
> 172.30.212.99:5000/red-lake/cakephp-example <none> 6c27e86467b4 37 hours ago 508.7 MB
> 172.30.212.99:5000/blue-ocean/nodejs-example latest a635e56be340 5 days ago 462.6 MB
> 172.30.212.99:5000/blue-ocean/nodejs-example <none> a635e56be340 5 days ago 462.6 MB
> 172.30.212.99:5000/sample-project/eap-app latest eb8d65658edc 6 days ago 1.216 GB
> 172.30.212.99:5000/sample-project/eap-app <none> eb8d65658edc 6 days ago 1.216 GB
> 172.30.212.99:5000/sample-project/eap-app <none> 643b71125b32 6 days ago 1.216 GB
> 172.30.212.99:5000/sample-project/nodejs-example latest a0dfe1b3736a 6 days ago 462.5 MB
> 172.30.212.99:5000/sample-project/nodejs-example <none> a0dfe1b3736a 6 days ago 462.5 MB
> registry.access.redhat.com/openshift3/nodejs-010-rhel7 latest e0f62ad5808a 2 weeks ago 449.5 MB
> docker.io/prom/haproxy-exporter latest f02e3d32d0e8 2 weeks ago 14.26 MB
> registry.access.redhat.com/rhscl/php-56-rhel7 latest bbfc4eb8005b 3 weeks ago 491.4 MB
> registry.access.redhat.com/openshift3/ose-haproxy-router v3.2.0.20 c1db351028fd 3 weeks ago 496.8 MB
> registry.access.redhat.com/openshift3/ose-sti-builder v3.2.0.20 46dc17965ef6 3 weeks ago 481.6 MB
> registry.access.redhat.com/openshift3/ose-deployer v3.2.0.20 009a6b612dc0 3 weeks ago 481.6 MB
> registry.access.redhat.com/openshift3/ose-docker-registry v3.2.0.20 b51752f794c4 3 weeks ago 526.2 MB
> registry.access.redhat.com/openshift3/ose v3.2.0.20 2aadff6087c7 3 weeks ago 481.6 MB
> registry.access.redhat.com/openshift3/ose-pod v3.2.0.20 93bd54960c4b 3 weeks ago 215.2 MB
> registry.access.redhat.com/jboss-eap-6/eap64-openshift 1.2 9a9678426f0c 5 weeks ago 1.209 GB
> Also:
> [vagrant@rhel-cdk ~]$ docker inspect --format='{{.RepoTags}}' cc67cf22130e
> [172.30.212.99:5000/green-pond/nodejs-example:latest]
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (ERT-241) IOOBE in DockerConnection.listImages [EBZ#495293]
by Xavier Coulon (JIRA)
[ https://issues.jboss.org/browse/ERT-241?page=com.atlassian.jira.plugin.sy... ]
Xavier Coulon updated ERT-241:
------------------------------
Sprint: devex #115 May 2016
> IOOBE in DockerConnection.listImages [EBZ#495293]
> -------------------------------------------------
>
> Key: ERT-241
> URL: https://issues.jboss.org/browse/ERT-241
> Project: Eclipse Release Train
> Issue Type: Task
> Components: Linux Tools
> Reporter: Friendly Jira Robot
> Labels: Docker, bzira
>
> Using Docker Tools Neon RC3, I'm connecting to the Docker Connection from Red Hat's CDK. When expanding the connection in the Docker wizard, I get:
> java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
> at java.util.ArrayList.rangeCheck(ArrayList.java:653)
> at java.util.ArrayList.get(ArrayList.java:429)
> at org.eclipse.linuxtools.internal.docker.core.DockerConnection.listImages(DockerConnection.java:940)
> at org.eclipse.linuxtools.internal.docker.core.DockerConnection.getImages(DockerConnection.java:867)
> at org.eclipse.linuxtools.internal.docker.core.DockerConnection.setState(DockerConnection.java:307)
> at org.eclipse.linuxtools.internal.docker.core.DockerConnection.ping(DockerConnection.java:322)
> at org.eclipse.linuxtools.internal.docker.core.DockerConnection.open(DockerConnection.java:265)
> at org.eclipse.linuxtools.internal.docker.ui.views.DockerExplorerContentProvider$1.run(DockerExplorerContentProvider.java:179)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> Looking at the images from the docker daemon in the CDK, I have:
> [vagrant@rhel-cdk ~]$ docker images
> REPOSITORY TAG IMAGE ID CREATED VIRTUAL SIZE
> 172.30.212.99:5000/green-pond/nodejs-example latest cc67cf22130e 37 hours ago 462.7 MB
> 172.30.212.99:5000/green-pond/nodejs-example <none> cc67cf22130e 37 hours ago 462.7 MB
> 172.30.212.99:5000/red-lake/cakephp-example latest 6c27e86467b4 37 hours ago 508.7 MB
> 172.30.212.99:5000/red-lake/cakephp-example <none> 6c27e86467b4 37 hours ago 508.7 MB
> 172.30.212.99:5000/blue-ocean/nodejs-example latest a635e56be340 5 days ago 462.6 MB
> 172.30.212.99:5000/blue-ocean/nodejs-example <none> a635e56be340 5 days ago 462.6 MB
> 172.30.212.99:5000/sample-project/eap-app latest eb8d65658edc 6 days ago 1.216 GB
> 172.30.212.99:5000/sample-project/eap-app <none> eb8d65658edc 6 days ago 1.216 GB
> 172.30.212.99:5000/sample-project/eap-app <none> 643b71125b32 6 days ago 1.216 GB
> 172.30.212.99:5000/sample-project/nodejs-example latest a0dfe1b3736a 6 days ago 462.5 MB
> 172.30.212.99:5000/sample-project/nodejs-example <none> a0dfe1b3736a 6 days ago 462.5 MB
> registry.access.redhat.com/openshift3/nodejs-010-rhel7 latest e0f62ad5808a 2 weeks ago 449.5 MB
> docker.io/prom/haproxy-exporter latest f02e3d32d0e8 2 weeks ago 14.26 MB
> registry.access.redhat.com/rhscl/php-56-rhel7 latest bbfc4eb8005b 3 weeks ago 491.4 MB
> registry.access.redhat.com/openshift3/ose-haproxy-router v3.2.0.20 c1db351028fd 3 weeks ago 496.8 MB
> registry.access.redhat.com/openshift3/ose-sti-builder v3.2.0.20 46dc17965ef6 3 weeks ago 481.6 MB
> registry.access.redhat.com/openshift3/ose-deployer v3.2.0.20 009a6b612dc0 3 weeks ago 481.6 MB
> registry.access.redhat.com/openshift3/ose-docker-registry v3.2.0.20 b51752f794c4 3 weeks ago 526.2 MB
> registry.access.redhat.com/openshift3/ose v3.2.0.20 2aadff6087c7 3 weeks ago 481.6 MB
> registry.access.redhat.com/openshift3/ose-pod v3.2.0.20 93bd54960c4b 3 weeks ago 215.2 MB
> registry.access.redhat.com/jboss-eap-6/eap64-openshift 1.2 9a9678426f0c 5 weeks ago 1.209 GB
> Also:
> [vagrant@rhel-cdk ~]$ docker inspect --format='{{.RepoTags}}' cc67cf22130e
> [172.30.212.99:5000/green-pond/nodejs-example:latest]
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (JBIDE-22496) For JBIDE 4.4.0.Final: Prepare for Final/GA [LiveReload]
by Xavier Coulon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22496?page=com.atlassian.jira.plugi... ]
Xavier Coulon closed JBIDE-22496.
---------------------------------
Resolution: Done
Same mistake as for Web Services: I committed the change on master branch bit forgot to push it :-/
> For JBIDE 4.4.0.Final: Prepare for Final/GA [LiveReload]
> --------------------------------------------------------
>
> Key: JBIDE-22496
> URL: https://issues.jboss.org/browse/JBIDE-22496
> Project: Tools (JBoss Tools)
> Issue Type: Sub-task
> Components: livereload
> Reporter: Nick Boldt
> Assignee: Xavier Coulon
> Priority: Blocker
> Labels: task
> Fix For: 4.4.0.Final
>
>
> For JBIDE 4.4.0.Final [LiveReload]: Please perform the following tasks:
> 0. Make sure your component has no remaining unresolved JIRAs set for fixVersion = 4.4.0.Final or 10.0.0.GA
> [Unresolved JIRAs with fixVersion = 4.4.0.Final, 10.0.0.GA|https://issues.jboss.org/issues/?jql=%28%28project%20%3D%20%22J...]
> 1. Update your *{color:orange}master branch{color}* root pom to use the latest parent pom version, *{color:orange}4.4.0.Final-SNAPSHOT{color}*:
> {code}
> <parent>
> <groupId>org.jboss.tools</groupId>
> <artifactId>parent</artifactId>
> <version>4.4.0.Final-SNAPSHOT</version>
> </parent>
> {code}
> Now, your root pom will use parent pom version:
> * *{color:orange}4.4.0.Final-SNAPSHOT{color}* in your *{color:orange}jbosstools-4.4.x{color}* branch
> 2. Branch from your existing master branch into a new *{color:blue}jbosstools-4.4.x{color}* branch;
> {code}
> git checkout master
> git pull origin master
> git checkout -b jbosstools-4.4.x
> git push origin jbosstools-4.4.x
> {code}
> Now, your root pom will use parent pom version:
> * *{color:orange}4.4.0.Final-SNAPSHOT{color}* in your *{color:blue}master{color}* branch (we'll move to 4.5.0.Alpha1 later!)
> * *{color:blue}4.4.0.Final-SNAPSHOT{color}* in your *{color:blue}jbosstools-4.4.x{color}* branch
> 3. Ensure you've *built your code* using the latest target platform version 4.60.0.Final-SNAPSHOT (4.60 = Eclipse Neon.0)
> {code}
> mvn clean verify -Dtpc.version=4.60.0.Final-SNAPSHOT
> {code}
> 4. Close (do not resolve) this JIRA when done.
> 5. If you have any outstanding [New + Noteworthy JIRAs|https://issues.jboss.org/issues/?jql=%28%28project%20%3D%20%22JBIDE...] to do, please complete them next.
> [Search for all task JIRA|https://issues.jboss.org/issues/?jql=%28%28project+in+%28JBDS%29+and...], or [Search for LiveReload task JIRA|https://issues.jboss.org/issues/?jql=%28%28project+in+%28JBDS%29+and...]
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (JBIDE-22492) For JBIDE 4.4.0.Final: Prepare for Final/GA [Webservices]
by Xavier Coulon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22492?page=com.atlassian.jira.plugi... ]
Xavier Coulon closed JBIDE-22492.
---------------------------------
> For JBIDE 4.4.0.Final: Prepare for Final/GA [Webservices]
> ---------------------------------------------------------
>
> Key: JBIDE-22492
> URL: https://issues.jboss.org/browse/JBIDE-22492
> Project: Tools (JBoss Tools)
> Issue Type: Sub-task
> Components: webservices
> Reporter: Nick Boldt
> Assignee: Xavier Coulon
> Priority: Blocker
> Labels: task
> Fix For: 4.4.0.Final
>
>
> For JBIDE 4.4.0.Final [Webservices]: Please perform the following tasks:
> 0. Make sure your component has no remaining unresolved JIRAs set for fixVersion = 4.4.0.Final or 10.0.0.GA
> [Unresolved JIRAs with fixVersion = 4.4.0.Final, 10.0.0.GA|https://issues.jboss.org/issues/?jql=%28%28project%20%3D%20%22J...]
> 1. Update your *{color:orange}master branch{color}* root pom to use the latest parent pom version, *{color:orange}4.4.0.Final-SNAPSHOT{color}*:
> {code}
> <parent>
> <groupId>org.jboss.tools</groupId>
> <artifactId>parent</artifactId>
> <version>4.4.0.Final-SNAPSHOT</version>
> </parent>
> {code}
> Now, your root pom will use parent pom version:
> * *{color:orange}4.4.0.Final-SNAPSHOT{color}* in your *{color:orange}jbosstools-4.4.x{color}* branch
> 2. Branch from your existing master branch into a new *{color:blue}jbosstools-4.4.x{color}* branch;
> {code}
> git checkout master
> git pull origin master
> git checkout -b jbosstools-4.4.x
> git push origin jbosstools-4.4.x
> {code}
> Now, your root pom will use parent pom version:
> * *{color:orange}4.4.0.Final-SNAPSHOT{color}* in your *{color:blue}master{color}* branch (we'll move to 4.5.0.Alpha1 later!)
> * *{color:blue}4.4.0.Final-SNAPSHOT{color}* in your *{color:blue}jbosstools-4.4.x{color}* branch
> 3. Ensure you've *built your code* using the latest target platform version 4.60.0.Final-SNAPSHOT (4.60 = Eclipse Neon.0)
> {code}
> mvn clean verify -Dtpc.version=4.60.0.Final-SNAPSHOT
> {code}
> 4. Close (do not resolve) this JIRA when done.
> 5. If you have any outstanding [New + Noteworthy JIRAs|https://issues.jboss.org/issues/?jql=%28%28project%20%3D%20%22JBIDE...] to do, please complete them next.
> [Search for all task JIRA|https://issues.jboss.org/issues/?jql=%28%28project+in+%28JBDS%29+and...], or [Search for Webservices task JIRA|https://issues.jboss.org/issues/?jql=%28%28project+in+%28JBDS%29+and...]
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (JBIDE-22492) For JBIDE 4.4.0.Final: Prepare for Final/GA [Webservices]
by Xavier Coulon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22492?page=com.atlassian.jira.plugi... ]
Xavier Coulon resolved JBIDE-22492.
-----------------------------------
Resolution: Done
My fault: I committed the change on {{master}} branch bit forgot to push it :-/
> For JBIDE 4.4.0.Final: Prepare for Final/GA [Webservices]
> ---------------------------------------------------------
>
> Key: JBIDE-22492
> URL: https://issues.jboss.org/browse/JBIDE-22492
> Project: Tools (JBoss Tools)
> Issue Type: Sub-task
> Components: webservices
> Reporter: Nick Boldt
> Assignee: Xavier Coulon
> Priority: Blocker
> Labels: task
> Fix For: 4.4.0.Final
>
>
> For JBIDE 4.4.0.Final [Webservices]: Please perform the following tasks:
> 0. Make sure your component has no remaining unresolved JIRAs set for fixVersion = 4.4.0.Final or 10.0.0.GA
> [Unresolved JIRAs with fixVersion = 4.4.0.Final, 10.0.0.GA|https://issues.jboss.org/issues/?jql=%28%28project%20%3D%20%22J...]
> 1. Update your *{color:orange}master branch{color}* root pom to use the latest parent pom version, *{color:orange}4.4.0.Final-SNAPSHOT{color}*:
> {code}
> <parent>
> <groupId>org.jboss.tools</groupId>
> <artifactId>parent</artifactId>
> <version>4.4.0.Final-SNAPSHOT</version>
> </parent>
> {code}
> Now, your root pom will use parent pom version:
> * *{color:orange}4.4.0.Final-SNAPSHOT{color}* in your *{color:orange}jbosstools-4.4.x{color}* branch
> 2. Branch from your existing master branch into a new *{color:blue}jbosstools-4.4.x{color}* branch;
> {code}
> git checkout master
> git pull origin master
> git checkout -b jbosstools-4.4.x
> git push origin jbosstools-4.4.x
> {code}
> Now, your root pom will use parent pom version:
> * *{color:orange}4.4.0.Final-SNAPSHOT{color}* in your *{color:blue}master{color}* branch (we'll move to 4.5.0.Alpha1 later!)
> * *{color:blue}4.4.0.Final-SNAPSHOT{color}* in your *{color:blue}jbosstools-4.4.x{color}* branch
> 3. Ensure you've *built your code* using the latest target platform version 4.60.0.Final-SNAPSHOT (4.60 = Eclipse Neon.0)
> {code}
> mvn clean verify -Dtpc.version=4.60.0.Final-SNAPSHOT
> {code}
> 4. Close (do not resolve) this JIRA when done.
> 5. If you have any outstanding [New + Noteworthy JIRAs|https://issues.jboss.org/issues/?jql=%28%28project%20%3D%20%22JBIDE...] to do, please complete them next.
> [Search for all task JIRA|https://issues.jboss.org/issues/?jql=%28%28project+in+%28JBDS%29+and...], or [Search for Webservices task JIRA|https://issues.jboss.org/issues/?jql=%28%28project+in+%28JBDS%29+and...]
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (JBIDE-21916) Build image function of Docker Tooling shows no message on console
by Josef Kopriva (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21916?page=com.atlassian.jira.plugi... ]
Josef Kopriva closed JBIDE-21916.
---------------------------------
Console output now shows information about building image.
Closing.
Verified in:
Version: 10.0.0.GA
Build id: GA-v20160603-0010-B5505
Build date: 20160603-0010
> Build image function of Docker Tooling shows no message on console
> ------------------------------------------------------------------
>
> Key: JBIDE-21916
> URL: https://issues.jboss.org/browse/JBIDE-21916
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: docker, upstream
> Affects Versions: 4.3.0.Final
> Reporter: Joseph Hwang
> Assignee: Xavier Coulon
> Fix For: 4.4.0.Final
>
> Attachments: 2016-03-19_8-47-37.jpg, 2016-03-23_19-38-10.jpg
>
>
> "docker build" command show the message of build process and error on consol like below.
> {code}
> *_$ docker build --tag=jboss/wildfly:joseph .
> Sending build context to Docker daemon 1.021 MB
> Step 1 : FROM jboss/wildfly
> ---> bda4b726bee1
> Step 2 : MAINTAINER Joseph Hwang "gladitor67(a)naver.com"
> ---> Using cache
> ---> 8914ffd24e28
> Step 3 : ENV WILDFLY_VERSION 10.0.0.Final
> ---> Using cache
> ---> 176b7b9a5b7f
> Step 4 : ENV JBOSS_HOME /opt/jboss/wildfly
> ---> Using cache
> ---> 3f8d1e30f787
> Step 5 : RUN cd $HOME && curl -O https://download.jboss.org/wildfly/$WILDFLY_VERSION/wildfly-$WILDFLY_VERS... && unzip wildfly-$WILDFLY_VERSION.zip && mv $HOME/wildfly-$WILDFLY_VERSION $JBOSS_HOME && rm wildfly-$WILDFLY_VERSION.zip
> ---> Using cache
> ---> 454f6749ff6c
> Step 6 : RUN mkdir $JBOSS_HOME/modules/system/layers/base/com/mysql
> ---> Using cache
> ---> 2fce5a99913c
> Step 7 : RUN mkdir $JBOSS_HOME/modules/system/layers/base/com/mysql/main
> ---> Using cache
> ---> 1e4f8bd9aa50
> Step 8 : ADD module.xml $JBOSS_HOME/modules/system/layers/base/com/mysql/main/
> ---> Using cache
> ---> 723e4a09b3a0
> Step 9 : ADD mysql-connector-java-5.1.38-bin.jar $JBOSS_HOME/modules/system/layers/base/com/mysql/main/
> ---> Using cache
> ---> 7cc730359445
> Step 10 : ADD standalone.xml $JBOSS_HOME/standalone/configuration/
> ---> Using cache
> ---> 9ac873838925
> Successfully built 79d34c841245_*
> {code}
> But in JBossTools there is no message shown on console except progress bar.
> !2016-03-19_8-47-37.jpg!
> I recommend the 'build image function of docker tooling' to show the build message on console.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months