[jbosstools-issues] [JBoss JIRA] (JBIDE-13885) directory.xml should work with any url, not just http

Fred Bricon (JIRA) jira-events at lists.jboss.org
Thu Jun 20 03:37:21 EDT 2013


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

Fred Bricon edited comment on JBIDE-13885 at 6/20/13 3:36 AM:
--------------------------------------------------------------

Fixed in master. 
running eclipse with -Djboss.discovery.directory.url=file:/d:/test/discovery.xml and discovery.xml containing :
{quote}
<directory xmlns="http://www.eclipse.org/mylyn/discovery/directory/">
<!-- look ma, relative paths work! -->
<entry url="plugins/my-discovery.jar" permitCategories="true"/>
</directory>
{quote}

If you want it for Beta2, please approve https://github.com/jbosstools/jbosstools-central/pull/123
                
      was (Author: fbricon):
    Fixed in master. If you want it for Beta2, please approve https://github.com/jbosstools/jbosstools-central/pull/123
                  
> directory.xml should work with any url, not just http
> -----------------------------------------------------
>
>                 Key: JBIDE-13885
>                 URL: https://issues.jboss.org/browse/JBIDE-13885
>             Project: Tools (JBoss Tools)
>          Issue Type: Feature Request
>          Components: central, upstream
>            Reporter: Max Rydahl Andersen
>            Assignee: Max Rydahl Andersen
>             Fix For: 4.1.0.Beta2, 4.1.0.CR1
>
>
> Creating a jbosstools-directory.xml with:
> <directory xmlns="http://www.eclipse.org/mylyn/discovery/directory/">
> <entry url="file:///Users/max/code/jbosstools/jbosstools-central/central/plugins/org.jboss.tools.central.discovery/target/org.jboss.tools.central.discovery-1.2.0-SNAPSHOT.jar" permitCategories="true"/>
> </directory>
> loads, but fails to fetch the directory.xml content in this jar on central update page.
> It should not be necessary to use http:// for testing this.

--
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