Hi,
I was trying to use the uptodate task and got the following.
BUILD CONFIG ERROR: Could not create task of type: uptodate because I
can't find it in the list of task class definitions
org.apache.tools.ant.BuildException: Could not create task of type:
uptodate because I can't find it in the list of task class definitions
The docs say this is a Core task so I'm a bit confused.
I was also trying to use <mapper type="glob" ... From the docs it would
seem that I need an extra jar such as jakarta-regex.jar. This seems a
bit strange that this jar doesn't come with ant if mapper is a core
task. The same goes for the style task.
Is this true that I needed the jars to run these tasks?
So I also looked for something that tells me where to put these jars and
I found the lib/optional directory but then I looked at the ant shell
script and it seems that the script only looks in the lib dir.
Should I put extensions directly in the lib dir?
Thanks for the help,
Eric