[jbosstools-issues] [JBoss JIRA] (JBIDE-19944) JBoss Central URL's need rewiring since yahoo pipes is shutting down

Max Rydahl Andersen (JIRA) issues at jboss.org
Thu Sep 10 05:57:00 EDT 2015


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

Max Rydahl Andersen edited comment on JBIDE-19944 at 9/10/15 5:56 AM:
----------------------------------------------------------------------

Here is how to test it for JBDS 9:

Add the following to eclipse.ini at the end.

{code}
-Dorg.jboss.tools.foundation.core.config.properties.url=<url>
{code}

This will override the ide-config.properties which in turn sets up buzz.feed.url.

To verify it have taken effect go to About > Installation Details > Configuration > Copy to Clipboard and check that not only is the line above in the output but that you have in the properties list:

{code}
org.jboss.tools.foundation.core.config.properties.url=<url>
{code}

and

{code}
buzz.feed.url=<url not same as planet.jboss.org>
{code}

Note the actual values might differ depending on when you run this since we'll change the url in the config properties - but the important part is that buzz.feed.url is != http://planet.jboss.org/feeds/buzz as then the changes needed for testing have not taken effect.

There are two options for the ide properties url:

Use dcp rss feed directly: https://github.com/maxandersen/jbosstools-download.jboss.org/blob/JBIDE-20470/jbosstools/configuration/ide-config.properties

Use tiny-man rss feed: https://github.com/maxandersen/jbosstools-download.jboss.org/blob/JBIDE-20470-tinyrss/jbosstools/configuration/ide-config.properties

We need to also test this on JBDS 8 (at least)


was (Author: maxandersen):
Here is how to test it for JBDS 9:

Add the following to eclipse.ini at the end.

{code}
-Dorg.jboss.tools.foundation.core.config.properties.url=https://raw.githubusercontent.com/maxandersen/jbosstools-download.jboss.org/JBIDE-20470/jbosstools/configuration/ide-config.properties
{code}

This will override the ide-config.properties which in turn sets up buzz.feed.url.

To verify it have taken effect go to About > Installation Details > Configuration > Copy to Clipboard and check that not only is the line above in the output but that you have in the properties list:

{code}
org.jboss.tools.foundation.core.config.properties.url=https://raw.githubusercontent.com/maxandersen/jbosstools-download.jboss.org/JBIDE-20470/jbosstools/configuration/ide-config.properties
{code}

and

{code}
buzz.feed.url=http://dcp2.jboss.org/v2/rest/feed/?sys_type=blogpost&sortBy=new-create&feed_title=JBoss%20Developer%20Recent%20Posts
{code}

Note the actual values might differ depending on when you run this since we'll change the url in the config properties - but the important part is that buzz.feed.url is != http://planet.jboss.org/feeds/buzz as then the changes needed for testing have not taken effect.

> JBoss Central URL's need rewiring since yahoo pipes is shutting down
> --------------------------------------------------------------------
>
>                 Key: JBIDE-19944
>                 URL: https://issues.jboss.org/browse/JBIDE-19944
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: central
>            Reporter: Max Rydahl Andersen
>            Assignee: Max Rydahl Andersen
>            Priority: Blocker
>             Fix For: 4.3.0.CR1
>
>
> "    Yahoo Pipes: Pipes creation will not be supported as of Aug. 30 this year. Pipes infrastructure will run until Sept. 30, 2015 in read-only mode to help developers migrate their data. Please visit http://pipes.yahoo.com/pipes for additional details."
> from http://yahoo.tumblr.com/post/120700756894/q2-2015-progress-report-on-our-product
> Deadline is thus August 30th - we should before that have migrated all feedburners that pointed to our yahoo pipes to *something* else.



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jbosstools-issues mailing list