Re: Getting StreamWagon.openConnection()V error

2011-08-23 Thread bk2755
hi Just copy the wagon-ftp-1.0-alpha-6 and in pom .xml mention like org.codehaus.mojo wagon-maven-plugin 1.0-beta-3 XXX.XXX.com ftp://XXX.XX.com its working fine try this -- View this message in context: http://maven.40175.n5.nabble.com/Getting-StreamWagon-openConnection-V-e

Re: Getting StreamWagon.openConnection()V error

2011-08-23 Thread bk2755
hi Just copy the wagon-ftp-1.0-alpha-6 and in pom .xml mention like org.apache.maven.wagon wagon-ftp 1.0-alpha-6 its working fine try this -- View this message in context: http://maven.40175.n5.nabble.com/Getting-StreamWagon-openConnection-V-error-tp107726p4726414.html Sent fro

Re: Getting StreamWagon.openConnection()V error

2008-07-17 Thread Brett Porter
you need to use 1.0-beta-2 of the ftp wagon with 2.0.9. 1.0-beta-3 will work with 2.0.10. Cheers, Brett 2008/7/18 Enrique Gaona <[EMAIL PROTECTED]>: > > > Hi, > I'm running into problems building my projects using maven 2.0.9. The > error message returned by Maven, java.lang.AbstractMethodError:

Getting StreamWagon.openConnection()V error

2008-07-17 Thread Enrique Gaona
Hi, I'm running into problems building my projects using maven 2.0.9. The error message returned by Maven, java.lang.AbstractMethodError: org/apache/maven/wagon/StreamWagon.openConnection()V.Has anyone encountered this error before? How do I fix this problem?I've provided the screenshot