Re: M2 ant tasks, remote repository upload

2005-10-22 Thread Brett Porter
Sorry, I hadn't updated the documentation after doing this. There are two alternatives: 1) add the wagon and its dependencies to the classpath (eg, wagon-ssh and jsch; wagon-ftp and commons-net) 2) use The latter is what would be documented (an example is in the sample script). Cheers, Brett

M2 ant tasks, remote repository upload

2005-10-22 Thread Steve Loughran
Hi, I'm trying to finish off my fun with the M2 ant tasks with remote repository upload. When I try any urls of the type ftp:// scpexe:// scp:// I get told that these are Unsupported Protocols; there is no wagon supporting thm. -What are the supported protocols out the box for remote deplo