I am trying to build the antlibs, mainly props.
A simple "ant distribution" works, but executing tests fail:
1. ${ant-testutil.jar} must be specified although it is part of the standard
Ant installation
2. antunit is not present (I tweaked the common/build.xml to download that
during the build)
3. when executing the tests I get class not found errors of the built
classes:
antunit-test:
BUILD FAILED
antlibs-props\src\tests\antunit\condition-type-test.xml:21: typedef class
org.apache.ant.props.ConditionTypeEvaluator cannot be found using the
classloader AntClassLoader[]
How to run the tests?
(Same problem with antlib-dotnet, not tested any more).
Jan