You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Nathan Coast (JIRA)" <ji...@codehaus.org> on 2007/05/22 22:36:58 UTC

[jira] Created: (WAGONSSH-57) scp prefixes remote dir with last two chars of domain name

scp prefixes remote dir with last two chars of domain name
----------------------------------------------------------

                 Key: WAGONSSH-57
                 URL: http://jira.codehaus.org/browse/WAGONSSH-57
             Project: wagon-ssh
          Issue Type: Bug
         Environment: maven 2.0.6 win xp scp to linux
            Reporter: Nathan Coast


scp:d35000.webappcabaret.net/codeczar/tempprojects/components/cz-config - Session: Opened
Executing command: mkdir -p et/codeczar/tempprojects/components/cz-config/.
Executing command: mkdir -p et/codeczar/tempprojects/components/cz-config/.
Executing command: scp -t et/codeczar/tempprojects/components/cz-config/./wagon47933.zip
Uploading: ./wagon47933.zip to scp:d35000.webappcabaret.net/codeczar/tempprojects/components/cz-config

the et from d35000.webappcabaret.net prefixes the destination directory

-- 
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: (WAGONSSH-57) scp prefixes remote dir with last two chars of domain name

Posted by "Nathan Coast (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/WAGONSSH-57?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nathan Coast closed WAGONSSH-57.
--------------------------------

    Resolution: Cannot Reproduce

missing '//' in the scp://  causing the error

> scp prefixes remote dir with last two chars of domain name
> ----------------------------------------------------------
>
>                 Key: WAGONSSH-57
>                 URL: http://jira.codehaus.org/browse/WAGONSSH-57
>             Project: wagon-ssh
>          Issue Type: Bug
>         Environment: maven 2.0.6 win xp scp to linux
>            Reporter: Nathan Coast
>
> scp:d35000.webappcabaret.net/codeczar/tempprojects/components/cz-config - Session: Opened
> Executing command: mkdir -p et/codeczar/tempprojects/components/cz-config/.
> Executing command: mkdir -p et/codeczar/tempprojects/components/cz-config/.
> Executing command: scp -t et/codeczar/tempprojects/components/cz-config/./wagon47933.zip
> Uploading: ./wagon47933.zip to scp:d35000.webappcabaret.net/codeczar/tempprojects/components/cz-config
> the et from d35000.webappcabaret.net prefixes the destination directory

-- 
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] Commented: (WAGONSSH-57) scp prefixes remote dir with last two chars of domain name

Posted by "Nathan Coast (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/WAGONSSH-57?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_98185 ] 

Nathan Coast commented on WAGONSSH-57:
--------------------------------------

below is the distribution management config I'm using

<distributionManagement>
	    <site>
	      <id>codeczar.config.website</id>
	      <name>Codeczar Config Website</name>
	      <url>scp:${username}@d35000.webappcabaret.net/codeczar/tempprojects/components/cz-config/${pom.artifactId}</url>
	    </site>
	  </distributionManagement>

> scp prefixes remote dir with last two chars of domain name
> ----------------------------------------------------------
>
>                 Key: WAGONSSH-57
>                 URL: http://jira.codehaus.org/browse/WAGONSSH-57
>             Project: wagon-ssh
>          Issue Type: Bug
>         Environment: maven 2.0.6 win xp scp to linux
>            Reporter: Nathan Coast
>
> scp:d35000.webappcabaret.net/codeczar/tempprojects/components/cz-config - Session: Opened
> Executing command: mkdir -p et/codeczar/tempprojects/components/cz-config/.
> Executing command: mkdir -p et/codeczar/tempprojects/components/cz-config/.
> Executing command: scp -t et/codeczar/tempprojects/components/cz-config/./wagon47933.zip
> Uploading: ./wagon47933.zip to scp:d35000.webappcabaret.net/codeczar/tempprojects/components/cz-config
> the et from d35000.webappcabaret.net prefixes the destination directory

-- 
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] Moved: (WAGON-167) scp prefixes remote dir with last two chars of domain name

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/WAGON-167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brett Porter moved WAGONSSH-57 to WAGON-167:
--------------------------------------------

    Component/s:     (was: wagon-ssh)
                 wagon-ssh
            Key: WAGON-167  (was: WAGONSSH-57)
        Project: Maven Wagon  (was: wagon-ssh)

> scp prefixes remote dir with last two chars of domain name
> ----------------------------------------------------------
>
>                 Key: WAGON-167
>                 URL: http://jira.codehaus.org/browse/WAGON-167
>             Project: Maven Wagon
>          Issue Type: Bug
>          Components: wagon-ssh
>         Environment: maven 2.0.6 win xp scp to linux
>            Reporter: Nathan Coast
>
> scp:d35000.webappcabaret.net/codeczar/tempprojects/components/cz-config - Session: Opened
> Executing command: mkdir -p et/codeczar/tempprojects/components/cz-config/.
> Executing command: mkdir -p et/codeczar/tempprojects/components/cz-config/.
> Executing command: scp -t et/codeczar/tempprojects/components/cz-config/./wagon47933.zip
> Uploading: ./wagon47933.zip to scp:d35000.webappcabaret.net/codeczar/tempprojects/components/cz-config
> the et from d35000.webappcabaret.net prefixes the destination directory

-- 
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