The following comment has been added to this issue:

     Author: Joerg Schaible
    Created: Wed, 14 Jul 2004 5:35 AM
       Body:
Since I am not really sure, if anything can be done about it (since Cygwin & Java do 
not play nice often and you can't really blame Cygwin's scp nor the artifact-plugin), 
I've added a workaround by using two wrappers, one for the command line and one for 
the cygwin shell.

To use them, put both scripts into the path and set

maven.scp.executable=scpwin.bat
---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MPARTIFACT-28?page=comments#action_21758

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPARTIFACT-28

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPARTIFACT-28
    Summary: scpexe fails on Cygwin
       Type: Bug

     Status: Unassigned
   Priority: Critical

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-artifact-plugin
   Versions:
             1.4

   Assignee: 
   Reporter: Joerg Schaible

    Created: Wed, 14 Jul 2004 4:22 AM
    Updated: Wed, 14 Jul 2004 5:35 AM
Environment: WinXP & Cygwin

Description:
New protocol scpexe is not compatible to old functionality in the deploy-plugin. It 
fails now on Cygwin silently (BUILD SUCCEEDED). Debugging with -X reveals, that the 
implementation uses now absolute instead of relative paths. Unfortunately something 
like "C:\xxx\yyy" is interpreted as a file on host C. Using relative paths like 
"xxx\yyy", there is no problem with Cygwin's scp.


---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to