Module-auto-loading not working when Manifest.mf line is wrapped

2015-05-12 Thread Daniel Jue
Hi, I recently ran into this "problem" that causes my module to not auto-load, and in fact prevents the Tomcat server from starting my T5 war file. The error starts with Exception loading module(s) from manifest jar:file:/path-to-jar-file-in-web-inf-lib/MANIFEST.MF: Failure loading Tapestry IoC mo

Re: Generate link to Tapestry page from another program

2015-05-12 Thread Thiago H de Paula Figueiredo
On Tue, 12 May 2015 06:11:28 -0300, Poder, Jacob wrote: It would because my own URLEncoder service would be based on the current Tapestry one, and in case the Tapestry one changes (bug, performance, whatever...) I would want to incorporate those changes also. You can check its history an

RE: Generate link to Tapestry page from another program

2015-05-12 Thread Poder, Jacob
It would because my own URLEncoder service would be based on the current Tapestry one, and in case the Tapestry one changes (bug, performance, whatever...) I would want to incorporate those changes also. Context segments would be the segments in the context part of the URL, /a/b/c/. I have a sol