How to get access to the Websphere 6.1 ant tasks from vanilla ant (not ws_ant)

ant, task, websphere, websphere-6.1

Solution

For Websphere 6.1, you can use the jar com.ibm.ws.runtime_6.1.0.jar to access the ant tasks.

On Windows, the jar is located in the plugins directory (for me this is: C:\Program Files\IBM\WebSphere\AppServer\plugins).

Problem

I guess I need to know what I need in the classpath (what jar) in order to execute WebSphere 6.1 ant tasks. If someone can provide an example that would be perfect.

Original source