[jbosstools-issues] [JBoss JIRA] (JBDS-1979) Add error handling for p2Director errors in universal installer

Denis Golovin (JIRA) jira-events at lists.jboss.org
Fri Mar 30 16:17:47 EDT 2012


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

Denis Golovin commented on JBDS-1979:
-------------------------------------

actually problem is Win XP and Win 7 have different processing for commands inside quotation marks. Win XP processes content inside "" to replace %0,%1 and etc for parameters passed to .bat file, but Win 7 doesn't.

When I get full path to installer.jar file, its name is encoded, which means spaces converted to %20 (not only spaces, but in our case it is). All what I need to decode them back with URLDecoder.decode().
                
> Add error handling for p2Director errors in universal installer
> ---------------------------------------------------------------
>
>                 Key: JBDS-1979
>                 URL: https://issues.jboss.org/browse/JBDS-1979
>             Project: Developer Studio (JBoss Developer Studio)
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: installer
>    Affects Versions: 5.0.0.M5
>            Reporter: Denis Golovin
>            Assignee: Denis Golovin
>             Fix For: 5.0.0.Beta3
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list