You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Mykel Alvis (JIRA)" <ji...@codehaus.org> on 2007/05/08 20:57:12 UTC

[jira] Updated: (MANTTASKS-15) scp:// urls not recognised, even when wagon-ssh is installed.

     [ http://jira.codehaus.org/browse/MANTTASKS-15?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mykel Alvis updated MANTTASKS-15:
---------------------------------

    Attachment: ant-v-logfile.txt

Ant -v run for my build...

> scp:// urls not recognised, even when wagon-ssh is installed.
> -------------------------------------------------------------
>
>                 Key: MANTTASKS-15
>                 URL: http://jira.codehaus.org/browse/MANTTASKS-15
>             Project: Maven 2.x Ant Tasks
>          Issue Type: Bug
>            Reporter: Steve Loughran
>            Priority: Minor
>         Attachments: ant-v-logfile.txt, MANTTASKS-15.diff
>
>
> I have got the <install> task working to pull in the various deployment wagons
> <target name="m2-wagons" depends="m2-pom,ssh-init">
>   <m2:install-provider artifactId="wagon-ssh"
>                        version="${wagon-ssh.version}"/>
>   <m2:install-provider artifactId="wagon-ssh-external"
>                        version="${wagon-ssh-external.version}"/>
>   <m2:install-provider artifactId="wagon-file"
>                        version="${wagon-file.version}"/>
>   <m2:install-provider artifactId="wagon-ftp"
>                        version="${wagon-ftp.version}"/>
> </target>
> But when I run a deploy target and use the scp:// protocol , I get the unknown protocol error.
> <target name="m2-ssh-deploy" depends="m2-pom,ssh-init,m2-wagons">
>   
>   <property name="m2.upload.url"
>     value="scp://${ssh.host}/www/repository"/>
>   <m2:deploy file="${target.jar}">
>     <remoteRepository url="${m2.upload.url}">
>       <authentication username="${ssh.user}" 
>         privateKey="${ssh.keyfile}"/>
>     </remoteRepository>
>     <pom refid="m2.pom"/>
>   </m2:deploy>
> </target>
> This is only for scp:, the others, scpexe, file: and ftp: do work. Is the url schema wrong? Is there any way to enum what protocols are currently supported?
> I would recommend that the error message "unsupported protocol" is supplemented with a listing of what protocols are supported. That way its easier to differentiate spelling error from uninstalled wagon.

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