Build failed in Jenkins: tapestry-trunk-freestyle #1620

2017-04-03 Thread Apache Jenkins Server
See Changes: [jochen.kemnade] Revert "increment version number after preview release" -- [...truncated 35.55 KB...] void writeReport(PrintWriter writer,

Build failed in Jenkins: tapestry-trunk-freestyle #1619

2017-04-03 Thread Apache Jenkins Server
See Changes: [jochen.kemnade] increment version number after preview release -- [...truncated 35.79 KB...] void writeReport(PrintWriter writer,

Build failed in Jenkins: tapestry-trunk-freestyle #1618

2017-04-03 Thread Apache Jenkins Server
See Changes: [jochen.kemnade] switch to unshaded closure compiler -- [...truncated 13.65 KB...] void writeReport(PrintWriter writer, ExceptionAnalysis

Re: Getting ready for 5.4.2

2017-04-03 Thread Thiago H. de Paula Figueiredo
On Mon, Apr 3, 2017 at 3:45 AM, Jochen Kemnade wrote: > Hi, Hello! > Am 03.04.2017 um 00:35 schrieb Thiago H. de Paula Figueiredo: > >> I've investigated and I've found that the place I've added the getEventUrl >> function in the Coffee file has caused some weird

Re: Getting ready for 5.4.2

2017-04-03 Thread Jochen Kemnade
Hi, Am 03.04.2017 um 00:35 schrieb Thiago H. de Paula Figueiredo: I've investigated and I've found that the place I've added the getEventUrl function in the Coffee file has caused some weird issues with the way the JavaScript was output. Yes, I'd fixed that already in [1]. I'm really not a

Re: Getting ready for 5.4.2

2017-04-03 Thread Michael Gentry
On Mon, Apr 3, 2017 at 9:01 AM, Thiago H. de Paula Figueiredo < thiag...@gmail.com> wrote: > Hmm, I wouldn't consider changing the whole JS codebase from Coffee to > vanilla JS, ES6 or not, a good use of *my* very scarce time for Tapestry. > Of course, if someone wants to do that, I'd love it. :)

Re: Getting ready for 5.4.2

2017-04-03 Thread Thiago H. de Paula Figueiredo
> > Has there been any discussion of integrating TypeScript into Tapestry as a > native feature/option? That would be high on my feature wish list. > You mean on-the-fly compilation of TypeScript sources to JS? Hmm, that would be hard, as the TypeScript compiler, as far as I know, is only