You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by jk...@apache.org on 2015/07/22 11:51:47 UTC

[1/2] tapestry-5 git commit: Revert "trying to find out what's wrong with the CI builds"

Repository: tapestry-5
Updated Branches:
  refs/heads/master 5f9303d85 -> 001e03445


Revert "trying to find out what's wrong with the CI builds"

This reverts commit 5f9303d8560ba7258d85cae07dd37ed70bb8d329.


Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/9b878d80
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/9b878d80
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/9b878d80

Branch: refs/heads/master
Commit: 9b878d80846832451cd1265a0fae2477e573fdab
Parents: 5f9303d
Author: Jochen Kemnade <jo...@eddyson.de>
Authored: Wed Jul 22 11:48:39 2015 +0200
Committer: Jochen Kemnade <jo...@eddyson.de>
Committed: Wed Jul 22 11:48:39 2015 +0200

----------------------------------------------------------------------
 tapestry-beanvalidator/build.gradle | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/9b878d80/tapestry-beanvalidator/build.gradle
----------------------------------------------------------------------
diff --git a/tapestry-beanvalidator/build.gradle b/tapestry-beanvalidator/build.gradle
index 7a02a3c..c6fec58 100644
--- a/tapestry-beanvalidator/build.gradle
+++ b/tapestry-beanvalidator/build.gradle
@@ -23,6 +23,4 @@ sourceSets {
     }
 }
 
-test.enabled=false
-
 jar.manifest.attributes 'Tapestry-Module-Classes': 'org.apache.tapestry5.beanvalidator.modules.BeanValidatorModule'


[2/2] tapestry-5 git commit: hack Gradle wrapper script to run with INFO logging enabled

Posted by jk...@apache.org.
hack Gradle wrapper script to run with INFO logging enabled


Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/001e0344
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/001e0344
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/001e0344

Branch: refs/heads/master
Commit: 001e03445b08aac19469f2feecceff234dbd2675
Parents: 9b878d8
Author: Jochen Kemnade <jo...@eddyson.de>
Authored: Wed Jul 22 11:51:08 2015 +0200
Committer: Jochen Kemnade <jo...@eddyson.de>
Committed: Wed Jul 22 11:51:08 2015 +0200

----------------------------------------------------------------------
 gradlew | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/001e0344/gradlew
----------------------------------------------------------------------
diff --git a/gradlew b/gradlew
index 91a7e26..93ac847 100755
--- a/gradlew
+++ b/gradlew
@@ -161,4 +161,4 @@ function splitJvmOpts() {
 eval splitJvmOpts $DEFAULT_JVM_OPTS $JAVA_OPTS $GRADLE_OPTS
 JVM_OPTS[${#JVM_OPTS[*]}]="-Dorg.gradle.appname=$APP_BASE_NAME"
 
-exec "$JAVACMD" "${JVM_OPTS[@]}" -classpath "$CLASSPATH" org.gradle.wrapper.GradleWrapperMain "$@"
+exec "$JAVACMD" "${JVM_OPTS[@]}" -classpath "$CLASSPATH" org.gradle.wrapper.GradleWrapperMain -i "$@"


[2/2] tapestry-5 git commit: hack Gradle wrapper script to run with INFO logging enabled

Posted by jk...@apache.org.
hack Gradle wrapper script to run with INFO logging enabled


Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/001e0344
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/001e0344
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/001e0344

Branch: refs/heads/master
Commit: 001e03445b08aac19469f2feecceff234dbd2675
Parents: 9b878d8
Author: Jochen Kemnade <jo...@eddyson.de>
Authored: Wed Jul 22 11:51:08 2015 +0200
Committer: Jochen Kemnade <jo...@eddyson.de>
Committed: Wed Jul 22 11:51:08 2015 +0200

----------------------------------------------------------------------
 gradlew | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/001e0344/gradlew
----------------------------------------------------------------------
diff --git a/gradlew b/gradlew
index 91a7e26..93ac847 100755
--- a/gradlew
+++ b/gradlew
@@ -161,4 +161,4 @@ function splitJvmOpts() {
 eval splitJvmOpts $DEFAULT_JVM_OPTS $JAVA_OPTS $GRADLE_OPTS
 JVM_OPTS[${#JVM_OPTS[*]}]="-Dorg.gradle.appname=$APP_BASE_NAME"
 
-exec "$JAVACMD" "${JVM_OPTS[@]}" -classpath "$CLASSPATH" org.gradle.wrapper.GradleWrapperMain "$@"
+exec "$JAVACMD" "${JVM_OPTS[@]}" -classpath "$CLASSPATH" org.gradle.wrapper.GradleWrapperMain -i "$@"