Most of us that use Eclipse use the m2Eclipse support built into Eclipse and just import a maven project that way. Have you tried that instead?
On Thu, Mar 2, 2017 at 11:39 AM, leo.liou <[email protected]> wrote: > neebie here. need a little help. > just did git clone OK. > > mvn eclipse:eclipse yielded this > > [INFO] ActiveMQ :: Runtime Configuration .................. FAILURE [ > 0.608 > s] > ... > [ERROR] Failed to execute goal org.apache.cxf:cxf-xjc-plugin: > 3.0.1:xsdtojava > (compile-xsd) on project activemq-runtime-config: schema_reference.4: > Failed > to read schema document > 'file:/home/leol/GIT/activemq/activemq-spring/target/ > classes/activemq.xsd', > because 1) could not find the document; 2) the document could not be read; > 3) the root element of the document is not <xsd:schema>. > /home/leol/GIT/activemq/activemq-spring/target/classes/activemq.xsd (No > such > file or directory) -> [Help 1] > > then, > [leol@leo-cent72-d64b activemq]$ ls -l > /home/leol/GIT/activemq/activemq-spring/target/classes/activemq.xsd > ls: cannot access > /home/leol/GIT/activemq/activemq-spring/target/classes/activemq.xsd: No > such > file or directory > > has anyone see this before? > what happened to this file? > should it be there from git clone? > > thanks. > > > > -- > View this message in context: http://activemq.2283324.n4. > nabble.com/maven-eclipse-eclipse-failed-tp4722725.html > Sent from the ActiveMQ - Dev mailing list archive at Nabble.com. >
