[
https://issues.jboss.org/browse/JBIDE-12432?page=com.atlassian.jira.plugi...
]
Nick Boldt commented on JBIDE-12432:
------------------------------------
[~fbricon] said:
{quote}
after installing some plugin from the nigthly build site, I got that kind of error message
in eclipse logs : Unable to report download statistics due to invalid URL:
http://download.jboss.org/jbosstools/usage/${JBT_VERSION}/Beta1/jbosstool...
suffix: org.hibernate.eclipse.feature
{quote}
This is caused by the fact that we no longer have JBT_VERSION defined in parent pom
(JBIDE-13452).
So, I've fixed this (only applies to master / JBT 4.1.0.Beta2):
{code}
-
<
p2StatsUrl>http://download.jboss.org/jbosstools/usage/${JBT_VERSION}/$...
+
<
p2StatsUrl>http://download.jboss.org/jbosstools/usage/installs/${proje...
{code}
Investigate enabling p2 download statistics
-------------------------------------------
Key: JBIDE-12432
URL:
https://issues.jboss.org/browse/JBIDE-12432
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: updatesite
Reporter: Max Rydahl Andersen
Assignee: Nick Boldt
Fix For: 4.1.0.Alpha2
Just learned about
http://wiki.eclipse.org/Equinox_p2_download_stats today.
Sounds like OpenShift hosted collector plus some queries to a db could do alot on getting
some better updatesite usage info!
--
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