AbstractRendering icon indicating copy to clipboard operation
AbstractRendering copied to clipboard

Run Ant tests based on items included in the build

Open JosephCottam opened this issue 12 years ago • 1 comments

For example, don't run the extension tests when only the core jar was built.

JosephCottam avatar Sep 01 '13 05:09 JosephCottam

Requires introspection on the contents of the loaded jar. Can be achieved by either attempting to load specific class files by name before executing tests. This check might be achieved in ant through the "available" task. (Though the jar file might need to be unzipped...and related cleanup steps.)

JosephCottam avatar Sep 06 '13 15:09 JosephCottam