Hello everybody,
I've following problem.
I'trying to develop Ant Plugin for Maven 2.0.9. In the plugin I'm using
the ant task from Oracle - for assemblying Web Services. First I tried
to create a normal Ant build file - it works correctly and then I've
create (from this file) the Maven plugin. When I call another target
from this plugin, which doesn't rely on tasks from Oracle - it works
correctly.
In the root element of the ant-plugin (with the specification of the
oracle tasks) build file is:
<project basedir="." xmlns:oracle="antlib:oracle">
...
</project>
But when I try to run target whit webservice generation, I get a Error
message, that the plugin cannot find the task or a class this task upon
on. These task and other classe are placed in jar files at ANT_HOME. Do
Maven need any additional specification, where to search these
additional jar files?
Thank you.
Honza