[jbosstools-issues] [JBoss JIRA] Resolved: (JBIDE-4307) XPaths have no way to reference a server_home relative, or configuration-relative path

Rob Stryker (JIRA) jira-events at lists.jboss.org
Fri Aug 7 18:54:29 EDT 2009


     [ https://jira.jboss.org/jira/browse/JBIDE-4307?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rob Stryker resolved JBIDE-4307.
--------------------------------

    Resolution: Done


that path is in the result set and is something that comes out of the ant directory scanner as a matched path which I can't control very well. I suppose I could just force it to be relative for visual purposes.

However this JIRA was not dealing with the result set. It was dealing with the "root directory" section and allowing such relative paths in THAT field. 

(just did a check) turns out that field was just from a substring and was off by one. fixing doing new Path(whatever).makeRelative() to remove leading slashes. 

So to clarify a bit more, this jira was 100% related to the root directory, which can now be an absolute directory (/home/rob) or a server-relative path (server/default translates to /home/rob/apps/jboss/server/default)

> XPaths have no way to reference a server_home relative, or configuration-relative path
> --------------------------------------------------------------------------------------
>
>                 Key: JBIDE-4307
>                 URL: https://jira.jboss.org/jira/browse/JBIDE-4307
>             Project: JBoss Tools
>          Issue Type: Task
>          Components: JBossAS
>    Affects Versions: 3.0.1.GA
>            Reporter: Rob Stryker
>            Assignee: Rob Stryker
>             Fix For: 3.1.0.M3
>
>         Attachments: JBIDE-4307.jpg
>
>


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

        


More information about the jbosstools-issues mailing list