[ERROR] Errors in 'jar:file:/C:/Users/Zied%20Hamdi/git/VuMe/ShopAdmin/build/libs/ShopAdmin-1.0.jar!/fr/onevu/vume/shopadmin/ShopAdmin.java'
[ERROR] fr.onevu.vume.shopadmin.ShopAdminClientFactory cannot be resolved to a type/** * app engine conf found on https://cloud.google.com/appengine/docs/java/tools/gradle */
group = 'fr.onevu.vume'version = '1.0'
apply plugin: 'war'apply plugin: 'java'apply plugin: 'gwt'apply plugin: 'eclipse'apply plugin: 'jetty'apply plugin: 'com.google.cloud.tools.appengine' // App Engine tasks
//Java version compatibility to use when compiling Java source.sourceCompatibility = 1.7//Java version to generate classes for.targetCompatibility = 1.7
buildscript { repositories { jcenter() //repository where to fetch gwt gradle plugin } dependencies { classpath 'de.richsource.gradle.plugins:gwt-gradle-plugin:0.6' classpath 'com.google.cloud.tools:appengine-gradle-plugin:+' // latest App Engine Gradle tasks }}
// central repository to load the GWT libraryrepositories { maven { url 'https://maven-central.storage.googleapis.com' // Google's mirror of Maven Central // url 'https://oss.sonatype.org/content/repositories/snapshots' // SNAPSHOT Repository (if needed) }
jcenter() mavenCentral()}
dependencies { compile group: 'com.google.appengine', name: 'gradle-appengine-plugin', version: '1.9.42' compile project(':VuMetest')
// needed for Maps API compile group: 'com.google.gwt.google-apis', name: 'gwt-ajaxloader', version: '1.0.0' compile group: 'com.google.gwt', name: 'gwt-user', version: '2.7.0' compile fileTree(dir: 'libs', include: '*.jar')}
gwt { gwtVersion='2.7.0' modules 'fr.onevu.vume.ShopAdmin' logLevel = 'ERROR' minHeapSize = "1024M"; maxHeapSize = "2048M"; superDev { noPrecompile=true } // The following is only needed if you don't use the Google Plugin for Eclipse. eclipse{ addGwtContainer=true // Default set to true } //Specify the deployment Port jettyRunWar.httpPort = 8089}
jar { manifest { attributes 'Implementation-Title': 'IntoGwt', 'Implementation-Version': version } from project.sourceSets.main.allJava from('src/main/java') { include '**/*.xml' include '**/*.css' include '**/*.png' include '**/*.properties' exclude '**JUnit**' } }
R‚pertoire de c:\temp\ShopAdmin-1.0\fr\onevu\vume\shopadmin
25/10/2016 22:00 <REP> .25/10/2016 22:00 <REP> ..25/10/2016 22:00 <REP> activity25/10/2016 22:00 <REP> activitymappers25/10/2016 21:43 856 ContentManager$1.class25/10/2016 21:43 1ÿ836 ContentManager.class23/09/2016 19:29 988 ContentManager.java25/10/2016 22:00 <REP> i18n25/10/2016 22:00 <REP> request25/10/2016 21:43 1ÿ225 ShopAdmin$1.class25/10/2016 21:43 1ÿ112 ShopAdmin$2.class25/10/2016 21:43 6ÿ486 ShopAdmin.class23/09/2016 19:29 5ÿ439 ShopAdmin.java25/10/2016 21:43 1ÿ488 ShopAdminActivityManager$1.class25/10/2016 21:43 2ÿ907 ShopAdminActivityManager.class27/09/2016 12:59 1ÿ962 ShopAdminActivityManager.java25/10/2016 21:43 4ÿ466 ShopAdminClientFactory.class23/09/2016 19:29 2ÿ838 ShopAdminClientFactory.java25/10/2016 21:43 11ÿ472 ShopAdminClientFactoryImpl.class23/09/2016 19:29 7ÿ249 ShopAdminClientFactoryImpl.java25/10/2016 21:43 1ÿ638 ShopAdminEnvironment$1.class25/10/2016 21:43 7ÿ853 ShopAdminEnvironment.class23/09/2016 19:29 4ÿ060 ShopAdminEnvironment.java25/10/2016 21:43 1ÿ476 ShopAdminFacade.class23/09/2016 19:29 794 ShopAdminFacade.java25/10/2016 21:43 1ÿ426 ShopAdminPlaceController.class23/09/2016 19:29 1ÿ024 ShopAdminPlaceController.java25/10/2016 22:00 <REP> view 21 fichier(s) 68ÿ595 octets
R‚pertoire de c:\temp\ShopAdmin-1.0\fr\onevu\vume\shopadmin\activity