Repository: tapestry-5
Updated Branches:
  refs/heads/master 81e89ec4d -> 2a49d56a1


add a task to run app1 with Jetty7Runner


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

Branch: refs/heads/master
Commit: 125a67a13737e4e6ec2f3a2a7a1fd61c41306af9
Parents: 81e89ec
Author: Jochen Kemnade <[email protected]>
Authored: Mon Sep 14 14:11:25 2015 +0200
Committer: Jochen Kemnade <[email protected]>
Committed: Mon Sep 14 14:11:25 2015 +0200

----------------------------------------------------------------------
 tapestry-core/build.gradle | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/125a67a1/tapestry-core/build.gradle
----------------------------------------------------------------------
diff --git a/tapestry-core/build.gradle b/tapestry-core/build.gradle
index 96e4f1f..1ade4cd 100644
--- a/tapestry-core/build.gradle
+++ b/tapestry-core/build.gradle
@@ -64,3 +64,9 @@ jar {
         filter(ReplaceTokens, tokens: [version: project.version])
     }
 }
+
+task runTestApp1(type:JavaExec) {
+  main = 'org.apache.tapestry5.test.Jetty7Runner'
+  args "-d", "src/test/app1", "-p", "8080"
+  classpath += project.sourceSets.test.runtimeClasspath
+}
\ No newline at end of file

Reply via email to