Aye aye Mr Wayne > I honestly don't care what happens when you run Ant or any other build tool.
Fair enough! I have the following jars as dependencies listed on the plugin as the url below says. But, for some reason they don't show up on the effective pom ( Well, honestly I don't know if plugin dependencies show up on the effective pom ). *<dependencies> <dependency> <groupId>commons-net</groupId> <artifactId>commons-net</artifactId> <version>1.4.1</version> </dependency> <dependency> <groupId>ant</groupId> <artifactId>ant-commons-net</artifactId> <version>1.6.5</version> </dependency> <dependency> <groupId>ant</groupId> <artifactId>ant-nodeps</artifactId> <version>1.6.5</version> </dependency> </dependencies>* http://maven.apache.org/plugins/maven-antrun-plugin/examples/customTasks.html Thanks Venkat On Wed, Oct 26, 2011 at 9:43 AM, Wayne Fay [via Maven] < [email protected]> wrote: > > I thought so too, but I was able to build the code well just by running > > ant. The problem arises when I try to build it with maven. > > I honestly don't care what happens when you run Ant or any other build > tool. > Add the dependencies to the ant artifacts in your pom and try running > your build again. > Then report back if it works or what other error messages you get. > > Wayne > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [hidden > email]<http://user/SendEmail.jtp?type=node&node=4939957&i=0> > For additional commands, e-mail: [hidden > email]<http://user/SendEmail.jtp?type=node&node=4939957&i=1> > > > > ------------------------------ > If you reply to this email, your message will be added to the discussion > below: > > http://maven.40175.n5.nabble.com/Maven-Antrun-doesn-t-compile-the-project-well-tp4930208p4939957.html > To unsubscribe from Maven Antrun doesn't compile the project well., click > here<http://maven.40175.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=4930208&code=dmVua2F0cmFtLmFra2luZW5pQGdtYWlsLmNvbXw0OTMwMjA4fC0xMTk4NzA1Njk0>. > > -- Sincerely Venkat R Akkineni 585 489 3259 -- View this message in context: http://maven.40175.n5.nabble.com/Maven-Antrun-doesn-t-compile-the-project-well-tp4930208p4940936.html Sent from the Maven - Users mailing list archive at Nabble.com.
