[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-7822) Deployment from workspace metadata does not work when workspace path contains space character

Libor Zoubek (JIRA) jira-events at lists.jboss.org
Mon Dec 6 12:42:01 EST 2010


    [ https://jira.jboss.org/browse/JBIDE-7822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12567902#comment-12567902 ] 

Libor Zoubek commented on JBIDE-7822:
-------------------------------------

We've done some deeper testing about this issue.

Scenario A:
1. create clean workspace in path without spaces
2. start JBDS with bundled EAP
3 create simple WAR and deploy
4. go to server configuration and set deploy dir to be in your workspace

Scenario B:
1. create clean workspace with space in path
2. start JBDS with bundled EAP
3 create simple WAR and deploy
4. go to server configuration and set deploy dir to be in your workspace

Results A:
 3.0.2-GA | 4.0.0.b1 | 4.0.0.b2 |   
    true      |   true     |  true     | - archive was deployed
    true      |   true     |  true     | - archive was deployed after step 4
    true      |   true     | true     | - deploy dir was used as set by server configuration in JBDS (checked by 'Explore' menu item on deployed archive)
    false    |  false     | true      | - default server configuration points deployment to workspace


Results B:
 3.0.2-GA | 4.0.0.b1 | 4.0.0.b2 |   
    true      |   false    |  false  | - archive was deployed
    true      |   false    |  false    | - archive was deployed after step 4
    false     |   true     | true     | - deploy dir was used as set by server configuration in JBDS (checked by 'Explore' menu item on deployed archive)
    false    |  false     | true      | - default server configuration points deployment to workspace

That means :

 * 3.0.2 contains some detection of deploy dir and if it contains spaces it fallbacks to other dir (the servers default)
 * deployment to path with spaces never worked
 * in beta2 default values for creating new server changed (deploydir set to workspace)


> Deployment from workspace metadata does not work when workspace path contains space character
> ---------------------------------------------------------------------------------------------
>
>                 Key: JBIDE-7822
>                 URL: https://jira.jboss.org/browse/JBIDE-7822
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: JBossAS
>    Affects Versions: 3.2.0.Beta2
>         Environment: WinXP, Linux x86
>            Reporter: Dominik Pospisil
>            Assignee: Rob Stryker
>            Priority: Critical
>
> Deployment from workspace metadata does not work when workspace path contains space character.
> Steps to reproduce:
> 1) create empty workspace on a path containing space character
> 2) create web project
> 3) try to deploy on a server with workspace metadata deployment
> No error logged, but nothing happens. 

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

        


More information about the jbosstools-issues mailing list