[JBoss JIRA] (JBIDE-11319) Use Eclipse-SourceReferences
by Mickael Istria (JIRA)
[ https://issues.jboss.org/browse/JBIDE-11319?page=com.atlassian.jira.plugi... ]
Mickael Istria commented on JBIDE-11319:
----------------------------------------
SourceReferences are read by PDE and allow to use "Import Source" which sets up the repo and import the project for you. It's a cool thing, although I'm not sure it's widely used...
Using Git, it's easy to have Eclipse-SourceReference set with Tycho: https://bugs.eclipse.org/bugs/show_bug.cgi?id=380872
Snippet:
{code}
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-packaging-plugin</artifactId>
<version>${tycho-version}</version>
<configuration>
<sourceReferences>
<generate>true</generate>
</sourceReferences>
</configuration>
<dependencies>
<dependency>
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-sourceref-jgit</artifactId>
<version>${tycho-extras-version}</version>
</dependency>
</dependencies>
</plugin>
{code}
However, I'm more concerned about how this piece of code would behave without Git (ie for DevStudio).
> Use Eclipse-SourceReferences
> ----------------------------
>
> Key: JBIDE-11319
> URL: https://issues.jboss.org/browse/JBIDE-11319
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: Build/Releng
> Reporter: Mickael Istria
> Assignee: Mickael Istria
> Priority: Optional
> Fix For: 4.1.x
>
>
> In order to provide nice entry points to turn users into contributors, it could be efficient to set Eclipse-SourceReferences in Manifest: http://wiki.eclipse.org/PDE/UI/SourceReferences
--
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] (JBDS-2494) Cannot install GWT Designer - missing org.eclipse.wb.core.xml
by Martin Malina (JIRA)
[ https://issues.jboss.org/browse/JBDS-2494?page=com.atlassian.jira.plugin.... ]
Martin Malina resolved JBDS-2494.
---------------------------------
Fix Version/s: 7.0.0.Alpha1
(was: 7.0.0.Alpha2)
Resolution: Done
Cool, it's fixed now and I was able to install GWT Designer in JBDS.
> Cannot install GWT Designer - missing org.eclipse.wb.core.xml
> -------------------------------------------------------------
>
> Key: JBDS-2494
> URL: https://issues.jboss.org/browse/JBDS-2494
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: 3rdPartyDependencies, Build
> Affects Versions: 7.0.0.Alpha1
> Environment: JBDS 7.0.0.Alpha1c
> Reporter: Martin Malina
> Assignee: Martin Malina
> Fix For: 7.0.0.Alpha1
>
>
> I am unable to install GWT plugins including GWT Designer.
> Because of JBDS-2469 I am trying to use normal update sites and not JBoss Central.
> I have these update sites added:
> http://www.qa.jboss.com/binaries/RHDS/targetplatforms/jbdevstudiotarget/4...
> http://www.qa.jboss.com/binaries/RHDS/updates/development/7.0.0.Alpha1c.c...
> https://devstudio.jboss.com/updates/7.0-staging/extras/
> Then I go to Help -> Install New Software... and select the extras update site.
> I uncheck "Group items by category" and manually select all Google/GWT and Window Builder (which is needed for Google Designer).
> Then I am given this error:
> {code}
> Cannot complete the install because one or more required items could not be found.
> Software being installed: WindowBuilder XML Core (requires Eclipse WTP/WST) 1.5.2.r42x201302111919 (org.eclipse.wb.core.xml.feature.feature.group 1.5.2.r42x201302111919)
> Missing requirement: WindowBuilder Core for XML GUI's 1.5.2.r42x201302111919 (org.eclipse.wb.core.xml 1.5.2.r42x201302111919) requires 'bundle org.eclipse.wb.core.java 0.0.0' but it could not be found
> Cannot satisfy dependency:
> From: WindowBuilder XML Core (requires Eclipse WTP/WST) 1.5.2.r42x201302111919 (org.eclipse.wb.core.xml.feature.feature.group 1.5.2.r42x201302111919)
> To: org.eclipse.wb.core.xml [1.5.2.r42x201302111919]
> {code}
> So the missing dependency is org.eclipse.wb.core.xml. Shouldn't that be on the target platform? Am I doing something wrong?
--
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-13535) Wrong bom version is required
by Radim Hopp (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13535?page=com.atlassian.jira.plugi... ]
Radim Hopp closed JBIDE-13535.
------------------------------
Verified in JBT 4.1.0.Alpha1c & JBDS 7.0.0.Alpha1c
> Wrong bom version is required
> -----------------------------
>
> Key: JBIDE-13535
> URL: https://issues.jboss.org/browse/JBIDE-13535
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central, project-examples
> Affects Versions: 4.0.0.Final, 4.1.0.Alpha1
> Reporter: Rastislav Wagner
> Assignee: Fred Bricon
> Priority: Blocker
> Fix For: 4.0.1.Final, 4.1.0.Alpha1
>
>
> Java EE Web Project has bom version always set to 1.0.4.Final-redhat-1 (which is version from EAP6.1) even if runtime is set to 6.0 or 6.0.1
> for HTML5 and Richfaces project it is the same, just the version is always set to 1.0.2.Final-redhat-1
--
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] (JBDS-2491) JBDS shows wrong version
by Rastislav Wagner (JIRA)
[ https://issues.jboss.org/browse/JBDS-2491?page=com.atlassian.jira.plugin.... ]
Rastislav Wagner edited comment on JBDS-2491 at 3/8/13 3:27 AM:
----------------------------------------------------------------
Nick, yes I also have other versions installed (6.0.0CR1,6.0.0.GA, 5.0.2,)
When I uninstalled 6.0.0.CR1 it stated to show me that the version of JBDS is 5.0.2 so I uninstalled also this one and finally it started to show me 7.0.0.CR1
was (Author: rawagner):
Nick, yes I also have other versions installed (6.0.0CR1,6.0.0.GA, 5.0.2,)
> JBDS shows wrong version
> ------------------------
>
> Key: JBDS-2491
> URL: https://issues.jboss.org/browse/JBDS-2491
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Build
> Affects Versions: 7.0.0.Alpha1
> Reporter: Rastislav Wagner
> Assignee: Denis Golovin
> Priority: Minor
> Fix For: 7.0.0.Alpha2
>
> Attachments: Workspace 1_001.png
>
>
> JBDS icon in unity panel says JBDS 6.0.0.CR1. It should be 7.0.0.Alpha1
--
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] (JBDS-2469) Cannot install all extras from central
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-2469?page=com.atlassian.jira.plugin.... ]
Nick Boldt resolved JBDS-2469.
------------------------------
Fix Version/s: 7.0.0.Alpha2
(was: 7.0.0.Beta1)
Resolution: Done
Resolving. If you have suggestions to improve the README, the job, the ant script, etc. please let me know in a new JIRA.
> Cannot install all extras from central
> --------------------------------------
>
> Key: JBDS-2469
> URL: https://issues.jboss.org/browse/JBDS-2469
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: central
> Affects Versions: 7.0.0.Alpha1
> Reporter: Pavol Srna
> Assignee: Nick Boldt
> Fix For: 7.0.0.Alpha2
>
> Attachments: central-install.png, central-install2.png
>
>
> devstudio-directory.xml is:
> <directory xmlns="http://www.eclipse.org/mylyn/discovery/directory/">
> <entry url="plugins/com.jboss.jbds.central.discovery_7.0.0.Alpha1-v20130211-0546-B6.jar" permitCategories="true"/>
> </directory>
> I selected all components in the list and could not complete the install. Please see screenshots.
--
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