[ 
https://jira.codehaus.org/browse/MJAXB-20?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Anders Hammar closed MJAXB-20.
------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0

Fixed in rev 14423

> Use File.toURI().toURL() instead of File.toURL()
> ------------------------------------------------
>
>                 Key: MJAXB-20
>                 URL: https://jira.codehaus.org/browse/MJAXB-20
>             Project: Maven 2.x JAXB 2.1 Plugin
>          Issue Type: Bug
>    Affects Versions: 1.3
>            Reporter: Michael Rudolf
>            Assignee: Anders Hammar
>             Fix For: 2.0
>
>         Attachments: XjcMojo.patch
>
>
> Hi,
> For converting files to URLs one should use java.io.File.toURI() followed by 
> java.net.URI.toURL() instead of just java.io.File.toURL(), as the latter 
> method has problems with converting special characters. Patch attached.
> Best regards,
> Michael

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to