Hi! Usually vendor specific ant tasks come in a jar. So is this jar available in the public repositories or did you deploy it into your company repository? If so, simply add a dependency to it.
LieGrü, strub --- Jan Bohac <[EMAIL PROTECTED]> schrieb am Do, 19.6.2008: > Von: Jan Bohac <[EMAIL PROTECTED]> > Betreff: Ant Plugin for Maven > An: [email protected] > Datum: Donnerstag, 19. Juni 2008, 16:58 > 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 __________________________________________________________ Gesendet von Yahoo! Mail. Dem pfiffigeren Posteingang. http://de.overview.mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
