> I am trying to set up an ANT FTP task using maven-antrun-plugin as > below..but it errors out with the following error.. > > I have the oro.jar and commons-net.jar in my C:\ant\lib folder..
You will need to add plugin dependencies to the maven-antrun-plugin itself to specify the jars necessary for the ftp task to be successful. This is detailed in the documentation for the plugin: http://maven.apache.org/plugins/maven-antrun-plugin/examples/customTasks.html Alternatively, you may want to consider using the maven-deploy-plugin instead. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
