Repository: tapestry-5 Updated Branches: refs/heads/5.4.x 2fdf86057 -> a0533c268
Build fixes. Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/a0533c26 Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/a0533c26 Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/a0533c26 Branch: refs/heads/5.4.x Commit: a0533c268b9d1dedc6d52c90158723873eecfd8f Parents: 2fdf860 Author: Thiago H. de Paula Figueiredo <[email protected]> Authored: Sat Dec 8 11:48:38 2018 -0200 Committer: Thiago H. de Paula Figueiredo <[email protected]> Committed: Sat Dec 8 11:48:38 2018 -0200 ---------------------------------------------------------------------- build.gradle | 2 +- tapestry-core/src/test/app1/BeanEditorWithFormFragmentDemo.tml | 2 +- .../src/test/groovy/org/apache/tapestry5/LaunchJetty7.groovy | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/a0533c26/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index 88a03b7..8256f24 100755 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ project.ext.versions = [ testng: "6.8.21", easymock: "3.3.1", servletapi: "2.5", - spock: "1.0-groovy-2.5", + spock: "1.0-groovy-2.4", hibernate: "4.3.6.Final", slf4j: "1.7.19", geb: "0.10.0", http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/a0533c26/tapestry-core/src/test/app1/BeanEditorWithFormFragmentDemo.tml ---------------------------------------------------------------------- diff --git a/tapestry-core/src/test/app1/BeanEditorWithFormFragmentDemo.tml b/tapestry-core/src/test/app1/BeanEditorWithFormFragmentDemo.tml index 12ac795..7e68c40 100644 --- a/tapestry-core/src/test/app1/BeanEditorWithFormFragmentDemo.tml +++ b/tapestry-core/src/test/app1/BeanEditorWithFormFragmentDemo.tml @@ -2,7 +2,7 @@ <h1>Bean Editor With Form Fragment Demo</h1> <t:form> - <t:loop source="literal:[1,2]"> + <t:loop source="prop:[1,2]" index="var:index"> <t:beaneditor object="job" include="title,canBeDoneRemotely"> <p:canBeDoneRemotely> http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/a0533c26/tapestry-core/src/test/groovy/org/apache/tapestry5/LaunchJetty7.groovy ---------------------------------------------------------------------- diff --git a/tapestry-core/src/test/groovy/org/apache/tapestry5/LaunchJetty7.groovy b/tapestry-core/src/test/groovy/org/apache/tapestry5/LaunchJetty7.groovy index 32f3266..18b2106 100644 --- a/tapestry-core/src/test/groovy/org/apache/tapestry5/LaunchJetty7.groovy +++ b/tapestry-core/src/test/groovy/org/apache/tapestry5/LaunchJetty7.groovy @@ -1,3 +1,5 @@ +package org.apache.tapestry5; + // Copyright 2011 The Apache Software Foundation // // Licensed under the Apache License, Version 2.0 (the "License");
