EEGInt / awstasks

Automatically exported from code.google.com/p/awstasks
Apache License 2.0
0 stars 0 forks source link

What version of libs? #4

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Could you document what version of the dependencies you need?  I have this 
taskdef:

  <taskdef name="s3upload" classname="dak.ant.taskdefs.S3Upload">
    <classpath>
      <pathelement location="./misc/commons-logging-1.1.1.jar"/>
      <pathelement location="./misc/awstasks-0.3.jar"/>
      <pathelement location="./misc/jets3t-0.8.1.jar"/>
      <pathelement location="./misc/commons-httpclient-3.0.1.jar"/>

    </classpath>
  </taskdef>  

and am getting:

/Users/epugh/Documents/projects/solrbook/trunk/build.xml:203: 
java.lang.NoSuchMethodError: 
org.jets3t.service.impl.rest.httpclient.RestS3Service.<init>(Lorg/jets3t/service
/security/AWSCredentials;)V

I notice that the link for httpclient goes by default to download the 4.0 
version, which is incompatible, you need the 3.0 version!

Original issue reported on code.google.com by de...@yahoo.com on 13 Apr 2011 at 4:18

GoogleCodeExporter commented 8 years ago
I just figured out that I could figure this out by seeing the libs dir!   
http://code.google.com/p/awstasks/source/browse/trunk/lib/

Still, would be nice to have either an all in one jar with everything, or 
update the links and/or use the latest and greatest version?

Original comment by de...@yahoo.com on 13 Apr 2011 at 4:22

GoogleCodeExporter commented 8 years ago
Any chance of a new release?  Looks like lots of activity.

Original comment by de...@yahoo.com on 28 Jun 2011 at 9:42