Following the suggestion , I download the isis and I import it to eclipse, but when I run the mvn install send me the following errors:
[INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.jvnet.jaxb2.maven2:maven-jaxb2-plugin:0.13.1:generate (generate-chg-xsd) on project isis-core-schema: Execution generate-chg-xsd of goal org.jvnet.jaxb2.maven2:maven-jaxb2-plugin:0.13.1:generate failed: A required class was missing while executing org.jvnet.jaxb2.maven2:maven-jaxb2-plugin:0.13.1:generate: com/sun/xml/bind/api/ErrorListener [ERROR] ----------------------------------------------------- [ERROR] realm = plugin>org.jvnet.jaxb2.maven2:maven-jaxb2-plugin:0.13.1 [ERROR] strategy = org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy [ERROR] urls[0] = file:/C:/Users/A/.m2/repository/org/jvnet/jaxb2/maven2/maven-jaxb2-plugin/0.13.1/maven-jaxb2-plugin-0.13.1.jar [ERROR] urls[1] = file:/C:/Users/A/.m2/repository/org/jvnet/jaxb2_commons/jaxb2-namespace-prefix/1.1/jaxb2-namespace-prefix-1.1.jar [ERROR] urls[2] = file:/C:/Users/A/.m2/repository/org/jvnet/jaxb2/maven2/maven-jaxb2-plugin-core/0.13.1/maven-jaxb2-plugin-core-0.13.1.jar [ERROR] urls[3] = file:/C:/Users/A/.m2/repository/org/apache/commons/commons-lang3/3.2.1/commons-lang3-3.2.1.jar [ERROR] urls[4] = file:/C:/Users/A/.m2/repository/com/sun/org/apache/xml/internal/resolver/20050927/resolver-20050927.jar [ERROR] urls[5] = file:/C:/Users/A/.m2/repository/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar [ERROR] urls[6] = file:/C:/Users/A/.m2/repository/junit/junit/4.8.1/junit-4.8.1.jar [ERROR] urls[7] = file:/C:/Users/A/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar [ERROR] urls[8] = file:/C:/Users/A/.m2/repository/org/jvnet/jaxb2/maven2/maven-jaxb22-plugin/0.13.1/maven-jaxb22-plugin-0.13.1.jar [ERROR] urls[9] = file:/C:/Users/A/.m2/repository/org/glassfish/jaxb/jaxb-runtime/2.2.11/jaxb-runtime-2.2.11.jar [ERROR] urls[10] = file:/C:/Users/A/.m2/repository/org/glassfish/jaxb/jaxb-xjc/2.2.11/jaxb-xjc-2.2.11.jar [ERROR] urls[11] = file:/C:/Users/A/.m2/repository/org/apache/maven/plugin-tools/maven-plugin-annotations/3.4/maven-plugin-annotations-3.4.jar [ERROR] Number of foreign imports: 1 [ERROR] import: Entry[import from realm ClassRealm[project>org.apache.isis.core:isis:1.13.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]]] [ERROR] [ERROR] -----------------------------------------------------: com.sun.xml.bind.api.ErrorListener [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginContainerException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <goals> -rf :isis-core-schema Any idea to fix this? Aída -----Mensaje original----- De: Jeroen van der Wal [mailto:[email protected]] Enviado el: lunes, 6 de junio de 2016 11:14 Para: users Asunto: Re: RV: [cesarlugosis/CQNZwebapp] update to use 1.13.0-SNAPSHOT, for concurrency fixes (ISIS-1421) (#1) Hmm, need to look into that. I recall Joerg had a similar issue with the Todo app. A quick solution is to clone Isis [1] locally and build it. [1] https://github.com/apache/isis On 6 June 2016 at 17:56, Aída Betzabeth Dávila Sotelo < [email protected]> wrote: > Hi Dan, > > We have received the repository with the correction to the concurrency > problem, however when we run the mvn clean install show the > following > error: > > [ERROR] Plugin org.apache.isis.tool:isis-maven-plugin:1.13.0-SNAPSHOT > or one of its dependencies could not be resolved: Could not find > artifact org.apache.isis.tool:isis-maven-plugin:jar:1.13.0-SNAPSHOT -> > [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, > re-run Maven with the -e switch. > [ERROR] Re-run Maven using the -X switch to enable full debug logging. > [ERROR] > [ERROR] For more information about the errors and possible solutions, > please read the following articles: > [ERROR] [Help 1] > http://cwiki.apache.org/confluence/display/MAVEN/PluginResolutionExcep > tion > > There is something we should do before? or how I can fix this problem ? > > Aída Dávila > > De: Dan Haywood [mailto:[email protected]] Enviado el: sábado, > 4 de junio de 2016 5:52 > Para: cesarlugosis/CQNZwebapp > Asunto: Re: [cesarlugosis/CQNZwebapp] update to use 1.13.0-SNAPSHOT, > for concurrency fixes (ISIS-1421) (#1) > > > @cesarlugosis<https://github.com/cesarlugosis> - I've pushed > https://github.com/cesarlugosis/CQNZwebapp/tree/issue-1-concurrency > which depends on 1.13.0-SNAPSHOT. When run against the latest > snapshot, can run to 20 threads ok (at least on my box). If build > locally, the commit that has the fix is apache/isis@7461769< > https://github.com/apache/isis/commit/746176991b523fe9e8ab069392d83ff1 > 7af08624 > > > > — > You are receiving this because you are subscribed to this thread. > Reply to this email directly, view it on GitHub< > https://github.com/cesarlugosis/CQNZwebapp/issues/1#issuecomment-22374 > 9405>, > or mute the thread< > https://github.com/notifications/unsubscribe/APdggNddAtDelfF41L6crJMOJ > uVk1f9jks5qIVjCgaJpZM4IuGmZ > >. >
