[JBoss JIRA] (JBIDE-20013) Update Eclipse Docker Tooling in the Target Platforms
by Xavier Coulon (JIRA)
Xavier Coulon created JBIDE-20013:
-------------------------------------
Summary: Update Eclipse Docker Tooling in the Target Platforms
Key: JBIDE-20013
URL: https://issues.jboss.org/browse/JBIDE-20013
Project: Tools (JBoss Tools)
Issue Type: Task
Components: docker, target-platform
Affects Versions: 4.3.0.Beta1
Reporter: Xavier Coulon
Please update the Docker tooling to the latest version in our TP, since we included numerous bug fixes since JBIDE-19848.
The current version for the Docker tooling is 1.0.0.201506100402
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 10 months
[JBoss JIRA] (JBIDE-19997) Add possibility to select interface and abstract class in New Batch Artifact wizard
by Lucia Jelinkova (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19997?page=com.atlassian.jira.plugi... ]
Lucia Jelinkova commented on JBIDE-19997:
-----------------------------------------
I think that the wizard would have value even if the user needed to select abstract class manually
# the choice of abstract classes would be limited to the concrete artifact - no need to remember the right name e.g. for "Decider"
# you may specify artifact loader
# you may add properties pretty easily
If I were user I would used this wizard over simple Java Class wizard
> Add possibility to select interface and abstract class in New Batch Artifact wizard
> -----------------------------------------------------------------------------------
>
> Key: JBIDE-19997
> URL: https://issues.jboss.org/browse/JBIDE-19997
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: batch
> Affects Versions: 4.3.0.Beta1
> Reporter: Lucia Jelinkova
> Assignee: Viacheslav Kabanovich
> Fix For: 4.3.0.Beta2
>
>
> I think that in every bigger enterprise project you would have your own implementation of batch interfaces and abstract classes. So the possibility to select them in the New Batch Artifact wizard would be very useful.
> Maybe you could just put there interface and abstract class selection section from New Java Class wizard and pre-define the right batch classes?
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 10 months
[JBoss JIRA] (JBIDE-19993) Add possibility to browse for "ref" elements in Design and Diagram tabs
by Lucia Jelinkova (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19993?page=com.atlassian.jira.plugi... ]
Lucia Jelinkova commented on JBIDE-19993:
-----------------------------------------
I had no idea there is content assist and frankly, I would not tried Ctrl+Space in a graphical editor. It would be really nice if the assist can be invoked automatically as I type.
In any case, I vote for adding also Browse button so that user can choose what suits him best.
> Add possibility to browse for "ref" elements in Design and Diagram tabs
> -----------------------------------------------------------------------
>
> Key: JBIDE-19993
> URL: https://issues.jboss.org/browse/JBIDE-19993
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: batch
> Affects Versions: 4.3.0.Beta1
> Reporter: Lucia Jelinkova
> Assignee: Viacheslav Kabanovich
> Fix For: 4.3.0.Beta2
>
> Attachments: next.png, ref.png
>
>
> At the moment, you can browse for "next" value. It would be useful to browse also for "ref" value.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 10 months
[JBoss JIRA] (JBIDE-19974) Cannot detect running boot2docker on OS X
by Xavier Coulon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19974?page=com.atlassian.jira.plugi... ]
Xavier Coulon updated JBIDE-19974:
----------------------------------
Fix Version/s: 4.3.0.Beta2
> Cannot detect running boot2docker on OS X
> -----------------------------------------
>
> Key: JBIDE-19974
> URL: https://issues.jboss.org/browse/JBIDE-19974
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: docker, upstream
> Affects Versions: 4.3.0.Beta1
> Reporter: Martin Malina
> Assignee: Xavier Coulon
> Fix For: 4.3.0.Beta2
>
>
> In Docker Explorer, when I want to create my first connection, I click on the link to create a connection, the dialog is opened and I get this in my Error View:
> bash: no job control in this shell
> An exception stack trace is not available.
> Another warning is generated also:
> Could not find default settings to connect to a local Docker daemon
> An exception stack trace is not available.
> I'm on OS X and have boot2docker running. By default, boot2docker will not add the DOCKER variables to .bash_profile, it will only instruct me to set them up like this:
> export DOCKER_HOST=tcp://192.168.59.103:2376
> export DOCKER_CERT_PATH=/Users/rasp/.boot2docker/certs/boot2docker-vm
> export DOCKER_TLS_VERIFY=1
> With the way the script in the Docker Tooling works (env | grep DOCKER), it cannot detect the variables unless they are in .bash_profile.
> But even if I added them there (and a new Terminal window has these variables), Eclipse still can't detect the running Docker instance.
> So something is wrong.
> I logged an upstream bug here:
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=469624
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 10 months
[JBoss JIRA] (JBIDE-19978) Docker Images and Containers view do not display count at the top of the view
by Xavier Coulon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19978?page=com.atlassian.jira.plugi... ]
Xavier Coulon updated JBIDE-19978:
----------------------------------
Fix Version/s: 4.3.0.Beta2
> Docker Images and Containers view do not display count at the top of the view
> -----------------------------------------------------------------------------
>
> Key: JBIDE-19978
> URL: https://issues.jboss.org/browse/JBIDE-19978
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: docker, upstream
> Affects Versions: 4.3.0.Beta1
> Reporter: Martin Malina
> Assignee: Xavier Coulon
> Fix For: 4.3.0.Beta2
>
> Attachments: images-count-missing.png
>
>
> After establishing a connection to my Docker instance, the Docker Images view shows active images. At the top, it should display something like (4/31 Images), but at first it doesn't show this.
> If I selected Show all images, and then uncheck it again, the numbers are now shown.
> In a previous attempt, during the download of the wildfly image, the numbers were shown, but once the pulling finished, the numbers disappeared.
> Similarly, in the Docker Containers view, when you first create a docker connection, the numbers are not there. But once I check Show all containers and uncheck it again, it will properly show (0/1 Containers).
> Upstream BZ is here: https://bugs.eclipse.org/bugs/show_bug.cgi?id=469628
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 10 months
[JBoss JIRA] (JBIDE-19977) Multiple download windows blinking for intermediate images while pulling from docker registry
by Xavier Coulon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19977?page=com.atlassian.jira.plugi... ]
Xavier Coulon updated JBIDE-19977:
----------------------------------
Fix Version/s: 4.3.0.Beta2
> Multiple download windows blinking for intermediate images while pulling from docker registry
> ---------------------------------------------------------------------------------------------
>
> Key: JBIDE-19977
> URL: https://issues.jboss.org/browse/JBIDE-19977
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: docker, upstream
> Affects Versions: 4.3.0.Beta1
> Reporter: Martin Malina
> Assignee: Xavier Coulon
> Fix For: 4.3.0.Beta2
>
>
> In Docker Tooling, after establishing a connection to my local boot2docker instance, I tried to pull jboss/wildfly in the Docker Images view.
> This worked, but the UI was not very nice. To get the WildFly image, Docker needs to download about 30 intermediate images. For each image, a download window would open for a short period of time and then close again.
> The overall progress is visible in the status bar of Eclipse, but otherwise you get multiple download windows opening and closing again, which is very distracting and you can't really do any other work in the meantime since a newly opened window will interrupt you again anyway. (Overall, it takes me several minutes to download the wildfly image for the first time.)
> I think a better approach would be to have one window for all the images being downloaded combined.
> Upstream BZ is here: https://bugs.eclipse.org/bugs/show_bug.cgi?id=469627
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 10 months
[JBoss JIRA] (JBIDE-19979) New Docker connection wizard is confusing when no Docker is detected
by Xavier Coulon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19979?page=com.atlassian.jira.plugi... ]
Xavier Coulon updated JBIDE-19979:
----------------------------------
Fix Version/s: 4.3.0.Beta2
> New Docker connection wizard is confusing when no Docker is detected
> --------------------------------------------------------------------
>
> Key: JBIDE-19979
> URL: https://issues.jboss.org/browse/JBIDE-19979
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: docker, upstream
> Affects Versions: 4.3.0.Beta1
> Reporter: Martin Malina
> Assignee: Xavier Coulon
> Fix For: 4.3.0.Beta2
>
>
> When I open the new Docker Connection wizard (clicking on the link in Docker Explorer) and no running Docker daemon is detected, there is no way to know this. If I know how this works, then I will know that a detected docker would result in prefilled fields in the Wizard. But if I don't know this, I can be easily confused. There is no warning or anything. And what's worse, I can even click Finish to create the connection. It should be disabled unless I select custom values in case Docker was not detected.
> Upstream bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=469635
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 10 months
[JBoss JIRA] (JBTIS-445) JBTIS TP - Update to JBDS core 4.3.0.Beta1/ JBT TP 4.50.0.Beta1-SNAPSHOT/
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBTIS-445?page=com.atlassian.jira.plugin.... ]
Max Rydahl Andersen commented on JBTIS-445:
-------------------------------------------
Just to be sure we are aligned - this TP is not used/published to JBDSIS sites, right ?
i.e. org.jboss.tools.birt.* is community only thus shouldn't be included in JBDS nor JBDSIS.
> JBTIS TP - Update to JBDS core 4.3.0.Beta1/ JBT TP 4.50.0.Beta1-SNAPSHOT/
> -------------------------------------------------------------------------
>
> Key: JBTIS-445
> URL: https://issues.jboss.org/browse/JBTIS-445
> Project: JBoss Tools Integration Stack
> Issue Type: Feature Request
> Components: target-platform
> Affects Versions: 4.3.0.Alpha2b-TP
> Reporter: Paul Leacu
> Assignee: Paul Leacu
> Fix For: 4.3.0.Beta1
>
>
> *Reason:* Update to Mars Beta1
> *Project page/sources:*
> https://repository.jboss.org/nexus/content/groups/public/org/jboss/tools/...
> http://download.jboss.org/jbosstools/mars/staging/updates/core/4.3.0.Beta1/
> http://download.jboss.org/jbosstools/updates/requirements/bpel/1.0.4.Final/
> http://download.jboss.org/jbosstools/updates/requirements/mars/2015052910...
> *Version:* .
> *License and owner:* EPL
> *Original p2 repo:* n/a
> *JBoss mirror:*
> *Include Sources:* Yes
> *Affected JBoss Tools components:* JBDSIS
> *Include in JBDS:* Yes (JBDSIS)
> *Type of dependency:* distribution
> *List of bundles added/removed:*
> {code}
> < org.jboss.tools.birt.feature.feature.jar [1.8.0.Alpha2-v20150417-1613-B13]
> < org.jboss.tools.community.project.examples [3.0.0.Alpha2-v20150417-1854-B11]
> < org.jboss.tools.community.central [2.0.0.Alpha2-v20150417-1854-B11]
> < org.jboss.tools.birt.feature.feature.group [1.8.0.Alpha2-v20150417-1613-B13]
> < org.jboss.tools.birt.oda.ui [1.8.0.Alpha2-v20150417-1613-B13]
> < org.jboss.tools.common.test [3.7.0.Alpha2-v20150416-1940-B11]
> < org.jboss.tools.common.base.test [3.7.0.Alpha2-v20150416-1940-B11]
> < org.jboss.tools.jmx.core.test [1.7.0.Alpha2-v20150417-0145-B13]
> < org.jboss.tools.community.central.feature.feature.jar [2.0.0.Alpha2-v20150417-1854-B11]
> < org.jboss.tools.community.project.examples.feature.feature.jar [3.0.0.Alpha2-v20150417-1854-B11]
> < org.jboss.tools.community.project.examples.feature.feature.group [3.0.0.Alpha2-v20150417-1854-B11]
> < org.jboss.tools.community.central.feature.feature.group [2.0.0.Alpha2-v20150417-1854-B11]
> < org.jboss.tools.birt.core [1.8.0.Alpha2-v20150417-1613-B13]
> < org.jboss.tools.birt.oda [1.8.0.Alpha2-v20150417-1613-B13]
> < org.jboss.tools.tests [3.6.0.Alpha2-v20150416-1940-B11]
> > org.jboss.tools.common.el.ui [3.7.0.Beta2-v20150605-0217-B19]
> > org.jboss.tools.common.base.test [3.7.0.Beta2-v20150605-1701-B738]
> > org.jboss.tools.jmx.core.test [1.7.0.Beta2-v20150605-0027-B774]
> > org.jboss.tools.project.examples [3.0.0.Beta1-v20150605-1112-B18]
> > org.jboss.tools.community.project.examples [3.0.0.Beta1-v20150605-1112-B18]
> > org.jboss.tools.common.resref.ui [3.7.0.Beta2-v20150605-0217-B19]
> > org.jboss.tools.project.examples.feature.feature.group [3.0.0.Beta1-v20150605-1112-B18]
> > org.jboss.tools.community.central [2.0.0.Beta1-v20150605-1112-B18]
> > org.jboss.tools.common.feature.feature.group [3.7.0.Beta2-v20150605-0217-B19]
> > org.jboss.tools.community.project.examples.feature.feature.jar [3.0.0.Beta1-v20150605-1112-B18]
> > org.jboss.tools.community.central.feature.feature.group [2.0.0.Beta1-v20150605-1112-B18]
> > org.jboss.tools.project.examples.feature.feature.jar [3.0.0.Beta1-v20150605-1112-B18]
> > org.jboss.tools.common.feature.feature.jar [3.7.0.Beta2-v20150605-0217-B19]
> > org.jboss.tools.tests [3.6.0.Beta2-v20150605-1701-B738]
> > org.jboss.tools.as.test.core [3.1.0.Beta2-v20150605-0027-B774]
> > org.jboss.tools.community.project.examples.feature.feature.group [3.0.0.Beta1-v20150605-1112-B18]
> > org.jboss.tools.community.central.feature.feature.jar [2.0.0.Beta1-v20150605-1112-B18]
> > org.jboss.tools.common.validation [3.7.0.Beta2-v20150605-0217-B19]
> > org.jboss.tools.common.test [3.7.0.Beta2-v20150605-1701-B738]
> > org.jboss.tools.project.examples.cheatsheet [3.0.0.Beta1-v20150605-1112-B18]
> > org.jboss.tools.common.el.core [3.7.0.Beta2-v20150605-0217-B19]
> > org.jboss.tools.common.resref.core [3.7.0.Beta2-v20150605-0217-B19]
> === Summary ===
> file:///home/pleacu/git-clone/jbosstools-integration-stack.orig/target-platform/target/target-platform.target.repo contains 15 unique IUs
> file:///home/pleacu/git-clone/jbosstools-integration-stack/target-platform/target/target-platform.target.repo contains 22 unique IUs
> < org.jboss.tools.birt.feature.feature.jar [1.8.0.Alpha2-v20150417-1613-B13]
> < org.eclipse.bpel.apache.ode.deploy.ui.source [1.0.4.v201412041949]
> < org.eclipse.ocl.feature.jar [3.5.0.v20150321-0925]
> < org.eclipse.birt.data.oda.mongodb [4.5.0.v201501061437]
> < org.eclipse.emf.query.feature.jar [1.9.0.201503250423]
> < org.eclipse.bpel.runtimes [1.0.4.v201412041949]
> < org.eclipse.emf.validation.feature.group [1.9.0.201503250348]
> < org.eclipse.uml2.common.edit [2.1.0.v20150323-0944]
> < org.eclipse.ocl.all.feature.jar [5.1.0.v20150321-0925]
> < org.eclipse.bpel.apache.ode.runtime.feature.feature.jar [1.0.4.v201412041949]
> < org.eclipse.bpel.common.feature.feature.group [1.0.4.v201412041949]
> < org.eclipse.ocl.common [1.3.0.v20150113-1721]
> < org.eclipse.bpel.ui.source [1.0.4.v201412041949]
> < org.eclipse.emf.ecore.feature.group [2.11.0.v20150318-0449]
> < org.eclipse.graphiti.export.batik [0.12.0.v20150325-0826]
> < org.eclipse.graphiti.ui [0.12.0.v20150325-0826]
> < org.eclipse.bpel.apache.ode.runtime.feature.source.feature.group [1.0.4.v201412041949]
> < org.jboss.tools.birt.oda.ui [1.8.0.Alpha2-v20150417-1613-B13]
> < org.eclipse.graphiti.export.feature.feature.group [0.12.0.v20150325-0826]
> < org.eclipse.bpel.feature.feature.group [1.0.4.v201412041949]
> < org.eclipse.bpel.validator.source [1.0.4.v201412041949]
> < org.eclipse.emf.query.ocl.feature.group [1.9.0.201503250423]
> < org.eclipse.bpel.apache.ode.runtime.feature.source.feature.jar [1.0.4.v201412041949]
> < org.eclipse.emf.compare.ide.ui.feature.jar [3.1.0.201503131342]
> < org.eclipse.emf.compare.rcp.ui [4.1.0.201503131342]
> < org.eclipse.bpel.common.model.source [1.0.4.v201412041949]
> < org.eclipse.ocl.uml [5.0.100.v20140713-1723]
> < org.eclipse.bpel.cheatsheet [1.0.4.v201412041949]
> < org.eclipse.emf.compare.ide.ui.feature.group [3.1.0.201503131342]
> < org.jboss.tools.community.project.examples [3.0.0.Alpha2-v20150417-1854-B11]
> < org.eclipse.birt.report.data.oda.hive.ui [4.5.0.v201501061437]
> < org.eclipse.emf.compare.feature.jar [3.1.0.201503131342]
> < org.eclipse.emf.codegen.ecore.ui.feature.group [2.10.0.v20150323-0420]
> < org.eclipse.bpel.wsil.model.source [1.0.4.v201412041949]
> < org.eclipse.emf.workspace [1.5.1.201503250534]
> < org.eclipse.emf.validation.ocl [1.4.0.201503250348]
> < org.eclipse.bpel.apache.ode.runtime.source [1.0.4.v201412041949]
> < org.eclipse.emf.validation.ocl.feature.group [1.9.0.201503250348]
> < org.jboss.tools.birt.oda [1.8.0.Alpha2-v20150417-1613-B13]
> < org.eclipse.birt.report.data.oda.hive [4.5.0.v201501061437]
> < org.eclipse.uml2.uml.resources [5.1.0.v20150323-0944]
> < org.eclipse.bpel.runtimes.source [1.0.4.v201412041949]
> < org.eclipse.uml2.ant [1.0.0.v20150323-0944]
> < org.eclipse.emf.query.ocl [2.0.0.201503250423]
> < org.eclipse.graphiti.pattern [0.12.0.v20150325-0826]
> < org.eclipse.bpel.xpath10 [1.0.4.v201412041949]
> < org.eclipse.uml2.codegen.ecore.ui.feature.jar [2.1.0.v20150323-0944]
> < org.eclipse.bpel.common.ui [1.0.4.v201412041949]
> < org.jboss.tools.community.central.feature.feature.jar [2.0.0.Alpha2-v20150417-1854-B11]
> < org.eclipse.emf.validation [1.8.0.201503250348]
> < org.eclipse.bpel.common.wsdl [1.0.4.v201412041949]
> < org.jboss.tools.community.project.examples.feature.feature.jar [3.0.0.Alpha2-v20150417-1854-B11]
> < org.eclipse.uml2.common.edit.feature.jar [2.1.0.v20150323-0944]
> < org.eclipse.emf.transaction.ui [1.4.0.201503250534]
> < org.eclipse.ocl.all.feature.group [5.1.0.v20150321-0925]
> < org.eclipse.ocl.uml.feature.group [5.1.0.v20150321-0925]
> < org.eclipse.graphiti.mm [0.12.0.v20150325-0826]
> < org.eclipse.emf.transaction.feature.jar [1.9.0.201503250534]
> < org.eclipse.emf.validation.feature.jar [1.9.0.201503250348]
> < org.eclipse.bpel.feature.source.feature.jar [1.0.4.v201412041949]
> < org.apache.batik.dom [1.7.0.v201011041433]
> < org.eclipse.graphiti.feature.feature.jar [0.12.0.v20150325-0826]
> < org.eclipse.bpel.common.ui.source [1.0.4.v201412041949]
> < org.eclipse.emf.workspace.ui [1.3.0.201503250534]
> < org.eclipse.uml2.uml.validation [5.0.0.v20150323-0944]
> < org.eclipse.uml2.codegen.ecore [2.1.0.v20150323-0944]
> < org.eclipse.emf.compare.rcp [2.3.0.201503131342]
> < org.eclipse.bpel.apache.ode.runtime.feature.feature.group [1.0.4.v201412041949]
> < org.eclipse.emf.codegen.ecore.ui.feature.jar [2.10.0.v20150323-0420]
> < org.jboss.tools.birt.core [1.8.0.Alpha2-v20150417-1613-B13]
> < org.jboss.tools.birt.feature.feature.group [1.8.0.Alpha2-v20150417-1613-B13]
> < org.eclipse.uml2.uml.profile.standard [1.0.100.v20150323-0944]
> < org.eclipse.uml2.uml.feature.jar [5.1.0.v20150323-0944]
> < org.eclipse.draw2d [3.10.0.201502020307]
> < org.eclipse.emf.compare.ide [3.2.0.201503131342]
> < org.eclipse.uml2.common.edit.feature.group [2.1.0.v20150323-0944]
> < org.eclipse.bpel.apache.ode.deploy.ui [1.0.4.v201412041949]
> < org.jboss.tools.community.central.feature.feature.group [2.0.0.Alpha2-v20150417-1854-B11]
> < org.eclipse.uml2.common [2.1.0.v20150323-0944]
> < org.apache.poi [3.9.0.v201303080712]
> < org.eclipse.bpel.feature.feature.jar [1.0.4.v201412041949]
> < org.eclipse.uml2.codegen.ecore.ui.feature.group [2.1.0.v20150323-0944]
> < org.eclipse.graphiti [0.12.0.v20150325-0826]
> < org.eclipse.uml2.codegen.ecore.ui [2.1.0.v20150323-0944]
> < org.eclipse.bpel.common.feature.source.feature.jar [1.0.4.v201412041949]
> < org.eclipse.emf.ecore [2.11.0.v20150318-0449]
> < org.eclipse.uml2.uml.ecore.importer [3.0.0.v20150323-0944]
> < org.eclipse.uml2.uml.ecore.exporter [3.0.0.v20150323-0944]
> < org.eclipse.bpel.cheatsheet.source [1.0.4.v201412041949]
> < org.eclipse.emf.transaction [1.9.0.201503250534]
> < org.eclipse.bpel.apache.ode.deploy.model [1.0.4.v201412041949]
> < org.eclipse.bpel.common.feature.source.feature.group [1.0.4.v201412041949]
> < org.eclipse.ocl.jdt.annotation7 [1.0.0.v20141108-1946]
> < org.eclipse.bpel.wsil.model [1.0.4.v201412041949]
> < org.eclipse.uml2.uml.feature.group [5.1.0.v20150323-0944]
> < org.eclipse.birt.report.data.oda.jdbc [4.5.0.v201501061437]
> < org.eclipse.bpel.apache.ode.runtime [1.0.4.v201412041949]
> < org.eclipse.emf.validation.ui [1.7.0.201503250348]
> < org.eclipse.bpel.feature.source.feature.group [1.0.4.v201412041949]
> < org.eclipse.emf.query.ocl.feature.jar [1.9.0.201503250423]
> < org.eclipse.bpel.help [1.0.4.v201412041949]
> < org.eclipse.uml2.common.feature.group [2.1.0.v20150323-0944]
> < org.eclipse.emf.ecore.xmi [2.11.0.v20150318-0449]
> < org.eclipse.bpel.model.source [1.0.4.v201412041949]
> < org.eclipse.uml2 [5.0.0.v20150323-0944]
> < org.eclipse.emf.validation.ocl.feature.jar [1.9.0.201503250348]
> < org.eclipse.birt.data.oda.mongodb.ui [4.5.0.v201501061437]
> < org.eclipse.birt.core [4.5.0.v201501081716]
> < org.eclipse.bpel.ui [1.0.4.v201412041949]
> < org.eclipse.uml2.uml.edit.feature.group [5.1.0.v20150323-0944]
> < org.eclipse.uml2.uml.edit.feature.jar [5.1.0.v20150323-0944]
> < org.eclipse.ocl.ecore [3.3.200.v20150110-2335]
> < org.eclipse.emf.transaction.feature.group [1.9.0.201503250534]
> < org.eclipse.ocl.uml.feature.jar [5.1.0.v20150321-0925]
> < org.eclipse.birt.report.data.bidi.utils [4.5.0.v201501061437]
> < org.eclipse.ocl [3.5.0.v20150321-0925]
> < org.eclipse.graphiti.export.feature.feature.jar [0.12.0.v20150325-0826]
> < org.eclipse.emf.compare.ide.ui [4.1.0.201503131342]
> < org.eclipse.uml2.feature.group [5.1.0.v20150323-0944]
> < org.eclipse.bpel.validator [1.0.4.v201412041949]
> < org.eclipse.emf.workspace.feature.jar [1.9.0.201503250534]
> < org.eclipse.emf.ecore.change [2.10.0.v20150318-0449]
> < org.eclipse.emf.ecore.feature.jar [2.11.0.v20150318-0449]
> < org.apache.ant [1.9.4.v201410062020]
> < org.eclipse.bpel.help.source [1.0.4.v201412041949]
> < org.eclipse.uml2.uml.editor [5.1.0.v20150323-0944]
> < org.eclipse.emf.query [1.7.0.201503250423]
> < org.eclipse.ocl.feature.group [3.5.0.v20150321-0925]
> < org.eclipse.bpel.model [1.0.4.v201412041949]
> < org.eclipse.emf.validation.ui.ide [1.3.0.201503250348]
> < org.eclipse.emf.compare [3.2.0.201503131342]
> < org.eclipse.bpel.common.model [1.0.4.v201412041949]
> < org.jboss.tools.community.central [2.0.0.Alpha2-v20150417-1854-B11]
> < org.eclipse.uml2.uml [5.1.0.v20150323-0944]
> < org.jboss.tools.community.project.examples.feature.feature.group [3.0.0.Alpha2-v20150417-1854-B11]
> < org.eclipse.uml2.common.feature.jar [2.1.0.v20150323-0944]
> < org.eclipse.uml2.types [2.0.0.v20150323-0944]
> < org.eclipse.bpel.apache.ode.deploy.model.source [1.0.4.v201412041949]
> < org.eclipse.emf.compare.edit [4.1.0.201503131342]
> < org.eclipse.emf.codegen.ecore.ui [2.10.0.v20150323-0420]
> < org.eclipse.emf.query.feature.group [1.9.0.201503250423]
> < org.eclipse.emf.workspace.feature.group [1.9.0.201503250534]
> < org.eclipse.graphiti.feature.feature.group [0.12.0.v20150325-0826]
> < org.eclipse.emf.compare.doc [3.2.0.201503131342]
> < org.eclipse.bpel.xpath10.source [1.0.4.v201412041949]
> < org.eclipse.uml2.feature.jar [5.1.0.v20150323-0944]
> < org.eclipse.uml2.uml.edit [5.1.0.v20150323-0944]
> < org.eclipse.bpel.common.wsdl.source [1.0.4.v201412041949]
> < org.eclipse.emf.compare.feature.group [3.1.0.201503131342]
> < org.eclipse.bpel.common.feature.feature.jar [1.0.4.v201412041949]
> < org.eclipse.birt.report.data.bidi.utils.ui [4.5.0.v201501061437]
> < org.eclipse.birt.report.data.oda.jdbc.ui [4.5.0.v201501061437]
> > org.eclipse.emf.workspace.ui [1.3.0.201505060251]
> > org.jboss.tools.common.el.ui [3.7.0.Beta2-v20150605-0217-B19]
> > org.eclipse.emf.transaction.feature.jar [1.9.0.201505060251]
> > org.eclipse.uml2.common.feature.jar [2.1.0.v20150525-0937]
> > org.eclipse.emf.validation.feature.jar [1.9.0.201505060134]
> > org.eclipse.bpel.common.feature.feature.jar [1.0.4.Final]
> > org.eclipse.graphiti.mm [0.12.0.v20150527-0901]
> > org.eclipse.bpel.cheatsheet [1.0.4.Final]
> > org.jboss.tools.project.examples.cheatsheet [3.0.0.Beta1-v20150605-1112-B18]
> > org.eclipse.emf.validation.ui [1.7.0.201505060134]
> > org.eclipse.bpel.apache.ode.runtime.feature.feature.jar [1.0.4.Final]
> > org.eclipse.uml2.common.edit.feature.jar [2.1.0.v20150525-0937]
> > org.eclipse.bpel.runtimes.source [1.0.4.Final]
> > org.eclipse.emf.query.ocl.feature.jar [1.9.0.201505060133]
> > org.eclipse.bpel.apache.ode.runtime.feature.source.feature.group [1.0.4.Final]
> > org.jboss.tools.common.resref.ui [3.7.0.Beta2-v20150605-0217-B19]
> > org.eclipse.bpel.validator.source [1.0.4.Final]
> > org.eclipse.bpel.feature.feature.group [1.0.4.Final]
> > org.jboss.tools.common.validation [3.7.0.Beta2-v20150605-0217-B19]
> > org.eclipse.graphiti.feature.feature.group [0.12.0.v20150527-0901]
> > org.jboss.tools.common.el.core [3.7.0.Beta2-v20150605-0217-B19]
> > org.eclipse.bpel.common.wsdl [1.0.4.Final]
> > org.eclipse.uml2.ant [1.0.0.v20150525-0937]
> > org.eclipse.bpel.common.model.source [1.0.4.Final]
> > org.eclipse.ocl.uml [5.0.100.v20150519-0914]
> > org.eclipse.emf.transaction.ui [1.4.0.201505060251]
> > org.jboss.tools.community.project.examples.feature.feature.group [3.0.0.Beta1-v20150605-1112-B18]
> > org.eclipse.bpel.apache.ode.runtime.feature.source.feature.jar [1.0.4.Final]
> > org.eclipse.ocl.uml.feature.jar [5.1.0.v20150521-1211]
> > org.jboss.tools.community.central [2.0.0.Beta1-v20150605-1112-B18]
> > org.eclipse.bpel.feature.source.feature.jar [1.0.4.Final]
> > org.eclipse.bpel.common.ui [1.0.4.Final]
> > org.eclipse.emf.validation.ocl.feature.jar [1.9.0.201505060134]
> > org.eclipse.bpel.ui [1.0.4.Final]
> > org.eclipse.emf.compare.ide.ui.feature.jar [3.1.0.201505261421]
> > org.eclipse.uml2.uml.validation [5.0.0.v20150525-0937]
> > org.eclipse.uml2.codegen.ecore [2.1.0.v20150525-0937]
> > org.eclipse.uml2.uml.ecore.importer [3.0.0.v20150525-0937]
> > org.eclipse.ocl.uml.feature.group [5.1.0.v20150521-1211]
> > org.eclipse.bpel.help [1.0.4.Final]
> > org.eclipse.ocl.common [1.3.0.v20150519-0914]
> > org.eclipse.birt.data.oda.mongodb.ui [4.5.0.v201505260702]
> > org.eclipse.emf.codegen.ecore.ui.feature.jar [2.11.0.v20150518-0831]
> > org.jboss.tools.common.resref.core [3.7.0.Beta2-v20150605-0217-B19]
> > org.eclipse.ocl.jdt.annotation7 [1.0.0.v20150519-0914]
> > org.eclipse.ocl.all.feature.group [5.1.0.v20150525-1635]
> > org.eclipse.emf.compare.edit [4.1.0.201505261421]
> > org.eclipse.bpel.runtimes [1.0.4.Final]
> > org.eclipse.emf.query.ocl [2.0.0.201505060133]
> > org.eclipse.uml2.uml.feature.jar [5.1.0.v20150525-0937]
> > org.eclipse.bpel.apache.ode.deploy.ui [1.0.4.Final]
> > org.eclipse.bpel.xpath10 [1.0.4.Final]
> > org.jboss.tools.community.central.feature.feature.jar [2.0.0.Beta1-v20150605-1112-B18]
> > org.eclipse.emf.ecore.feature.jar [2.11.0.v20150512-0501]
> > org.eclipse.emf.ecore.feature.group [2.11.0.v20150512-0501]
> > org.eclipse.uml2.common.edit.feature.group [2.1.0.v20150525-0937]
> > org.eclipse.bpel.common.feature.feature.group [1.0.4.Final]
> > org.eclipse.uml2.common.edit [2.1.0.v20150525-0937]
> > org.eclipse.emf.transaction [1.9.0.201505060251]
> > org.eclipse.emf.compare.doc [3.2.0.201505261421]
> > org.jboss.tools.community.project.examples.feature.feature.jar [3.0.0.Beta1-v20150605-1112-B18]
> > org.eclipse.bpel.ui.source [1.0.4.Final]
> > org.eclipse.uml2.uml.profile.standard [1.0.100.v20150525-0937]
> > org.eclipse.bpel.common.ui.source [1.0.4.Final]
> > org.eclipse.draw2d [3.10.0.201505250205]
> > org.eclipse.bpel.apache.ode.runtime.feature.feature.group [1.0.4.Final]
> > org.eclipse.ocl.all.feature.jar [5.1.0.v20150525-1635]
> > org.eclipse.emf.compare [3.2.0.201505261421]
> > org.eclipse.uml2.common.feature.group [2.1.0.v20150525-0937]
> > org.jboss.tools.project.examples.feature.feature.group [3.0.0.Beta1-v20150605-1112-B18]
> > org.eclipse.emf.compare.ide.ui.feature.group [3.1.0.201505261421]
> > org.eclipse.bpel.common.wsdl.source [1.0.4.Final]
> > org.jboss.tools.common.feature.feature.group [3.7.0.Beta2-v20150605-0217-B19]
> > org.eclipse.uml2.uml [5.1.0.v20150525-0937]
> > org.eclipse.graphiti.pattern [0.12.0.v20150527-0901]
> > org.eclipse.birt.core [4.5.0.v201505260702]
> > org.eclipse.bpel.model [1.0.4.Final]
> > org.eclipse.graphiti.feature.feature.jar [0.12.0.v20150527-0901]
> > org.eclipse.uml2.uml.feature.group [5.1.0.v20150525-0937]
> > org.eclipse.emf.codegen.ecore.ui.feature.group [2.11.0.v20150518-0831]
> > org.eclipse.emf.validation.ocl [1.4.0.201505060134]
> > org.eclipse.uml2.codegen.ecore.ui.feature.jar [2.1.0.v20150525-0937]
> > org.eclipse.emf.compare.ide.ui [4.1.0.201505261421]
> > org.eclipse.bpel.xpath10.source [1.0.4.Final]
> > org.eclipse.bpel.common.feature.source.feature.group [1.0.4.Final]
> > org.eclipse.emf.workspace [1.5.1.201505060251]
> > org.eclipse.emf.compare.feature.group [3.1.0.201505261421]
> > org.eclipse.uml2.feature.group [5.1.0.v20150525-0937]
> > org.eclipse.emf.validation.ocl.feature.group [1.9.0.201505060134]
> > org.eclipse.bpel.validator [1.0.4.Final]
> > org.eclipse.uml2.uml.resources [5.1.0.v20150525-0937]
> > org.eclipse.birt.report.data.bidi.utils.ui [4.5.0.v201505260702]
> > org.eclipse.emf.query.feature.jar [1.9.0.201505060133]
> > org.eclipse.birt.report.data.oda.hive.ui [4.5.0.v201505260702]
> > org.eclipse.emf.ecore [2.11.0.v20150512-0501]
> > org.eclipse.bpel.feature.feature.jar [1.0.4.Final]
> > org.eclipse.uml2.codegen.ecore.ui.feature.group [2.1.0.v20150525-0937]
> > org.eclipse.emf.validation.ui.ide [1.3.0.201505060134]
> > org.eclipse.emf.compare.rcp [2.3.0.201505261421]
> > org.eclipse.uml2.common [2.1.0.v20150525-0937]
> > org.eclipse.bpel.common.feature.source.feature.jar [1.0.4.Final]
> > org.jboss.tools.community.central.feature.feature.group [2.0.0.Beta1-v20150605-1112-B18]
> > org.eclipse.uml2.uml.editor [5.1.0.v20150525-0937]
> > org.apache.commons.lang3 [3.1.0.v201403281430]
> > org.eclipse.birt.report.data.oda.hive [4.5.0.v201505260702]
> > org.eclipse.emf.ecore.change [2.11.0.v20150512-0501]
> > org.eclipse.emf.compare.rcp.ui [4.1.0.201505261421]
> > org.eclipse.emf.workspace.feature.jar [1.9.0.201505060251]
> > org.eclipse.birt.report.data.oda.jdbc [4.5.0.v201505260702]
> > org.eclipse.emf.query.ocl.feature.group [1.9.0.201505060133]
> > org.eclipse.graphiti.export.batik [0.12.0.v20150527-0901]
> > org.eclipse.uml2.uml.edit.feature.group [5.1.0.v20150525-0937]
> > org.apache.ant [1.9.4.v201504302020]
> > org.eclipse.ocl.feature.jar [3.5.0.v20150525-1635]
> > org.apache.batik.dom [1.7.1.v201505191845]
> > org.eclipse.bpel.feature.source.feature.group [1.0.4.Final]
> > org.eclipse.uml2.codegen.ecore.ui [2.1.0.v20150525-0937]
> > org.apache.poi [3.9.0.v201405241750]
> > org.eclipse.bpel.apache.ode.runtime.source [1.0.4.Final]
> > org.eclipse.bpel.model.source [1.0.4.Final]
> > org.eclipse.uml2 [5.0.0.v20150525-0937]
> > org.eclipse.bpel.wsil.model.source [1.0.4.Final]
> > org.eclipse.emf.compare.feature.jar [3.1.0.201505261421]
> > org.eclipse.graphiti.ui [0.12.0.v20150527-0901]
> > org.eclipse.bpel.apache.ode.runtime [1.0.4.Final]
> > org.eclipse.uml2.uml.ecore.exporter [3.0.0.v20150525-0937]
> > org.eclipse.bpel.apache.ode.deploy.model [1.0.4.Final]
> > org.eclipse.ocl [3.5.0.v20150521-1211]
> > org.eclipse.bpel.help.source [1.0.4.Final]
> > org.eclipse.bpel.wsil.model [1.0.4.Final]
> > org.eclipse.emf.validation [1.8.0.201505060134]
> > org.eclipse.emf.compare.ide [3.2.0.201505261421]
> > org.jboss.tools.project.examples [3.0.0.Beta1-v20150605-1112-B18]
> > org.eclipse.uml2.types [2.0.0.v20150525-0937]
> > org.eclipse.graphiti [0.12.0.v20150527-0901]
> > org.eclipse.emf.ecore.xmi [2.11.0.v20150512-0501]
> > org.eclipse.ocl.feature.group [3.5.0.v20150525-1635]
> > org.eclipse.bpel.apache.ode.deploy.ui.source [1.0.4.Final]
> > org.eclipse.emf.validation.feature.group [1.9.0.201505060134]
> > org.eclipse.birt.report.data.oda.jdbc.ui [4.5.0.v201505260702]
> > org.eclipse.birt.data.oda.mongodb [4.5.0.v201505260702]
> > org.jboss.tools.community.project.examples [3.0.0.Beta1-v20150605-1112-B18]
> > org.eclipse.emf.query [1.7.0.201505060133]
> > org.eclipse.uml2.uml.edit.feature.jar [5.1.0.v20150525-0937]
> > org.eclipse.ocl.ecore [3.5.0.v20150525-1635]
> > org.jboss.tools.project.examples.feature.feature.jar [3.0.0.Beta1-v20150605-1112-B18]
> > org.eclipse.emf.transaction.feature.group [1.9.0.201505060251]
> > org.eclipse.birt.report.data.bidi.utils [4.5.0.v201505260702]
> > org.jboss.tools.common.feature.feature.jar [3.7.0.Beta2-v20150605-0217-B19]
> > org.eclipse.bpel.common.model [1.0.4.Final]
> > org.eclipse.uml2.uml.edit [5.1.0.v20150525-0937]
> > org.eclipse.graphiti.export.feature.feature.group [0.12.0.v20150527-0901]
> > org.eclipse.bpel.cheatsheet.source [1.0.4.Final]
> > org.eclipse.uml2.feature.jar [5.1.0.v20150525-0937]
> > org.eclipse.graphiti.export.feature.feature.jar [0.12.0.v20150527-0901]
> > org.eclipse.emf.workspace.feature.group [1.9.0.201505060251]
> > org.eclipse.emf.query.feature.group [1.9.0.201505060133]
> > org.eclipse.bpel.apache.ode.deploy.model.source [1.0.4.Final]
> > org.eclipse.emf.codegen.ecore.ui [2.11.0.v20150518-0831]
> === Summary ===
> file:///home/pleacu/git-clone/jbosstools-integration-stack.orig/target-platform/target/target-platform-ea.target.repo contains 152 unique IUs
> file:///home/pleacu/git-clone/jbosstools-integration-stack/target-platform/target/target-platform-ea.target.repo contains 159 unique IUs
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 10 months
[JBoss JIRA] (JBIDE-20009) Explorer: Context menu item "Import Application..." is displayed as %openshift.command.application.import
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20009?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-20009:
------------------------------------------
I verified this by building and installing binaries (since the missing label for a given key wasnt showing up when running from source):
!import-showing-label-not-key.png!
> Explorer: Context menu item "Import Application..." is displayed as %openshift.command.application.import
> ---------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-20009
> URL: https://issues.jboss.org/browse/JBIDE-20009
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Priority: Minor
> Labels: respin-a
> Fix For: 4.3.0.Beta2
>
> Attachments: import-showing-label-not-key.png, Import.png
>
>
> Description of problem:
> The context item of "Import Application..." display error.
> Version-Release number of selected component (if applicable):
> openshift-v3 plug: 3.0.0.Beta2-v20150606-0237-B829
> How reproducible:
> Always.
> Steps to Reproduce:
> 1. EXEC: Connect to the openshift server in jbt
> 2. EXEC: Import existing OpenShift projects into Eclipse workspace:
> * EXEC: Select a connection or a project and right click
> * EXEC: Open context menu and look for "Import Application" in the context menu.
> Actual results:
> !Import.png!
> 2.2 The context menu item is "%openshift.command.application.import"
> Expected results:
> 2.2 The context menu should show "Import Application..."
> Additional info:
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 10 months
[JBoss JIRA] (JBIDE-20009) Explorer: Context menu item "Import Application..." is displayed as %openshift.command.application.import
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20009?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-20009:
-------------------------------------
Attachment: import-showing-label-not-key.png
> Explorer: Context menu item "Import Application..." is displayed as %openshift.command.application.import
> ---------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-20009
> URL: https://issues.jboss.org/browse/JBIDE-20009
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Priority: Minor
> Labels: respin-a
> Fix For: 4.3.0.Beta2
>
> Attachments: import-showing-label-not-key.png, Import.png
>
>
> Description of problem:
> The context item of "Import Application..." display error.
> Version-Release number of selected component (if applicable):
> openshift-v3 plug: 3.0.0.Beta2-v20150606-0237-B829
> How reproducible:
> Always.
> Steps to Reproduce:
> 1. EXEC: Connect to the openshift server in jbt
> 2. EXEC: Import existing OpenShift projects into Eclipse workspace:
> * EXEC: Select a connection or a project and right click
> * EXEC: Open context menu and look for "Import Application" in the context menu.
> Actual results:
> !Import.png!
> 2.2 The context menu item is "%openshift.command.application.import"
> Expected results:
> 2.2 The context menu should show "Import Application..."
> Additional info:
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
10 years, 10 months