The task returns the absolute path to the jar file which contains the specified class.

Attributes

The task supports Build Extensions Debugging Attributes and Build Extensions General Attributes, as well as, its own task specific attributes. Click on a link for more information on the common attributes.

The following table describes the task specific attributes for the task:

Task Specific Attributes
Attribute Description Required
name Specify the fully qualified name of a class in the target jar file. If name is not specified, the name of the class itself is used. No
property Specify the name of the ant property in which to return the value. Yes

Notes

Examples