----- Original Message -----
From: "Eric Richardson" <[EMAIL PROTECTED]>
To: "ant-user" <[EMAIL PROTECTED]>
Sent: Friday, July 13, 2001 11:51 PM
Subject: ant 1.3 questions & comments
> The docs say this is a Core task so I'm a bit confused.
I'm too - sorry can't help you with this one. I would think it should work,
too.
> 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?
Yes, from reading the docs and the source it seems so. You can also get
Jakarta-ORO as an alternative.
> Should I put extensions directly in the lib dir?
Yes. Or you can put them anywhere in your classpath if you need them in
other places too.
Nico