gwt-gradle-plugin icon indicating copy to clipboard operation
gwt-gradle-plugin copied to clipboard

MultiModule client-shared-server project

Open bademux opened this issue 11 years ago • 1 comments

Can someone help me with configuration for classic 3-module project (client, shared, server)?

The sample project for configuration with gradle

mvn archetype:generate \
   -DarchetypeCatalog=https://oss.sonatype.org/content/repositories/snapshots/ \
   -DarchetypeGroupId=net.ltgt.gwt.archetypes \
   -DarchetypeArtifactId=modular-requestfactory \
   -DarchetypeVersion=1.0-SNAPSHOT

https://github.com/tbroyer/gwt-maven-archetypes

Thanks.

bademux avatar Aug 24 '14 10:08 bademux

What you need:

  • Gradle multi-module build is explained in the Gradle documentation
  • shared project is a simple java project
  • server project is a simple java project and needs a compile dependency to shared
  • client is a webapp project with

steffenschaefer avatar Aug 25 '14 13:08 steffenschaefer