WindowsXP 上の Eclipse3.x 系で(3.0、3.1、両方でやってみましたが、現象は同じでした)
build.xml で、eclipse.convertPathタスクを書いて、
「antビルド」で実行すると、以下のようなエラーになります。


Buildfile: c:\hogehoge\build.xml
all:
BUILD FAILED: C:\hogehoge\build.xml:4: Could not create task or type of type: eclipse.convertPath.

Ant could not find the task or a class this task relies upon.
・・・

インストールした直後の状態でやってみましたが、eclipse.convertPathタスクを有効にするために、
なにかしなけらばならないことってありましたっけ?