git commit: Correct fumble-fingers edit

2013-07-23 Thread hlship
Updated Branches:
  refs/heads/master 75b45f8fd -> 0dd2d2ae7


Correct fumble-fingers edit


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

Branch: refs/heads/master
Commit: 0dd2d2ae72ec738a4783f7f329226f2dea26b48a
Parents: 75b45f8
Author: Howard M. Lewis Ship 
Authored: Tue Jul 23 14:06:59 2013 -0700
Committer: Howard M. Lewis Ship 
Committed: Tue Jul 23 14:06:59 2013 -0700

--
 build.gradle | 1 -
 1 file changed, 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/0dd2d2ae/build.gradle
--
diff --git a/build.gradle b/build.gradle
index 5b7d9a4..9b71d5a 100755
--- a/build.gradle
+++ b/build.gradle
@@ -456,7 +456,6 @@ if (canDeploy) {
 
 
 artifacts {
-artifacts {
 archives zippedApidoc, zippedSources, zippedBinaries
 }
 



[1/2] git commit: Adjust the link to t5/core/dom (jquery) module

2013-07-23 Thread hlship
Updated Branches:
  refs/heads/master 23ac665a6 -> 75b45f8fd


Adjust the link to t5/core/dom (jquery) module


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

Branch: refs/heads/master
Commit: a30f8a7e762552e83237222582e6aa9d4168f370
Parents: 23ac665
Author: Howard M. Lewis Ship 
Authored: Tue Jul 23 13:27:29 2013 -0700
Committer: Howard M. Lewis Ship 
Committed: Tue Jul 23 13:27:29 2013 -0700

--
 src/docroot-template/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/a30f8a7e/src/docroot-template/index.html
--
diff --git a/src/docroot-template/index.html b/src/docroot-template/index.html
index e6252b1..121e68d 100644
--- a/src/docroot-template/index.html
+++ b/src/docroot-template/index.html
@@ -62,7 +62,7 @@
 
 
 t5/core/events
-t5/core/dom
+t5/core/dom
 
 
 See also:



[2/2] git commit: Rename the API documentation archive to reflect CoffeeScript documentation

2013-07-23 Thread hlship
Rename the API documentation archive to reflect CoffeeScript documentation


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

Branch: refs/heads/master
Commit: 75b45f8fdb4181c796421f052ff64a0edfaa5c30
Parents: a30f8a7
Author: Howard M. Lewis Ship 
Authored: Tue Jul 23 13:29:06 2013 -0700
Committer: Howard M. Lewis Ship 
Committed: Tue Jul 23 13:29:06 2013 -0700

--
 build.gradle | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/75b45f8f/build.gradle
--
diff --git a/build.gradle b/build.gradle
index 6b2c175..5b7d9a4 100755
--- a/build.gradle
+++ b/build.gradle
@@ -387,7 +387,7 @@ task zippedSources(type: Zip) {
 exclude "**/test-output/**"  // Left around by TestNG sometimes
 }
 
-task zippedJavadoc(type: Zip) {
+task zippedApidoc(type: Zip) {
 dependsOn aggregateJavadoc
 description "Zip archive of the project's aggregate JavaDoc and 
CoffeeScript documentation"
 group "Release artifact"
@@ -395,7 +395,7 @@ task zippedJavadoc(type: Zip) {
 destinationDir buildDir
 baseName "apache-tapestry"
 version project.version
-classifier "javadocs"
+classifier "apidocs"
 
 from file("src/docroot-template"), {
 filter ReplaceTokens, tokens: [version: project.version]
@@ -456,7 +456,8 @@ if (canDeploy) {
 
 
 artifacts {
-archives zippedJavadoc, zippedSources, zippedBinaries
+artifacts {
+archives zippedApidoc, zippedSources, zippedBinaries
 }
 
 configurations {



[jira] [Commented] (TAP5-2147) ClasspathAssetAliasManager cuts off first character

2013-07-23 Thread Howard M. Lewis Ship (JIRA)

[ 
https://issues.apache.org/jira/browse/TAP5-2147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13716628#comment-13716628
 ] 

Howard M. Lewis Ship commented on TAP5-2147:


Glad there's an easy workaround.  I wonder if this affects 5.4?

> ClasspathAssetAliasManager cuts off first character
> ---
>
> Key: TAP5-2147
> URL: https://issues.apache.org/jira/browse/TAP5-2147
> Project: Tapestry 5
>  Issue Type: Bug
>  Components: tapestry-core
>Affects Versions: 5.2.4
>Reporter: Wolfgang Winter
>Priority: Minor
>
> I load an image like this:
> Asset bankLogoAsset = assetSource.getAsset(null, "logo_aw.gif", null);
> String url = bankLogoAsset.toClientURL();
> The image is in the root of the classpath. In TapestryFilterModule I added:
>   public static void contributeClasspathAssetAliasManager(
>   MappedConfiguration configuration) {
>   configuration.add("logo2", "");
>   }
> The image is not shown because first character of asset is lost. Source code 
> in browser is:
>  src="/rs-validation/assets/18c832a5f3622f53/logo2/ogo_aw.gif"/>
> If I put the image into a subfolder of the classpath it works with:
>   public static void contributeClasspathAssetAliasManager(
>   MappedConfiguration configuration) {
>   configuration.add("logo3", "images");
>   }
>  src="/rs-validation/assets/89631b504b90292f/logo3/logo_aw.gif"/>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (TAP5-2112) Support autoloading modules from app.war/META-INF/MANIFEST.MF

2013-07-23 Thread Denis Stepanov (JIRA)

[ 
https://issues.apache.org/jira/browse/TAP5-2112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13716623#comment-13716623
 ] 

Denis Stepanov commented on TAP5-2112:
--

Main use-case is to build WARs for different environments just by including a 
new module.

task customWar1(type: War) { 
manifest { 
attributes 'Tapestry-Module-Classes': "x.y.z.CustomModule1" 
} 
}

task customWar2(type: War) { 
manifest { 
attributes 'Tapestry-Module-Classes': "x.y.z.CustomModule2" 
} 
}

> Support autoloading modules from app.war/META-INF/MANIFEST.MF
> -
>
> Key: TAP5-2112
> URL: https://issues.apache.org/jira/browse/TAP5-2112
> Project: Tapestry 5
>  Issue Type: Improvement
>  Components: tapestry-core
>Affects Versions: 5.3.6
>Reporter: Denis Stepanov
>Priority: Minor
> Attachments: 
> 0001-TAP5-2112-Autoload-should-load-MANIFEST.MF-from-the-.patch
>
>
> Correct manifest location for WAR is .war/META-INF/MANIFEST.MF
> Use-case is to support manifest generated by gradle:
> task customWar(type: War) {
> manifest {
> attributes 'Tapestry-Module-Classes': "x.y.z.TapModule"
> }
> }

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (TAP5-2112) Support autoloading modules from app.war/META-INF/MANIFEST.MF

2013-07-23 Thread Howard M. Lewis Ship (JIRA)

[ 
https://issues.apache.org/jira/browse/TAP5-2112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13716615#comment-13716615
 ] 

Howard M. Lewis Ship commented on TAP5-2112:


Work around:  Use the @ImportModule annotation from your application's main 
module.

> Support autoloading modules from app.war/META-INF/MANIFEST.MF
> -
>
> Key: TAP5-2112
> URL: https://issues.apache.org/jira/browse/TAP5-2112
> Project: Tapestry 5
>  Issue Type: Improvement
>  Components: tapestry-core
>Affects Versions: 5.3.6
>Reporter: Denis Stepanov
>Priority: Minor
> Attachments: 
> 0001-TAP5-2112-Autoload-should-load-MANIFEST.MF-from-the-.patch
>
>
> Correct manifest location for WAR is .war/META-INF/MANIFEST.MF
> Use-case is to support manifest generated by gradle:
> task customWar(type: War) {
> manifest {
> attributes 'Tapestry-Module-Classes': "x.y.z.TapModule"
> }
> }

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[1/2] git commit: Roll version number forward to 5.4-alpha-15

2013-07-23 Thread hlship
Updated Branches:
  refs/heads/master 4255ec37f -> 6215227ec


Roll version number forward to 5.4-alpha-15


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

Branch: refs/heads/master
Commit: 341e10d9367b0633dfe57a41ce164bb81469796d
Parents: 4255ec3
Author: Howard M. Lewis Ship 
Authored: Mon Jul 22 17:42:37 2013 -0700
Committer: Howard M. Lewis Ship 
Committed: Mon Jul 22 17:42:37 2013 -0700

--
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/341e10d9/build.gradle
--
diff --git a/build.gradle b/build.gradle
index 4b330a8..6b2c175 100755
--- a/build.gradle
+++ b/build.gradle
@@ -36,7 +36,7 @@ project.version = tapestryVersion()
 def tapestryVersion() {
 
 def major = "5.4"
-def minor = "-alpha-14"
+def minor = "-alpha-15"
 
 // When building on the CI server, make sure -SNAPSHOT is appended, as it 
is a nightly build.
 // When building normally, or for a release, no suffix is desired.



[2/2] git commit: Adjust timing of focus tests to allow for 1/8th second delay

2013-07-23 Thread hlship
Adjust timing of focus tests to allow for 1/8th second delay


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

Branch: refs/heads/master
Commit: 6215227ecbd3dccd5db9748bc7a8458d3671470e
Parents: 341e10d
Author: Howard M. Lewis Ship 
Authored: Tue Jul 23 08:35:20 2013 -0700
Committer: Howard M. Lewis Ship 
Committed: Tue Jul 23 08:35:20 2013 -0700

--
 .../tapestry5/integration/app1/FormFieldFocusTest.groovy   | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/6215227e/tapestry-core/src/test/groovy/org/apache/tapestry5/integration/app1/FormFieldFocusTest.groovy
--
diff --git 
a/tapestry-core/src/test/groovy/org/apache/tapestry5/integration/app1/FormFieldFocusTest.groovy
 
b/tapestry-core/src/test/groovy/org/apache/tapestry5/integration/app1/FormFieldFocusTest.groovy
index 3a103eb..d61df0f 100644
--- 
a/tapestry-core/src/test/groovy/org/apache/tapestry5/integration/app1/FormFieldFocusTest.groovy
+++ 
b/tapestry-core/src/test/groovy/org/apache/tapestry5/integration/app1/FormFieldFocusTest.groovy
@@ -1,4 +1,4 @@
-// Copyright (c) 2011, 2012 The Apache Software Foundation
+// Copyright (c) 2011-2013 The Apache Software Foundation
 //
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.
@@ -31,6 +31,8 @@ class FormFieldFocusTest extends TapestryCoreTestCase
 
 waitForPageInitialized()
 
+sleep 250
+
 assertEquals getEval("window.document.activeElement.value"), "But I 
got the focus!"
 
 }
@@ -42,6 +44,8 @@ class FormFieldFocusTest extends TapestryCoreTestCase
 
 waitForPageInitialized()
 
+sleep 250
+
 assertEquals getEval("window.document.activeElement.value"), "But I 
got the focus!"
 
 }



[jira] [Updated] (TAP5-2112) Support autoloading modules from app.war/META-INF/MANIFEST.MF

2013-07-23 Thread Denis Stepanov (JIRA)

 [ 
https://issues.apache.org/jira/browse/TAP5-2112?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Denis Stepanov updated TAP5-2112:
-

  Priority: Minor  (was: Major)
Issue Type: Improvement  (was: Bug)

> Support autoloading modules from app.war/META-INF/MANIFEST.MF
> -
>
> Key: TAP5-2112
> URL: https://issues.apache.org/jira/browse/TAP5-2112
> Project: Tapestry 5
>  Issue Type: Improvement
>  Components: tapestry-core
>Affects Versions: 5.3.6
>Reporter: Denis Stepanov
>Priority: Minor
> Attachments: 
> 0001-TAP5-2112-Autoload-should-load-MANIFEST.MF-from-the-.patch
>
>
> Correct manifest location for WAR is .war/META-INF/MANIFEST.MF
> Use-case is to support manifest generated by gradle:
> task customWar(type: War) {
> manifest {
> attributes 'Tapestry-Module-Classes': "x.y.z.TapModule"
> }
> }

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (TAP5-2147) ClasspathAssetAliasManager cuts off first character

2013-07-23 Thread Wolfgang Winter (JIRA)
Wolfgang Winter created TAP5-2147:
-

 Summary: ClasspathAssetAliasManager cuts off first character
 Key: TAP5-2147
 URL: https://issues.apache.org/jira/browse/TAP5-2147
 Project: Tapestry 5
  Issue Type: Bug
  Components: tapestry-core
Affects Versions: 5.2.4
Reporter: Wolfgang Winter
Priority: Minor


I load an image like this:

Asset bankLogoAsset = assetSource.getAsset(null, "logo_aw.gif", null);
String url = bankLogoAsset.toClientURL();

The image is in the root of the classpath. In TapestryFilterModule I added:

public static void contributeClasspathAssetAliasManager(
MappedConfiguration configuration) {
configuration.add("logo2", "");
}

The image is not shown because first character of asset is lost. Source code in 
browser is:


If I put the image into a subfolder of the classpath it works with:

public static void contributeClasspathAssetAliasManager(
MappedConfiguration configuration) {
configuration.add("logo3", "images");
}



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Created] (TAP5-2146) ClasspathAssetAliasManager cuts off first character

2013-07-23 Thread Wolfgang Winter (JIRA)
Wolfgang Winter created TAP5-2146:
-

 Summary: ClasspathAssetAliasManager cuts off first character
 Key: TAP5-2146
 URL: https://issues.apache.org/jira/browse/TAP5-2146
 Project: Tapestry 5
  Issue Type: Bug
  Components: tapestry-core
Affects Versions: 5.2.4
Reporter: Wolfgang Winter
Priority: Minor


I load an image like this:

Asset bankLogoAsset = assetSource.getAsset(null, "logo_aw.gif", null);
String url = bankLogoAsset.toClientURL();

The image is in the root of the classpath. In TapestryFilterModule I added:

public static void contributeClasspathAssetAliasManager(
MappedConfiguration configuration) {
configuration.add("logo2", "");
}

The image is not shown because first character of asset is lost. Source code in 
browser is:


If I put the image into a subfolder of the classpath it works with:

public static void contributeClasspathAssetAliasManager(
MappedConfiguration configuration) {
configuration.add("logo3", "images");
}



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira