[JBoss JIRA] (JBIDE-12536) Unable to install Maven Integration for Web Tools (m2e-wtp) from JBoss Central
by Radim Hopp (JIRA)
Radim Hopp created JBIDE-12536:
----------------------------------
Summary: Unable to install Maven Integration for Web Tools (m2e-wtp) from JBoss Central
Key: JBIDE-12536
URL: https://issues.jboss.org/browse/JBIDE-12536
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: central, maven
Affects Versions: 4.0.0.Alpha1
Reporter: Radim Hopp
Assignee: Snjezana Peco
Priority: Critical
Fix For: 4.0.0.Alpha2
{noformat}Problems occurred while performing installation: Operation details
Operation details
Cannot complete the install because of a conflicting dependency.
Software being installed: Maven Integration for WTP 0.15.2.20120306-2040 (org.maven.ide.eclipse.wtp.feature.feature.group 0.15.2.20120306-2040)
Software currently installed: JBoss Maven JAX-RS Configurator 1.4.0.Alpha1-v20120903-1123-H12 (org.jboss.tools.maven.jaxrs.feature.feature.group 1.4.0.Alpha1-v20120903-1123-H12)
Only one of the following can be installed at once:
Maven Integration for Eclipse WTP 0.15.2.20120306-2040 (org.maven.ide.eclipse.wtp 0.15.2.20120306-2040)
This version of m2e-wtp cannot be installed on top of the already installed m2eclipse-wtp. Uninstall the previous version of m2eclipse-wtp and try the install again. 0.16.0.20120830-0951 (org.maven.ide.eclipse.wtp 0.16.0.20120830-0951)
Cannot satisfy dependency:
From: m2e-wtp - Maven Integration for WTP (Incubation) 0.16.0.20120830-0951 (org.eclipse.m2e.wtp.feature.feature.group 0.16.0.20120830-0951)
To: bundle org.maven.ide.eclipse.wtp [0.16.0.20120830-0951]
Cannot satisfy dependency:
From: JBoss Maven JAX-RS Configurator 1.4.0.Alpha1-v20120903-1123-H12 (org.jboss.tools.maven.jaxrs.feature.feature.group 1.4.0.Alpha1-v20120903-1123-H12)
To: org.eclipse.m2e.wtp.feature.feature.group 0.16.0
Cannot satisfy dependency:
From: Maven Integration for WTP 0.15.2.20120306-2040 (org.maven.ide.eclipse.wtp.feature.feature.group 0.15.2.20120306-2040)
To: org.maven.ide.eclipse.wtp [0.15.2.20120306-2040]{noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 5 months
[JBoss JIRA] (JBIDE-12639) add openshift to the components that usage is reporting
by Andre Dietisheim (JIRA)
Andre Dietisheim created JBIDE-12639:
----------------------------------------
Summary: add openshift to the components that usage is reporting
Key: JBIDE-12639
URL: https://issues.jboss.org/browse/JBIDE-12639
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: usage
Affects Versions: 4.0.0.Alpha1
Reporter: Andre Dietisheim
Assignee: Andre Dietisheim
Fix For: 4.0.0.Alpha2
Usage is checking for JBoss tools components in an Eclipse instance. It'll then report to Google Analytics that the component is installed.
Usage is currently not reporting openshift. We should add it to the components that are searched and reported.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 5 months
[JBoss JIRA] (JBIDE-12641) remove TPTP from the components that usage is reporting
by Andre Dietisheim (JIRA)
Andre Dietisheim created JBIDE-12641:
----------------------------------------
Summary: remove TPTP from the components that usage is reporting
Key: JBIDE-12641
URL: https://issues.jboss.org/browse/JBIDE-12641
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: usage
Affects Versions: 4.0.0.Alpha1
Reporter: Andre Dietisheim
Assignee: Andre Dietisheim
Fix For: 4.0.0.Alpha2
Usage is checking for JBoss tools components in an Eclipse instance. It'll then report to Google Analytics that the component is installed.
Usage is currently not reporting forge. We should add it to the components that are searched and reported.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 5 months
[JBoss JIRA] (JBIDE-12642) add central to the components that usage is reporting
by Andre Dietisheim (JIRA)
Andre Dietisheim created JBIDE-12642:
----------------------------------------
Summary: add central to the components that usage is reporting
Key: JBIDE-12642
URL: https://issues.jboss.org/browse/JBIDE-12642
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: usage
Affects Versions: 4.0.0.Alpha1
Reporter: Andre Dietisheim
Assignee: Andre Dietisheim
Fix For: 4.0.0.Alpha2
Usage is checking for JBoss tools components in an Eclipse instance. It'll then report to Google Analytics that the component is installed.
Usage is currently reporting tptp whereas tptp is not present in trunk any more. We should remove it from the components that are searched and reported.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 5 months
[JBoss JIRA] (JBIDE-12546) Dialog 'Show All Assignable Beans' does not take into account unsaved changes in current file
by Viacheslav Kabanovich (JIRA)
Viacheslav Kabanovich created JBIDE-12546:
---------------------------------------------
Summary: Dialog 'Show All Assignable Beans' does not take into account unsaved changes in current file
Key: JBIDE-12546
URL: https://issues.jboss.org/browse/JBIDE-12546
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: CDI
Affects Versions: 4.0.0.Alpha1
Reporter: Viacheslav Kabanovich
Assignee: Viacheslav Kabanovich
Fix For: 4.0.0.Alpha2
EXECUTE: Create a bean with an injection point and producers of beans assignable to it.
{code}
public class A {
@Inject @Named("nobean") String a1;
static @Produces @Named("nobean") String s1;
static @Produces @Named("nobean") String s2;
}
{code}
EXECUTE: Replace text 's2' by 's3', do not save.
EXECUTE: Open dialog 'Show All Assignable Beans'.
ASSERT: List of assignable beans includes A.s3, not A.s2.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 5 months
[JBoss JIRA] (JBIDE-12576) Improve the structure of JAX-RS Validator
by Jaroslav Jankovič (JIRA)
Jaroslav Jankovič created JBIDE-12576:
-----------------------------------------
Summary: Improve the structure of JAX-RS Validator
Key: JBIDE-12576
URL: https://issues.jboss.org/browse/JBIDE-12576
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: Webservices
Affects Versions: 4.0.0.Alpha1
Reporter: Jaroslav Jankovič
Assignee: Xavier Coulon
Fix For: 4.0.0.Alpha1
Now there are three subsections of JAX-RS Validator:
* User-defined HTTP methods
* User-defined HTTP methods
* JAX-RS Resource methods
I really don't like two subsections with the same name. Need another name for the first one, something like "Global project configuration" or something like that :)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 5 months