[
https://jira.jboss.org/jira/browse/JBIDE-2659?page=com.atlassian.jira.plu...
]
Denis Golovin commented on JBIDE-2659:
--------------------------------------
Problem is in common.xml again, because tags-file property is not set and this returns
3.0.0.Alpha1 version for hibernate-tools instead of Alpha1
<macrodef name="get.version.tag">
<attribute name="property"/>
<attribute name="builder"/>
<sequential>
<if>
<isset property="tags-file"/>
<then>
<loadproperties srcfile="${tags-file}">
<filterchain>
<linecontains>
<contains value="@{builder}"/>
</linecontains>
<replacestring from="@{builder}" to="@{property}"/>
</filterchain>
</loadproperties>
</then>
<else>
<property name="@{property}"
value="${product.versionTag}"/>
</else>
</if>
</sequential>
</macrodef>
JBossTools update site is broken
--------------------------------
Key: JBIDE-2659
URL:
https://jira.jboss.org/jira/browse/JBIDE-2659
Project: Tools (JBoss Tools)
Issue Type: Bug
Affects Versions: 3.0.0.alpha
Reporter: Denis Golovin
Assignee: Denis Golovin
Priority: Blocker
Fix For: 3.0.0.alpha
http://download.jboss.org/jbosstools/builds/release/3.0.0.Alpha1/site/ecl...
It has several problems:
1. version is not correct in site.xml, mentime jars version are correct
2. update site shows only four components available to install in eclipse Update dialog
see attached picture
1 is cause of 2.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira