GitHub user wisebaldone opened a pull request:
https://github.com/apache/incubator-wave/pull/10
Feature/gradle
Rework of the build system to use gradle instead of Ant.
see the readme on how to build the project and on how to make dist zip's.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/wisebaldone/incubator-wave feature/Gradle
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-wave/pull/10.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #10
----
commit 7d8609e77cf5b623bc056efa94f27adaaa57e215
Author: Evan Hughes <[email protected]>
Date: 2015-08-22T01:45:35Z
Converts the ant build system into a gradle build system. Gwt has been
updated to 2.8 and a special version
with jetty removed is included in the project as a library for compilation.
Gwt tests currently do not work due to the jetty conflict with the gwt
library.
commit 603eb520ce9f09ba040d048141da2ba1f86273c2
Author: wisebaldone <[email protected]>
Date: 2015-11-24T23:18:32Z
Adding resources for tests and wave project.
commit ae89111fca5df746e6b7c843da48aae1a0b4d617
Author: wisebaldone <[email protected]>
Date: 2015-11-24T23:42:34Z
Merge branch 'master' into feature/Gradle
# Conflicts:
# .classpath
classpath is a eclipse only thing and should not be in the repository.
commit 57b983f8b5b9e07f4f51d39b677d8659933087e8
Author: wisebaldone <[email protected]>
Date: 2015-11-27T08:36:55Z
Changed test dependencies to avoid conflicting jetty versions on classpath
commit 4d2bbc7ed5d3af9005393fd5355faa9b953a8773
Author: wisebaldone <[email protected]>
Date: 2015-12-01T04:57:03Z
added more documentation in readme file.
commit 3fdcef1ecd290b5e9f1d51b60271d9ac215285cf
Author: wisebaldone <[email protected]>
Date: 2015-12-04T05:17:00Z
Added slf4j to the dependencies list.
commit 650d494f56105d7ad6107ba11eda710edcc1c4b4
Author: wisebaldone <[email protected]>
Date: 2015-12-04T11:59:53Z
Sorted the sortmelatter folder, added task to generate a config file to
replace the ant file.
commit 1ffc740cf26c1d0a420140a26844a1af5fa3baf0
Author: wisebaldone <[email protected]>
Date: 2015-12-04T13:05:06Z
changed scripts to load up the proper jar files and added dist tasks to the
gradle build
commit d1c8786ca34168d40bf611f21e11bf082fdfec54
Author: wisebaldone <[email protected]>
Date: 2015-12-04T13:06:45Z
added dist rules to the readme
commit 9458405716d544fc2594798bb76c6d7439baaf93
Author: wisebaldone <[email protected]>
Date: 2015-12-04T13:18:05Z
removed legacy ant build rules
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---