Re: JDK 1.7 build

2012-06-07 Thread Howard Lewis Ship
I'm not proposing that we change the source to use JDK 1.7 features (not yet, anyway). On Thu, Jun 7, 2012 at 2:13 AM, Massimo Lusetti wrote: > On Tue, Jun 5, 2012 at 6:52 PM, Howard Lewis Ship wrote: > >> Interesting that that one test that fails from the command line (the >> one about template

Re: Tapestry 5.1.0.5 to 5.2.6 migration. .html templates

2012-06-07 Thread chog
I've found that the problem seems to be that ComponentTemplateSourceImpl fails to load MyTemplateLocator.class and insteads load DefaultTemplateLocator/PageTemplateLocator which looks for tml pages in the correct directory, where MyTemplateLocator looks for html pages. How do I override this behav

Re: JDK 1.7 build

2012-06-07 Thread Massimo Lusetti
On Tue, Jun 5, 2012 at 6:52 PM, Howard Lewis Ship wrote: > Interesting that that one test that fails from the command line (the > one about template character encoding) works on JDK 1.7. > > There's a couple of warnings, and something's gone kablooie in the JavaDoc. > > My big concern is how well