shopizer-ecommerce / shopizer

Shopizer java e-commerce software
http://www.shopizer.com
Apache License 2.0
3.57k stars 3k forks source link

Eclipse set-up problem #70

Open arezong opened 8 years ago

arezong commented 8 years ago

I'm trying to import the 2.0.3 release as maven project in eclipse (i try whit Luna, kepler, mars, and STS).

I've downloaded the 2.0.3 zip from github, in eclipse : Import/Maven/Existing maven project. Then eclipse download dependencies, when finish right click in shopizer project, Run as/Maven clean, Run as/Maven generate-sources , Run as/Maven install. When finish i have dependencies missing in sm-shop project, i 've deleted the m2/repository folder many times but the problem persist. How i can resolve this to correct import the project?

This is the log for Maven/install

[INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for com.shopizer:sm-core-model:jar:2.0.3-SNAPSHOT [WARNING] 'build.pluginManagement.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.bsc.maven:maven-processor-plugin @ com.shopizer:sm-core-model:[unknown-version], E:\Tienda\Workspace final\shopizer-2.0.3\sm-core-model\pom.xml, line 426, column 13 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] shopizer [INFO] sm-core-model [INFO] sm-core-modules [INFO] sm-core [INFO] sm-shop [INFO]
[INFO] ------------------------------------------------------------------------ [INFO] Building shopizer 2.0.3-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ shopizer --- [INFO] Installing E:\Tienda\Workspace final\shopizer-2.0.3\pom.xml to C:\Users\ArezonG.m2\repository\com\shopizer\shopizer\2.0.3-SNAPSHOT\shopizer-2.0.3-SNAPSHOT.pom [INFO]
[INFO] ------------------------------------------------------------------------ [INFO] Building sm-core-model 2.0.3-SNAPSHOT [INFO] ------------------------------------------------------------------------ [WARNING] The artifact aspectj:aspectjrt:jar:1.5.4 has been relocated to org.aspectj:aspectjrt:jar:1.5.4 [WARNING] The artifact aspectj:aspectjweaver:jar:1.5.4 has been relocated to org.aspectj:aspectjweaver:jar:1.5.4 [INFO] [INFO] --- maven-processor-plugin:3.1.0:process (process) @ sm-core-model --- [WARNING] No processors specified. Using default discovery mechanism. [INFO] diagnostic: Note: Hibernate JPA 2 Static-Metamodel Generator 4.3.0.Final [WARNING] diagnostic: warning: Supported source version 'RELEASE_6' from annotation processor 'org.eclipse.sisu.scanners.index.SisuIndexAPT6' less than -source '1.8' [INFO] [INFO] --- maven-processor-plugin:3.1.0:process (default) @ sm-core-model --- [WARNING] No processors specified. Using default discovery mechanism. [INFO] diagnostic: Note: Hibernate JPA 2 Static-Metamodel Generator 4.3.0.Final [WARNING] diagnostic: warning: Supported source version 'RELEASE_6' from annotation processor 'org.eclipse.sisu.scanners.index.SisuIndexAPT6' less than -source '1.8' [INFO] [INFO] --- maven-apt-plugin:1.0.4:process (default) @ sm-core-model --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ sm-core-model --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory E:\Tienda\Workspace final\shopizer-2.0.3\sm-core-model\src\main\resources [INFO] [INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ sm-core-model --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 289 source files to E:\Tienda\Workspace final\shopizer-2.0.3\sm-core-model\target\classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ sm-core-model --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory E:\Tienda\Workspace final\shopizer-2.0.3\sm-core-model\src\test\resources [INFO] [INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ sm-core-model --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12:test (default-test) @ sm-core-model --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ sm-core-model --- [INFO] Building jar: E:\Tienda\Workspace final\shopizer-2.0.3\sm-core-model\target\sm-core-model-2.0.3-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ sm-core-model --- [INFO] Installing E:\Tienda\Workspace final\shopizer-2.0.3\sm-core-model\target\sm-core-model-2.0.3-SNAPSHOT.jar to C:\Users\ArezonG.m2\repository\com\shopizer\sm-core-model\2.0.3-SNAPSHOT\sm-core-model-2.0.3-SNAPSHOT.jar [INFO] Installing E:\Tienda\Workspace final\shopizer-2.0.3\sm-core-model\pom.xml to C:\Users\ArezonG.m2\repository\com\shopizer\sm-core-model\2.0.3-SNAPSHOT\sm-core-model-2.0.3-SNAPSHOT.pom [INFO]
[INFO] ------------------------------------------------------------------------ [INFO] Building sm-core-modules 2.0.3-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ sm-core-modules --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory E:\Tienda\Workspace final\shopizer-2.0.3\sm-core-modules\src\main\resources [INFO] [INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ sm-core-modules --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 12 source files to E:\Tienda\Workspace final\shopizer-2.0.3\sm-core-modules\target\classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ sm-core-modules --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory E:\Tienda\Workspace final\shopizer-2.0.3\sm-core-modules\src\test\resources [INFO] [INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ sm-core-modules --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.12:test (default-test) @ sm-core-modules --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ sm-core-modules --- [INFO] Building jar: E:\Tienda\Workspace final\shopizer-2.0.3\sm-core-modules\target\sm-core-modules-2.0.3-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ sm-core-modules --- [INFO] Installing E:\Tienda\Workspace final\shopizer-2.0.3\sm-core-modules\target\sm-core-modules-2.0.3-SNAPSHOT.jar to C:\Users\ArezonG.m2\repository\com\shopizer\sm-core-modules\2.0.3-SNAPSHOT\sm-core-modules-2.0.3-SNAPSHOT.jar [INFO] Installing E:\Tienda\Workspace final\shopizer-2.0.3\sm-core-modules\pom.xml to C:\Users\ArezonG.m2\repository\com\shopizer\sm-core-modules\2.0.3-SNAPSHOT\sm-core-modules-2.0.3-SNAPSHOT.pom [INFO]
[INFO] ------------------------------------------------------------------------ [INFO] Building sm-core 2.0.3-SNAPSHOT [INFO] ------------------------------------------------------------------------ [WARNING] The artifact aspectj:aspectjrt:jar:1.5.4 has been relocated to org.aspectj:aspectjrt:jar:1.5.4 [WARNING] The artifact aspectj:aspectjweaver:jar:1.5.4 has been relocated to org.aspectj:aspectjweaver:jar:1.5.4 [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ sm-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 43 resources [INFO] [INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ sm-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 269 source files to E:\Tienda\Workspace final\shopizer-2.0.3\sm-core\target\classes [INFO] /E:/Tienda/Workspace final/shopizer-2.0.3/sm-core/src/main/java/com/salesmanager/core/modules/order/ODSInvoiceModule.java: E:\Tienda\Workspace final\shopizer-2.0.3\sm-core\src\main\java\com\salesmanager\core\modules\order\ODSInvoiceModule.java uses or overrides a deprecated API. [INFO] /E:/Tienda/Workspace final/shopizer-2.0.3/sm-core/src/main/java/com/salesmanager/core/modules/order/ODSInvoiceModule.java: Recompile with -Xlint:deprecation for details. [INFO] /E:/Tienda/Workspace final/shopizer-2.0.3/sm-core/src/main/java/com/salesmanager/core/business/merchant/dao/MerchantStoreDaoImpl.java: Some input files use unchecked or unsafe operations. [INFO] /E:/Tienda/Workspace final/shopizer-2.0.3/sm-core/src/main/java/com/salesmanager/core/business/merchant/dao/MerchantStoreDaoImpl.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ sm-core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 6 resources [INFO] [INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ sm-core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 28 source files to E:\Tienda\Workspace final\shopizer-2.0.3\sm-core\target\test-classes [INFO] /E:/Tienda/Workspace final/shopizer-2.0.3/sm-core/src/test/java/com/salesmanager/test/utils/ExportSchema.java: Some input files use or override a deprecated API. [INFO] /E:/Tienda/Workspace final/shopizer-2.0.3/sm-core/src/test/java/com/salesmanager/test/utils/ExportSchema.java: Recompile with -Xlint:deprecation for details. [INFO] /E:/Tienda/Workspace final/shopizer-2.0.3/sm-core/src/test/java/com/salesmanager/test/isolated/IsolatedTestCase.java: E:\Tienda\Workspace final\shopizer-2.0.3\sm-core\src\test\java\com\salesmanager\test\isolated\IsolatedTestCase.java uses unchecked or unsafe operations. [INFO] /E:/Tienda/Workspace final/shopizer-2.0.3/sm-core/src/test/java/com/salesmanager/test/isolated/IsolatedTestCase.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:2.12:test (default-test) @ sm-core --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ sm-core --- [INFO] Building jar: E:\Tienda\Workspace final\shopizer-2.0.3\sm-core\target\sm-core-2.0.3-SNAPSHOT.jar [INFO] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ sm-core --- [INFO] Installing E:\Tienda\Workspace final\shopizer-2.0.3\sm-core\target\sm-core-2.0.3-SNAPSHOT.jar to C:\Users\ArezonG.m2\repository\com\shopizer\sm-core\2.0.3-SNAPSHOT\sm-core-2.0.3-SNAPSHOT.jar [INFO] Installing E:\Tienda\Workspace final\shopizer-2.0.3\sm-core\pom.xml to C:\Users\ArezonG.m2\repository\com\shopizer\sm-core\2.0.3-SNAPSHOT\sm-core-2.0.3-SNAPSHOT.pom [INFO]
[INFO] ------------------------------------------------------------------------ [INFO] Building sm-shop 2.0.3-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- aspectj-maven-plugin:1.2:compile (default) @ sm-shop --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ sm-shop --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 11 resources [INFO] [INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ sm-shop --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 295 source files to E:\Tienda\Workspace final\shopizer-2.0.3\sm-shop\target\classes [INFO] /E:/Tienda/Workspace final/shopizer-2.0.3/sm-shop/src/main/java/com/salesmanager/web/shop/controller/customer/CustomerRegistrationController.java: Some input files use or override a deprecated API. [INFO] /E:/Tienda/Workspace final/shopizer-2.0.3/sm-shop/src/main/java/com/salesmanager/web/shop/controller/customer/CustomerRegistrationController.java: Recompile with -Xlint:deprecation for details. [INFO] /E:/Tienda/Workspace final/shopizer-2.0.3/sm-shop/src/main/java/com/salesmanager/web/admin/controller/tax/TaxRatesController.java: Some input files use unchecked or unsafe operations. [INFO] /E:/Tienda/Workspace final/shopizer-2.0.3/sm-shop/src/main/java/com/salesmanager/web/admin/controller/tax/TaxRatesController.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- aspectj-maven-plugin:1.2:test-compile (default) @ sm-shop --- [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ sm-shop --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ sm-shop --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to E:\Tienda\Workspace final\shopizer-2.0.3\sm-shop\target\test-classes [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ sm-shop --- [INFO] Surefire report directory: E:\Tienda\Workspace final\shopizer-2.0.3\sm-shop\target\surefire-reports


T E S T S

Running com.salesmanager.test.shop.controller.category.rest.CategoryManagementAPITest Tests run: 4, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 0.044 sec Running com.salesmanager.test.shop.controller.customer.rest.CustomerRESTControllerTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 5, Time elapsed: 0 sec Running com.salesmanager.test.shop.controller.product.rest.ProductManagementAPITest Tests run: 8, Failures: 0, Errors: 0, Skipped: 8, Time elapsed: 0 sec Running com.salesmanager.test.shop.controller.store.rest.ContactAPITest Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 sec

Results :

Tests run: 18, Failures: 0, Errors: 0, Skipped: 18

[INFO] [INFO] --- maven-war-plugin:2.6:war (default-war) @ sm-shop --- [INFO] Packaging webapp [INFO] Assembling webapp [sm-shop] in [E:\Tienda\Workspace final\shopizer-2.0.3\sm-shop\target\sm-shop-2.0.3-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [E:\Tienda\Workspace final\shopizer-2.0.3\sm-shop\src\main\webapp] [INFO] Building jar: E:\Tienda\Workspace final\shopizer-2.0.3\sm-shop\target\sm-shop-2.0.3-SNAPSHOT\WEB-INF\lib\sm-shop-2.0.3-SNAPSHOT.jar [INFO] Webapp assembled in [3720 msecs] [INFO] Building war: E:\Tienda\Workspace final\shopizer-2.0.3\sm-shop\target\sm-shop-2.0.3-SNAPSHOT.war [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ sm-shop --- [INFO] Installing E:\Tienda\Workspace final\shopizer-2.0.3\sm-shop\target\sm-shop-2.0.3-SNAPSHOT.war to C:\Users\ArezonG.m2\repository\com\salesmanager\sm-shop\2.0.3-SNAPSHOT\sm-shop-2.0.3-SNAPSHOT.war [INFO] Installing E:\Tienda\Workspace final\shopizer-2.0.3\sm-shop\pom.xml to C:\Users\ArezonG.m2\repository\com\salesmanager\sm-shop\2.0.3-SNAPSHOT\sm-shop-2.0.3-SNAPSHOT.pom [INFO] [INFO] --- maven-dependency-plugin:2.8:sources (install) @ sm-shop --- [INFO] [INFO] The following files have been resolved: [INFO] dom4j:dom4j:jar:sources:1.6.1:compile [INFO] org.springframework.security:spring-security-acl:jar:sources:3.2.9.RELEASE:compile [INFO] org.springframework:spring-orm:jar:sources:3.2.16.RELEASE:compile [INFO] org.antlr:antlr-runtime:jar:sources:3.5:compile [INFO] javax.mail:mail:jar:sources:1.4.5:compile [INFO] org.glassfish.web:jstl-impl:jar:sources:1.2:compile [INFO] xpp3:xpp3_min:jar:sources:1.1.4c:compile [INFO] com.infradna.tool:bridge-method-annotation:jar:sources:1.11:compile [INFO] commons-lang:commons-lang:jar:sources:2.6:compile [INFO] com.maxmind.geoip2:geoip2:jar:sources:0.7.0:compile [INFO] org.springframework:spring-context:jar:sources:3.2.16.RELEASE:compile [INFO] org.apache.httpcomponents:httpclient:jar:sources:4.4:compile [INFO] org.springframework:spring-webmvc:jar:sources:3.2.16.RELEASE:compile [INFO] org.apache.lucene:lucene-suggest:jar:sources:4.10.4:compile [INFO] org.springframework:spring-context-support:jar:sources:3.2.16.RELEASE:compile [INFO] org.slf4j:slf4j-api:jar:sources:1.6.6:compile [INFO] javax.activation:activation:jar:sources:1.1:compile [INFO] org.joda:joda-money:jar:sources:0.6:compile [INFO] commons-configuration:commons-configuration:jar:sources:1.6:compile [INFO] org.apache.httpcomponents:httpasyncclient:jar:sources:4.0.2:compile [INFO] net.sf.ehcache:ehcache:jar:sources:1.5.0:compile [INFO] org.mvel:mvel2:jar:sources:2.1.8.Final:compile [INFO] com.google.maps:google-maps-services:jar:sources:0.1.6:compile [INFO] jgroups:jgroups:jar:sources:2.6.13.GA:compile [INFO] org.apache.lucene:lucene-spatial:jar:sources:4.10.4:compile [INFO] org.apache.lucene:lucene-memory:jar:sources:4.10.4:compile [INFO] org.apache.httpcomponents:httpcore:jar:sources:4.4:compile [INFO] backport-util-concurrent:backport-util-concurrent:jar:sources:3.1:compile [INFO] c3p0:c3p0:jar:sources:0.9.1.2:compile [INFO] com.maxmind.db:maxmind-db:jar:sources:0.3.1:compile [INFO] javax.inject:javax.inject:jar:sources:1:compile [INFO] org.drools:drools-decisiontables:jar:sources:5.6.0.Final:compile [INFO] com.paypal.sdk:paypal-core:jar:sources:1.5.1:compile [INFO] org.apache.lucene:lucene-highlighter:jar:sources:4.10.4:compile [INFO] org.apache.tiles:tiles-api:jar:sources:2.1.2:compile [INFO] org.apache.tiles:tiles-servlet:jar:sources:2.1.2:compile [INFO] org.ow2.asm:asm:jar:sources:4.1:compile [INFO] org.drools:drools-spring:jar:sources:5.6.0.Final:compile [INFO] aopalliance:aopalliance:jar:sources:1.0:compile [INFO] org.jboss.logging:jboss-logging:jar:sources:3.1.0.GA:compile [INFO] javax.validation:validation-api:jar:sources:1.0.0.GA:compile [INFO] org.jadira.usertype:usertype.core:jar:sources:3.0.0.CR1:compile [INFO] javax.servlet:servlet-api:jar:sources:2.5:provided [INFO] org.elasticsearch:elasticsearch:jar:sources:1.5.2:compile [INFO] org.infinispan:infinispan-core:jar:sources:5.3.0.Final:compile [INFO] org.springframework.security:spring-security-taglibs:jar:sources:3.2.9.RELEASE:compile [INFO] org.apache.commons:commons-collections4:jar:sources:4.0:compile [INFO] org.apache.tiles:tiles-core:jar:sources:2.1.2:compile [INFO] org.drools:knowledge-internal-api:jar:sources:5.6.0.Final:compile [INFO] org.jboss.marshalling:jboss-marshalling-river:jar:sources:1.3.15.GA:compile [INFO] org.springframework.security:spring-security-core:jar:sources:3.2.9.RELEASE:compile [INFO] org.apache.lucene:lucene-queryparser:jar:sources:4.10.4:compile [INFO] javax.servlet:jstl:jar:sources:1.2:compile [INFO] com.sun.jersey:jersey-bundle:jar:sources:1.19:compile [INFO] joda-time:joda-time:jar:sources:2.0:compile [INFO] cglib:cglib:jar:sources:2.2:compile [INFO] org.apache.poi:poi-ooxml:jar:sources:3.9:compile [INFO] com.mysema.querydsl:querydsl-core:jar:sources:3.4.2:compile [INFO] com.mysema.commons:mysema-commons-lang:jar:sources:0.2.4:compile [INFO] com.shopizer:shopizer-shipping-distance-processor:jar:sources:2.0.3:compile [INFO] org.infinispan:infinispan-cachestore-jdbc:jar:sources:5.3.0.Final:compile [INFO] javax.ws.rs:jsr311-api:jar:sources:1.1.1:compile [INFO] junit:junit:jar:sources:4.8.2:test [INFO] com.google.code.gson:gson:jar:sources:2.3.1:compile [INFO] com.paypal.sdk:merchantsdk:jar:sources:2.6.109:compile [INFO] org.apache.lucene:lucene-core:jar:sources:4.10.4:compile [INFO] org.springframework.mobile:spring-mobile-device:jar:sources:1.1.0.RELEASE:compile [INFO] org.antlr:antlr:jar:sources:3.3:compile [INFO] commons-io:commons-io:jar:sources:2.0.1:compile [INFO] org.drools:drools-core:jar:sources:5.6.0.Final:compile [INFO] org.springframework:spring-beans:jar:sources:3.2.16.RELEASE:compile [INFO] com.thoughtworks.xstream:xstream:jar:sources:1.4.1:compile [INFO] org.drools:drools-templates:jar:sources:5.6.0.Final:compile [INFO] org.hibernate:hibernate-entitymanager:jar:sources:4.1.2:compile [INFO] io.searchbox:jest-common:jar:sources:0.1.5:compile [INFO] commons-fileupload:commons-fileupload:jar:sources:1.2.2:compile [INFO] org.jboss:jboss-common-core:jar:sources:2.2.14.GA:compile [INFO] commons-httpclient:commons-httpclient:jar:sources:3.1:compile [INFO] asm:asm:jar:sources:3.1:compile [INFO] org.springframework:spring-core:jar:sources:3.2.16.RELEASE:compile [INFO] org.hibernate:hibernate-core:jar:sources:4.1.2:compile [INFO] mysql:mysql-connector-java:jar:sources:5.1.31:compile [INFO] org.aspectj:aspectjrt:jar:sources:1.8.7:compile [INFO] org.springframework:spring-aspects:jar:sources:3.2.16.RELEASE:compile [INFO] org.hibernate.javax.persistence:hibernate-jpa-2.0-api:jar:sources:1.0.1.Final:compile [INFO] com.fasterxml.jackson.core:jackson-core:jar:sources:2.6.5:compile [INFO] org.jboss.javaee:jboss-transaction-api:jar:sources:1.0.1.GA:compile [INFO] io.searchbox:jest:jar:sources:0.1.5:compile [INFO] org.jboss.logging:jboss-logging-spi:jar:sources:2.0.5.GA:compile [INFO] jdom:jdom:jar:sources:1.0:compile [INFO] net.sf.jsr107cache:jsr107cache:jar:sources:1.0:compile [INFO] org.eclipse.jdt.core.compiler:ecj:jar:sources:3.5.1:compile [INFO] com.shopizer:sm-search:jar:sources:0.0.5:compile [INFO] javax.servlet.jsp.jstl:jstl-api:jar:sources:1.2:compile [INFO] com.mysema.querydsl:querydsl-jpa:jar:sources:3.4.2:compile [INFO] commons-logging:commons-logging:jar:sources:1.1.1:compile [INFO] org.springframework:spring-aop:jar:sources:3.2.16.RELEASE:compile [INFO] org.apache.poi:poi:jar:sources:3.9:compile [INFO] org.apache.lucene:lucene-analyzers-common:jar:sources:4.10.4:compile [INFO] org.jadira.usertype:usertype.spi:jar:sources:3.0.0.CR1:compile [INFO] javax.transaction:jta:jar:sources:1.1:provided [INFO] log4j:log4j:jar:sources:1.2.16:runtime [INFO] commons-collections:commons-collections:jar:sources:3.2.2:compile [INFO] org.jopendocument:jOpenDocument:jar:sources:1.3b1:compile [INFO] org.jboss.marshalling:jboss-marshalling:jar:sources:1.3.15.GA:compile [INFO] org.apache.lucene:lucene-grouping:jar:sources:4.10.4:compile [INFO] com.spatial4j:spatial4j:jar:sources:0.4.1:compile [INFO] org.springframework:spring-expression:jar:sources:3.2.16.RELEASE:compile [INFO] org.apache.commons:commons-lang3:jar:sources:3.0:compile [INFO] com.google.guava:guava:jar:sources:18.0:compile [INFO] com.h2database:h2:jar:sources:1.3.152:compile [INFO] org.apache.lucene:lucene-queries:jar:sources:4.10.4:compile [INFO] org.apache.lucene:lucene-join:jar:sources:4.10.4:compile [INFO] com.shopizer:shopizer-shipping-canadapost-module:jar:sources:0.0.1:compile [INFO] commons-beanutils:commons-beanutils:jar:sources:1.8.3:compile [INFO] org.springframework.security:spring-security-config:jar:sources:3.2.9.RELEASE:compile [INFO] org.apache.tiles:tiles-jsp:jar:sources:2.1.2:compile [INFO] com.googlecode.json-simple:json-simple:jar:sources:1.1.1:compile [INFO] org.jboss:staxmapper:jar:sources:1.1.0.Final:compile [INFO] org.freemarker:freemarker:jar:sources:2.3.19:compile [INFO] org.apache.lucene:lucene-misc:jar:sources:4.10.4:compile [INFO] net.tanesha.recaptcha4j:recaptcha4j:jar:sources:0.0.7:compile [INFO] com.squareup.okhttp:okhttp:jar:sources:2.0.0:compile [INFO] org.springframework:spring-jdbc:jar:sources:3.2.16.RELEASE:compile [INFO] org.antlr:stringtemplate:jar:sources:3.2.1:compile [INFO] org.ow2.asm:asm-commons:jar:sources:4.1:compile [INFO] org.jgroups:jgroups:jar:sources:3.3.1.Final:compile [INFO] org.jboss.cache:jbosscache-core:jar:sources:3.2.5.GA:compile [INFO] org.apache.httpcomponents:httpcore-nio:jar:sources:4.4:compile [INFO] com.squareup.okio:okio:jar:sources:1.0.0:compile [INFO] org.hibernate:hibernate-validator:jar:sources:4.1.0.Final:compile [INFO] org.drools:drools-compiler:jar:sources:5.6.0.Final:compile [INFO] org.springframework:spring-tx:jar:sources:3.2.16.RELEASE:compile [INFO] com.google.http-client:google-http-client:jar:sources:1.17.0-rc:compile [INFO] org.slf4j:slf4j-log4j12:jar:sources:1.6.6:runtime [INFO] org.drools:knowledge-api:jar:sources:5.6.0.Final:compile [INFO] javax.servlet.jsp:jsp-api:jar:sources:2.1:provided [INFO] org.jboss.spec.javax.transaction:jboss-transaction-api_1.1_spec:jar:sources:1.0.0.Final:compile [INFO] javax.annotation:jsr250-api:jar:sources:1.0:compile [INFO] org.hibernate:hibernate-ehcache:jar:sources:3.5.1-Final:compile [INFO] org.infinispan:infinispan-tree:jar:sources:5.3.0.Final:compile [INFO] org.hibernate.common:hibernate-commons-annotations:jar:sources:4.0.1.Final:compile [INFO] org.springframework.security:spring-security-web:jar:sources:3.2.9.RELEASE:compile [INFO] net.java.dev.rome:rome:jar:sources:1.0.0:compile [INFO] com.fasterxml.jackson.core:jackson-annotations:jar:sources:2.6.5:compile [INFO] org.codehaus.jackson:jackson-core-asl:jar:sources:1.9.13:compile [INFO] com.fasterxml.jackson.core:jackson-databind:jar:sources:2.6.5:compile [INFO] commons-validator:commons-validator:jar:sources:1.4.0:compile [INFO] org.codehaus.jackson:jackson-mapper-asl:jar:sources:1.9.13:compile [INFO] com.itextpdf:itextpdf:jar:sources:5.5.6:compile [INFO] org.slf4j:jcl-over-slf4j:jar:sources:1.6.6:runtime [INFO] commons-digester:commons-digester:jar:sources:1.8:compile [INFO] org.springframework:spring-web:jar:sources:3.2.16.RELEASE:compile [INFO] org.apache.lucene:lucene-sandbox:jar:sources:4.10.4:compile [INFO] [INFO] The following files have NOT been resolved: [INFO] com.shopizer:sm-core-model:jar:sources:2.0.3-SNAPSHOT:compile [INFO] stax:stax-api:jar:sources:1.0.1:compile [INFO] commons-beanutils:commons-beanutils-core:jar:sources:1.8.0:compile [INFO] com.shopizer:sm-core-modules:jar:sources:2.0.3-SNAPSHOT:compile [INFO] antlr:antlr:jar:sources:2.7.7:compile [INFO] com.shopizer:sm-core:jar:sources:2.0.3-SNAPSHOT:compile [INFO] commons-codec:commons-codec:jar:sources:1.2:compile [INFO] org.apache.poi:poi-ooxml-schemas:jar:sources:3.9:compile [INFO] javassist:javassist:jar:sources:3.3:compile [INFO] org.aspectj:aspectjweaver:jar:sources:1.5.4:compile [INFO] xmlpull:xmlpull:jar:sources:1.1.3.1:compile [INFO] org.apache.xmlbeans:xmlbeans:jar:sources:2.3.0:compile [INFO] com.google.code.findbugs:jsr305:jar:sources:1.3.9:compile [INFO] commons-logging:commons-logging-api:jar:sources:1.1:compile [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] shopizer ........................................... SUCCESS [ 0.275 s] [INFO] sm-core-model ...................................... SUCCESS [ 6.431 s] [INFO] sm-core-modules .................................... SUCCESS [ 0.255 s] [INFO] sm-core ............................................ SUCCESS [ 3.948 s] [INFO] sm-shop ............................................ SUCCESS [ 17.838 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 28.865 s [INFO] Finished at: 2016-03-11T12:07:15-03:00 [INFO] Final Memory: 62M/726M [INFO] ------------------------------------------------------------------------

daveyx commented 8 years ago

i am not sure if the provided .zip file is up to date, better try git clone, this should run out of the box (at least for eclipse setup)

arezong commented 8 years ago

I'm getting the same error with clone the git repository :/

ss

ratneshp0 commented 8 years ago

I can see the build is success. Did you check if you have the war file generated under sm-shop/target

arezong commented 8 years ago

Yeah, the war is in he path, but if i deploy this on tomcat i get UnsupportedClassVersionError

image

sm-shop build path look like

image

eclipse marker view look like

image

ratneshp0 commented 8 years ago

You need to make sure java build version is same as the java version on which you are running on. I think there is mismatch between the compile time java version and runtime java version.

arezong commented 8 years ago

By default sm-core-modules project have java 1.5 target compiler... I will try changing this for 1.8

Edit: switching to java 1.8 still does not work

ratneshp0 commented 8 years ago

try with 1.7

karamsahu commented 7 years ago

Make sure you have java -version 1.8 javac -version 1.8 tomcat verion 8.

it should work.