Am 03.02.2015 um 01:48 schrieb Howard Lewis Ship:
I have to leave for the day, but I'd like to generate the next beta. Any
insight into what might have changed would be appreciated.

That was probably me:

commit 15a0276584a529a5e4b08e6c90450936d000eec9
Author: Jochen Kemnade <jochen.kemn...@eddyson.de>
Date:   Tue Jan 20 09:41:53 2015 +0100

don't have Jenkins upload the generated artifacts. Currently, this is not adapted to the new SVN based upload process and causes the CI builds to fail.

diff --git a/build.gradle b/build.gradle
index 45dbcc2..6b47623 100755
--- a/build.gradle
+++ b/build.gradle
@@ -398,7 +398,7 @@ dependencies {
 }

 task continuousIntegration {
- dependsOn subprojects.build, aggregateJavadoc, subprojects.uploadPublished
+    dependsOn subprojects.build, aggregateJavadoc
     description "Task executed on Jenkins CI server after SVN commits"
 }

But I don't understand why that would cause missing artifacts. As the generateReleaseTask depends on subprojects.uploadPublished as well, that should not have changed anything.
I'll have a look when I get home from work.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tapestry.apache.org
For additional commands, e-mail: dev-h...@tapestry.apache.org

Reply via email to