Bug 30513 - Ant tasks not supported on JDK1.3
Summary: Ant tasks not supported on JDK1.3
Status: RESOLVED FIXED
Alias: None
Product: Slide
Classification: Unclassified
Component: WebDAV client (show other bugs)
Version: 2.1
Hardware: PC All
: P3 normal (vote)
Target Milestone: ---
Assignee: Slide Developer List
URL:
Keywords:
Depends on:
Blocks: 31521
  Show dependency tree
 
Reported: 2004-08-06 18:04 UTC by Martijn Blankestijn
Modified: 2005-02-21 08:31 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martijn Blankestijn 2004-08-06 18:04:01 UTC
I am using the jakarta-slide-ant-webdav-2.1M1 version of Slide.

If I use the dav:get task i get the following error
java.lang.NoSuchMethodError: java.lang.StringBuffer: method indexOf(Ljava/lang/S
tring;)I not found

NoSuchMethod error on:
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1)
Classic VM (build 1.3.1, J2RE 1.3.1 IBM Windows 32 build cn131-20030711a (JIT en
abled: jitc))

This means that these are tasks are not supported for the 1.1 java platform. I
think it should be easy and possible to make it JRE 1.3 compatible.

Grz,

Martijn Blankestijn
Comment 1 Stefan L 2004-08-08 13:34:19 UTC
I fixed this, but I'm not sure that the whole client library is currently JDK1.3
complient.