OK, so I think the issue is that the Smoke_IntegTest (at least) seems to depend on Java 1.8.
Although Apache Isis itself is built and will run on Java 1.7, it would seem that the archetype requires 1.8. Is there a reason you need 1.7 ? On Tue, 10 Jan 2017 at 20:55 Vipul B <[email protected]> wrote: > Hi Dan, > > Thanks for your reply. > I am seeing following errors in Eclipse console when i import the maven > project into Eclipse - > > Description Resource Path Location Type > JAX-RS (REST Web Services) 2.0 can not be installed : One or more > constraints have not been satisfied. myapp-webapp line 1 Maven Java EE > Configuration Problem > JAX-RS (REST Web Services) 2.0 requires Java 1.6 or newer. myapp-webapp > line > 1 Maven Java EE Configuration Problem > The project was not built since its build path is incomplete. Cannot find > the class file for java.util.function.Predicate. Fix the build path then > try building this project myapp-application Unknown Java Problem > The project was not built since its build path is incomplete. Cannot find > the class file for java.util.function.Predicate. Fix the build path then > try building this project myapp-module-simple Unknown Java Problem > The type java.util.function.Predicate cannot be resolved. It is indirectly > referenced from required .class files SimpleObjectRepository_Test.java > /myapp-module-simple/src/test/java/domainapp/modules/simple/dom/impl > line 1 Java > Problem > The type java.util.function.Predicate cannot be resolved. It is indirectly > referenced from required .class files Smoke_IntegTest.java > /myapp-application/src/test/java/domainapp/application/integtests line 1 > Java > Problem > > > On Wed, Jan 11, 2017 at 2:22 AM, Dan Haywood <[email protected] > > > wrote: > > > Hi Vipul, > > > > thanks for trying out Apache Isis, sorry that isn't working for you. > > > > Apache mailing lists don't allow attachments, I'm afraid, so can you > either > > copy it in, or alternatively upload it somewhere and reference it as a > URL? > > > > Thanks > > Dan > > > > On Tue, 10 Jan 2017 at 20:35 Vipul B <[email protected]> > wrote: > > > > > Hi, > > > > > > I am trying to follow the Apache ISIS documentation to learn the > > > framework. So i started by getting the App as described in the > > > documentation - > > > mvn archetype:generate -D archetypeGroupId=org.apache.isis.archetype -D > > > archetypeArtifactId=simpleapp-archetype -D archetypeVersion=1.13.2.1 -D > > > groupId=com.mycompany -D artifactId=myapp -D version=1.0-SNAPSHOT -B > > > > > > Now i imported project into Eclipse. > > > > > > But i am not able to compile the project successfully in Eclipse. I get > > > errors as shown in the attachment. > > > > > > Any suggestions for how i can fix this problem. > > > > > > I have JDK 1.7.0_79. > > > > > >
