You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Aidan Skinner (JIRA)" <qp...@incubator.apache.org> on 2008/05/14 16:19:55 UTC

[jira] Created: (QPID-1059) mllib passes absoloute windows path as URL

mllib passes absoloute windows path as URL
------------------------------------------

                 Key: QPID-1059
                 URL: https://issues.apache.org/jira/browse/QPID-1059
             Project: Qpid
          Issue Type: Bug
          Components: Code Generator
    Affects Versions: M3
            Reporter: Aidan Skinner
            Assignee: Aidan Skinner
             Fix For: M3


mllib/__init__.py xml_parse uses os.path.absname which produces a windows path (C:\foo\bar) on cygwin, which causes a MalformedURLException to thrown when the codegenerator is run, stopping the build. 

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


[jira] Resolved: (QPID-1059) mllib passes absoloute windows path as URL

Posted by "Aidan Skinner (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-1059?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aidan Skinner resolved QPID-1059.
---------------------------------

    Resolution: Fixed

Rafi and I fixed this, mostly. 

> mllib passes absoloute windows path as URL
> ------------------------------------------
>
>                 Key: QPID-1059
>                 URL: https://issues.apache.org/jira/browse/QPID-1059
>             Project: Qpid
>          Issue Type: Bug
>          Components: Code Generator
>    Affects Versions: M3
>            Reporter: Aidan Skinner
>            Assignee: Aidan Skinner
>             Fix For: M3
>
>
> mllib/__init__.py xml_parse uses os.path.absname which produces a windows path (C:\foo\bar) on cygwin, which causes a MalformedURLException to thrown when the codegenerator is run, stopping the build. 

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