[jbosstools-issues] [JBoss JIRA] (JBIDE-12432) Investigate enabling p2 download statistics

Nick Boldt (JIRA) jira-events at lists.jboss.org
Fri Apr 12 10:57:58 EDT 2013


    [ https://issues.jboss.org/browse/JBIDE-12432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12766812#comment-12766812 ] 

Nick Boldt edited comment on JBIDE-12432 at 4/12/13 10:57 AM:
--------------------------------------------------------------

[~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/jbosstools-build-sites.aggregate.site_master/Beta1-v20130411-1728-B6243/ 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}/${BUILD_ALIAS}/${JOB_NAME}/${buildQualifier}/</p2StatsUrl>
+              <p2StatsUrl>http://download.jboss.org/jbosstools/usage/installs/${project.version}/${BUILD_ALIAS}/${JOB_NAME}/${buildQualifier}/</p2StatsUrl>
{code}

                
      was (Author: nickboldt):
    [~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/jbosstools-build-sites.aggregate.site_master/Beta1-v20130411-1728-B6243/ 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}/${BUILD_ALIAS}/${JOB_NAME}/${buildQualifier}/</p2StatsUrl>
+              <p2StatsUrl>http://download.jboss.org/jbosstools/usage/installs/${project.version}/${BUILD_ALIAS}/${JOB_NAME}/${buildQualifier}/</p2StatsUrl>
{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


More information about the jbosstools-issues mailing list