You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Dennis Lundberg (JIRA)" <ji...@codehaus.org> on 2009/02/10 20:11:19 UTC

[jira] Created: (MSITE-384) site:stage-deploy fails on Windows for projects with 3 levels of modules

site:stage-deploy fails on Windows for projects with 3 levels of modules
------------------------------------------------------------------------

                 Key: MSITE-384
                 URL: http://jira.codehaus.org/browse/MSITE-384
             Project: Maven 2.x Site Plugin
          Issue Type: Bug
          Components: multi module
    Affects Versions: 2.0-beta-7
            Reporter: Dennis Lundberg


My case involves deploying a staging site for doxia-1.0. The project structure is like this:

{noformat}
doxia
  |
  `-- doxia-modules
            |
            `-- doxia-module-confluence
{noformat}

After running 'mvn site:stage-deploy -Preporting' I get the following error message:

Executing command: scp -t "/www/maven.apache.org/doxia/doxia-1.0.x/staging/doxia-modules\doxia-module-confluence/./wagon7568.zip"
 Transfer error: java.io.IOException: SCP terminated with error: 'scp: /www/maven.apache.org/doxia/doxia-1.0.x/staging/doxia-modules\doxia-module-confluence/./wagon7568.zip: No such file or directory'
 Transfer error: org.apache.maven.wagon.TransferFailedException: Error occured while deploying './wagon7568.zip' to remote repository: scp://people.apache.org/www/maven.apache.org/doxia/doxia-1.0.x/staging/doxia-modules\doxia-module-confluence: SCP terminated with error: 'scp: /www/maven.apache.org/doxia/doxia-1.0.x/staging/doxia-modules\doxia-module-confluence/./wagon7568.zip: No such file or directory'

If you look closely at the scp: URL it contains a '\' instead of a '/' between doxia-modules and doxia-module-confluence.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (MSITE-384) site:stage-deploy fails on Windows for projects with 3 levels of modules

Posted by "Dennis Lundberg (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MSITE-384?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dennis Lundberg closed MSITE-384.
---------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0

Fixed in r743076.

> site:stage-deploy fails on Windows for projects with 3 levels of modules
> ------------------------------------------------------------------------
>
>                 Key: MSITE-384
>                 URL: http://jira.codehaus.org/browse/MSITE-384
>             Project: Maven 2.x Site Plugin
>          Issue Type: Bug
>          Components: multi module
>    Affects Versions: 2.0-beta-7
>            Reporter: Dennis Lundberg
>            Assignee: Dennis Lundberg
>             Fix For: 2.0
>
>
> My case involves deploying a staging site for doxia-1.0. The project structure is like this:
> {noformat}
> doxia
>   |
>   `-- doxia-modules
>             |
>             `-- doxia-module-confluence
> {noformat}
> After running 'mvn site:stage-deploy -Preporting' I get the following error message:
> Executing command: scp -t "/www/maven.apache.org/doxia/doxia-1.0.x/staging/doxia-modules\doxia-module-confluence/./wagon7568.zip"
>  Transfer error: java.io.IOException: SCP terminated with error: 'scp: /www/maven.apache.org/doxia/doxia-1.0.x/staging/doxia-modules\doxia-module-confluence/./wagon7568.zip: No such file or directory'
>  Transfer error: org.apache.maven.wagon.TransferFailedException: Error occured while deploying './wagon7568.zip' to remote repository: scp://people.apache.org/www/maven.apache.org/doxia/doxia-1.0.x/staging/doxia-modules\doxia-module-confluence: SCP terminated with error: 'scp: /www/maven.apache.org/doxia/doxia-1.0.x/staging/doxia-modules\doxia-module-confluence/./wagon7568.zip: No such file or directory'
> If you look closely at the scp: URL it contains a '\' instead of a '/' between doxia-modules and doxia-module-confluence.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira