Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidecavestro/smartgwt-test-case
A Gradle-Eclipse skeleton project aiming to speed up the production of SmartGWT reproducible test cases.
https://github.com/davidecavestro/smartgwt-test-case
Last synced: 16 days ago
JSON representation
A Gradle-Eclipse skeleton project aiming to speed up the production of SmartGWT reproducible test cases.
- Host: GitHub
- URL: https://github.com/davidecavestro/smartgwt-test-case
- Owner: davidecavestro
- License: other
- Created: 2012-09-17T08:26:14.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-12T22:07:02.000Z (over 10 years ago)
- Last Synced: 2023-03-23T12:13:47.592Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 215 KB
- Stars: 1
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.asciidoc
- License: LICENSE
Awesome Lists containing this project
README
smartgwt-test-case image:https://buildhive.cloudbees.com/job/davidecavestro/job/smartgwt-test-case/badge/icon["Build Status", link="https://buildhive.cloudbees.com/job/davidecavestro/job/smartgwt-test-case/"]
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------A Gradle-Eclipse skeleton project aiming to speed up the production of SmartGWT reproducible test cases.
It uses Gradle as a build automation tool integrated with the IDE. Hence if you want to use the IDE you need to
install the great Gradle Eclipse tooling integration. You can still use only Gradle using its GUI or from command line.How To
------
There are two alternative ways to use this project: from IDE or from CLI.Eclipse/STS
~~~~~~~~~~~
. Install the Eclipse/http://www.springsource.org/downloads/sts-ggts[STS] Gradle tooling support
. Import this skeleton project from git
. Refresh gradle dependencies
. Edit gwt sources under the +src/main/java+ folder
. Launch the GWT Dev Mode using the _.launch_ script on the project rootGradle
~~~~~~
* invoke +./gradlew --gui+ to obtain the Gradle GUI
* or invoke +./gradlew gwtDevMode+ to directly launch the GWT Dev ModeCredits
-------
Many thanks to:* The http://code.google.com/p/smartgwt/[SmartGWT project]
* The http://gradle.org/[gradle project]
* The https://github.com/SpringSource/eclipse-integration-gradle[Eclipse-Integration-Gradle project]