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

Hudson commented on TAP5-1007:
------------------------------

FAILURE: Integrated in tapestry-trunk-freestyle #1131 (See 
[https://builds.apache.org/job/tapestry-trunk-freestyle/1131/])
TAP5-1007: When Tapestry is loading templates or other files on 
case-insensitive OSs (Windows) it should trigger an error if the file name case 
is incorrect (which will result in a runtime failure on case-sensitive OSs, 
such as Linux) (hlship: rev e16e5fb50555545e36960767568ac9520322fc9b)
* 
tapestry-core/src/main/java/org/apache/tapestry5/internal/services/AssetSourceImpl.java
* 
tapestry-core/src/test/java/org/apache/tapestry5/internal/ContextResourceSymbolProviderTest.java
* 
tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/internal/util/AbstractResource.java
* 
tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/internal/util/ClasspathResource.java
* 
tapestry-core/src/test/java/org/apache/tapestry5/internal/services/ContextResourceTest.java
* 
tapestry-core/src/main/java/org/apache/tapestry5/internal/services/ContextResource.java
* tapestry-ioc/src/test/groovy/ioc/specs/ClasspathResourceSpec.groovy
* 
tapestry-core/src/test/java/org/apache/tapestry5/internal/services/AssetSourceImplTest.java

                
> When Tapestry is loading templates or other files on case-insensitive OSs 
> (Windows) it should trigger an error if the file name case is incorrect 
> (which will result in a runtime failure on case-sensitive OSs, such as Linux)
> -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1007
>                 URL: https://issues.apache.org/jira/browse/TAP5-1007
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-core
>    Affects Versions: 5.2
>            Reporter: Howard M. Lewis Ship
>            Assignee: Howard M. Lewis Ship
>             Fix For: 5.4
>
>
> In other words, on Windows you might find file "myComponent.tml" when it 
> should be named "MyComponent.tml" (to match the name of the class, 
> MyComponent).  This is irritating to find in testing or production, and 
> Tapestry should be able to add a check that the case of the file name does 
> not match the expected case.

--
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

Reply via email to