[
https://issues.apache.org/jira/browse/WICKET-1737?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12614201#action_12614201
]
Timo Rantalaiho commented on WICKET-1737:
-----------------------------------------
Hmm, what a pity. Let's see. With 1.3.4 I get this and mvn clean test failing
[EMAIL PROTECTED]:~/work/sample1737$ mvn clean test | grep 'Attempting to
locate resource' | grep 'sample1737/HomePage'
DEBUG - ResourceStreamLocator - Attempting to locate resource
'com/eds/java/wicket/sample1737/HomePage_en_US.html' on path [folders = [],
webapppaths: []]
DEBUG - ResourceStreamLocator - Attempting to locate resource
'com/eds/java/wicket/sample1737/HomePage_en_US.html' using classloader [EMAIL
PROTECTED]
DEBUG - ResourceStreamLocator - Attempting to locate resource
'com/eds/java/wicket/sample1737/HomePage_en.html' on path [folders = [],
webapppaths: []]
DEBUG - ResourceStreamLocator - Attempting to locate resource
'com/eds/java/wicket/sample1737/HomePage_en.html' using classloader [EMAIL
PROTECTED]
DEBUG - ResourceStreamLocator - Attempting to locate resource
'com/eds/java/wicket/sample1737/HomePage.html' on path [folders = [],
webapppaths: []]
DEBUG - ResourceStreamLocator - Attempting to locate resource
'com/eds/java/wicket/sample1737/HomePage.html' using classloader [EMAIL
PROTECTED]
Then I upgrade to 1.3-SNAPSHOT
[EMAIL PROTECTED]:~/work/sample1737$ perl -pe
's+<wicket.version>1.3.4</wicket.version>+<wicket.version>1.3-SNAPSHOT</wicket.version>+'
-i pom.xml
[EMAIL PROTECTED]:~/work/sample1737$ mvn clean test | grep 'Attempting to
locate resource' | grep 'sample1737/HomePage'
DEBUG - ResourceStreamLocator - Attempting to locate resource
'com/eds/java/wicket/sample1737/HomePage_en_US.html' on path [folders =
[src/html], webapppaths: []]
DEBUG - ResourceStreamLocator - Attempting to locate resource
'com/eds/java/wicket/sample1737/HomePage_en_US.html' using classloader [EMAIL
PROTECTED]
DEBUG - ResourceStreamLocator - Attempting to locate resource
'com/eds/java/wicket/sample1737/HomePage_en.html' on path [folders =
[src/html], webapppaths: []]
DEBUG - ResourceStreamLocator - Attempting to locate resource
'com/eds/java/wicket/sample1737/HomePage_en.html' using classloader [EMAIL
PROTECTED]
and the build passes, too.
I have it working both with Sun Java 1.6.0_10-beta-b25 and 1.5.0_16-b02.
Are you sure you have got a fresh 1.3-SNAPSHOT? Could you try removing wicket
1.3-SNAPSHOT jars from your ~/m2/repository?
I'm also attaching my version of the quickstart with which I'm unable to
produce the problem (sample1737-1.3-SNAPSHOT.zip) .
> wicketTester does not find HTML mark-up if custom location is used.
> -------------------------------------------------------------------
>
> Key: WICKET-1737
> URL: https://issues.apache.org/jira/browse/WICKET-1737
> Project: Wicket
> Issue Type: Bug
> Components: wicket
> Affects Versions: 1.3.4
> Reporter: Karsten Efker
> Assignee: Timo Rantalaiho
> Priority: Minor
> Attachments: sample1737.zip
>
>
> If a custom HTML mark-up location is used as described in the ApacheWicket
> Wiki the wicketTester does not find mark-up to render pages.
> refer to:
> http://cwiki.apache.org/WICKET/control-where-html-files-are-loaded-from.html#ControlwhereHTMLfilesareloadedfrom-InWicket1.3
> Nevertheless running the application with ApacheTomcat 6.0.16 everything
> renders fine.
> Remark:
> wicketTester has been instanciated using custom test application extended
> from the application used, overriding newSession for different purpose.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.