[JBoss JIRA] (JBIDE-13588) Openshift tools in JBT 4 require org.eclipse.egit.core [1.2.0, 2.3.0), but the version of EGit in Juno SR2 is 2.3.0.201302130906
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13588?page=com.atlassian.jira.plugi... ]
Nick Boldt commented on JBIDE-13588:
------------------------------------
To bump features/plugins to a new version:
mvn -Dtycho.mode=maven org.sonatype.tycho:tycho-versions-plugin:set-version -DnewVersion=1.2.3-SNAPSHOT
> Openshift tools in JBT 4 require org.eclipse.egit.core [1.2.0,2.3.0), but the version of EGit in Juno SR2 is 2.3.0.201302130906
> -------------------------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-13588
> URL: https://issues.jboss.org/browse/JBIDE-13588
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.0.1.Final
> Reporter: Nick Boldt
> Assignee: Andre Dietisheim
> Fix For: 4.0.1.Final
>
>
> Need to extend the upper bound in MANIFEST.MF and/or feature.xml files so Openshift tools in JBT 4 can depend on EGit <=2.3, not <2.3.
> {code:title=http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-4.0_stable_branch.component--openshift/116/console}
> [ERROR] Software being installed: org.jboss.tools.openshift.egit.test 2.4.0.qualifier
> [ERROR] Missing requirement: org.jboss.tools.openshift.egit.core 2.4.0.Final-v20130218-1429-B116 requires 'bundle org.eclipse.egit.core [1.2.0,2.3.0)' but it could not be found
> [ERROR] Cannot satisfy dependency: org.jboss.tools.openshift.egit.test 2.4.0.qualifier depends on: bundle org.jboss.tools.openshift.egit.core 1.0.0
> {code}
--
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, 1 month
[JBoss JIRA] (JBIDE-13602) Backport to 4.0.x - Null Java EE Web Project Archetype
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13602?page=com.atlassian.jira.plugi... ]
Denis Golovin commented on JBIDE-13602:
---------------------------------------
tested on local build and could-not replicate the issue after PR is applied.
Pushed to jbosstools-4.0.x.
> Backport to 4.0.x - Null Java EE Web Project Archetype
> ------------------------------------------------------
>
> Key: JBIDE-13602
> URL: https://issues.jboss.org/browse/JBIDE-13602
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: maven
> Affects Versions: 4.0.0.Final
> Environment: Windows 7 64b, Eclipse Juno Service Release 1 Build id: 20120920-0800, Java 1.7_07, JBoss Tools 4.0.0.Final
> Reporter: Fred Bricon
> Assignee: Denis Golovin
> Priority: Minor
> Labels: maven
> Fix For: 4.0.1.Final
>
>
> When trying to create a new Java EE Web Project, the following description is presented:
> {quote}
> This is your project! It's a sample, deployable Maven 3 project to help you get your foot in the door developing with Java EE 6 on JBoss Enterprise Application Platform 6 or JBoss Application Server 7.1.
> This project is setup to allow you to create a compliant Java EE 6 application using JSF 2.0, CDI 1.0, EJB 3.1, JPA 2.0 and Bean Validation 1.0.
> Project based on the *null:null:null* Maven archetype
> {quote}
> If I go forward with the creation of the project, I get the following error message:
> {quote}
> Failed to create project.
> Root cause: For artifact null:null:null:pom : The group id cannot be empty.
> {quote}
--
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, 1 month
[JBoss JIRA] (JBIDE-13681) compile failed in org.jboss.tools.jst.web.ui
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13681?page=com.atlassian.jira.plugi... ]
Denis Golovin commented on JBIDE-13681:
---------------------------------------
for some reason latest base build was not piblished, rebuild with 4.1.0.Alpha2 helped to fix issue
> compile failed in org.jboss.tools.jst.web.ui
> --------------------------------------------
>
> Key: JBIDE-13681
> URL: https://issues.jboss.org/browse/JBIDE-13681
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: Build/Releng
> Affects Versions: 4.1.0.Alpha2
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Priority: Blocker
> Fix For: 4.1.0.Alpha2
>
>
> {code:title=https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/DevStudio_Trunk/job/jbosstools-jst_master/309/console}
> [ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.16.0:compile (default-compile) on project org.jboss.tools.jst.web.ui: Compilation failure: Compilation failure:
> [ERROR] /mnt/hudson_workspace/workspace/jbosstools-jst_master/sources/plugins/org.jboss.tools.jst.web.ui/src/org/jboss/tools/jst/web/ui/palette/html/jquery/wizard/JQueryFieldEditorFactory.java:[84,0]
> [ERROR] text.setMessage("Generate");
> [ERROR] ^^^^^^^^^^
> [ERROR] The method setMessage(String) is undefined for the type TextFieldEditor
> [ERROR] 1 problem (1 error)
> {code}
--
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, 1 month
[JBoss JIRA] (JBIDE-13681) compile failed in org.jboss.tools.jst.web.ui
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13681?page=com.atlassian.jira.plugi... ]
Denis Golovin resolved JBIDE-13681.
-----------------------------------
Resolution: Done
> compile failed in org.jboss.tools.jst.web.ui
> --------------------------------------------
>
> Key: JBIDE-13681
> URL: https://issues.jboss.org/browse/JBIDE-13681
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: Build/Releng
> Affects Versions: 4.1.0.Alpha2
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Priority: Blocker
> Fix For: 4.1.0.Alpha2
>
>
> {code:title=https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/DevStudio_Trunk/job/jbosstools-jst_master/309/console}
> [ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.16.0:compile (default-compile) on project org.jboss.tools.jst.web.ui: Compilation failure: Compilation failure:
> [ERROR] /mnt/hudson_workspace/workspace/jbosstools-jst_master/sources/plugins/org.jboss.tools.jst.web.ui/src/org/jboss/tools/jst/web/ui/palette/html/jquery/wizard/JQueryFieldEditorFactory.java:[84,0]
> [ERROR] text.setMessage("Generate");
> [ERROR] ^^^^^^^^^^
> [ERROR] The method setMessage(String) is undefined for the type TextFieldEditor
> [ERROR] 1 problem (1 error)
> {code}
--
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, 1 month