On Thu, 9 Sep 2004 15:23:34 +0200, Christian Mouttet <[EMAIL PROTECTED]> wrote: > Hi, > when I run maven eclipse:generate-classpath I do get this output: <snip/> > The file .classpath is generated correctly. What's going wrong?
The Eclipse plugin need cactus to work properly. Install the cactus dependency as described here: http://jakarta.apache.org/cactus/integration/maven/installing.html Suggested version: 1.6.1, giving you the command line: maven plugin:download -DgroupId=cactus -DartifactId=cactus-maven -Dversion=1.6.1 -- / p�l brattberg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
