You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by "Nicolas Lalevée (JIRA)" <ji...@apache.org> on 2010/08/21 12:35:15 UTC

[jira] Created: (IVYDE-253) Variable based path for ivysettings doesn't work it there are some spaces in the path

Variable based path for ivysettings doesn't work it there are some spaces in the path
-------------------------------------------------------------------------------------

                 Key: IVYDE-253
                 URL: https://issues.apache.org/jira/browse/IVYDE-253
             Project: IvyDE
          Issue Type: Bug
          Components: classpath container
    Affects Versions: 2.1.0
            Reporter: Nicolas Lalevée
            Assignee: Nicolas Lalevée
             Fix For: 2.2.0


In a workspace location is something like "C:\Documents and Settings/user/workspace", and there is an ivysettings path configured to be ${workspace_loc:myproject}/ivysettings.xml, IvyDE claims it cannot find the file whereas the file actually exists.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (IVYDE-253) Variable based path for ivysettings doesn't work it there are some spaces in the path

Posted by "Nicolas Lalevée (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/IVYDE-253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12901003#action_12901003 ] 

Nicolas Lalevée commented on IVYDE-253:
---------------------------------------

IvyDE was actually only understanding badly formed file urls.
So the workaround for the 2.1.0 if to manually make incorrect url by adding "file://" in the path. The result in IvyDE config should be something like: "file://${workspace_loc:myproject/ivysettings.xml}".


> Variable based path for ivysettings doesn't work it there are some spaces in the path
> -------------------------------------------------------------------------------------
>
>                 Key: IVYDE-253
>                 URL: https://issues.apache.org/jira/browse/IVYDE-253
>             Project: IvyDE
>          Issue Type: Bug
>          Components: classpath container
>    Affects Versions: 2.1.0
>            Reporter: Nicolas Lalevée
>            Assignee: Nicolas Lalevée
>             Fix For: 2.2.0
>
>
> In a workspace location is something like "C:\Documents and Settings/user/workspace", and there is an ivysettings path configured to be ${workspace_loc:myproject}/ivysettings.xml, IvyDE claims it cannot find the file whereas the file actually exists.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (IVYDE-253) Variable based path for ivysettings doesn't work it there are some spaces in the path

Posted by "Nicolas Lalevée (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/IVYDE-253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nicolas Lalevée resolved IVYDE-253.
-----------------------------------

    Resolution: Fixed

> Variable based path for ivysettings doesn't work it there are some spaces in the path
> -------------------------------------------------------------------------------------
>
>                 Key: IVYDE-253
>                 URL: https://issues.apache.org/jira/browse/IVYDE-253
>             Project: IvyDE
>          Issue Type: Bug
>          Components: classpath container
>    Affects Versions: 2.1.0
>            Reporter: Nicolas Lalevée
>            Assignee: Nicolas Lalevée
>             Fix For: 2.2.0
>
>
> In a workspace location is something like "C:\Documents and Settings/user/workspace", and there is an ivysettings path configured to be ${workspace_loc:myproject}/ivysettings.xml, IvyDE claims it cannot find the file whereas the file actually exists.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.