You need to add dependencies to the plugin, not your project. ----- Original Message ----- From: Costin Caraivan <[EMAIL PROTECTED]> To: [email protected] <[email protected]> Sent: Mon Nov 17 13:16:19 2008 Subject: Bug in maven-antrun-plugin?
I'm trying to rename some files using Ant, called from Maven. Things look like this: http://pastebin.mozilla.org/572569 The problem is this: [INFO] [antrun:run {execution: default}] [INFO] Executing tasks [echo] D:\Documents and Settings\cCaraivan\.m2\repository\org\codehaus\plexus\plexus-utils\1.1\plexus-utils-1.1.jar;D:\Documents and Settings\cCaraivan\.m2\repository\ant\ant-launcher\1.6.5\ant-launcher-1.6.5.jar;D:\Documents and Settings\cCaraivan\.m2\repository\ant\ant\1.6.5\ant-1.6.5.jar;C:\Program Files\Apache\apache-maven-2.0.9\lib\maven-2.0.9-uber.jar [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Error executing ant tasks *** Embedded error: Could not create type regexpmapper due to No supported regular expression matcher found. *** I've even added them in the pom's dependencies section, out of desperation. Same error. The maven.plugin.classpath is the same, even with the dependencies in the pom dependency section, no change. I've even changed the classpath to maven.runtime.classpath, and it still didn't work (when I had them in the pom dependency section). Any clues? -- View this message in context: http://www.nabble.com/Bug-in-maven-antrun-plugin--tp20544863p20544863.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
