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

2012-12-21 Thread Apache Jenkins Server
See Changes: [hlship] TAP5-2039: Element.attribute() should treat "class" specially, appending the new value to the old [hlship] Advance version number to alpha-2 -- [...truncated 20252

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

2012-12-21 Thread Apache Jenkins Server
See Changes: [hlship] Move test class to a sub-package so that it is not accidentally run with the tapestry-core tests (inside IDE) [hlship] Fix broken tests (that have the context path with a trailing, not leading, slash) [

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

2012-12-21 Thread Apache Jenkins Server
See Changes: [hlship] TAP5-1807: In development mode, Tapestry should include a tag to identify the active page [hlship] Remove empty test class (all test methods long ago commented out) [hlship] Add qualifying description o

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

2012-12-21 Thread Apache Jenkins Server
See Changes: [hlship] TAP5-1940: Typo in interface LocalizationSetter.setNonPeristentLocaleFromLocaleName() -- [...truncated 20196 lines...] NoDTD: org.apache.

Re: Getting current tapestry 5.4-SNAPSHOT head running in eclipse with git and gradle

2012-12-21 Thread Kalle Korhonen
This is just a guess but try setting -Duser.country=US -Duser.language=en (e.g. http://stackoverflow.com/questions/8809098/how-do-i-set-the-default-locale-for-my-jvm) in your GRADLE_OPTS and see if that makes a difference. Kalle On Fri, Dec 21, 2012 at 1:27 PM, Felix Gonschorek wrote: > hello

Re: Getting current tapestry 5.4-SNAPSHOT head running in eclipse with git and gradle

2012-12-21 Thread Felix Gonschorek
hello again, hopefully someone finds a minute to solve my problem, i try to summarize a little: my tapestry-5 5.4-SNAPSHOT build fails, because my system is a German windows box. approx. 30 tests don't pass, because they assume English form validation error messages and English formatting of dat

Re: Alternate template format?

2012-12-21 Thread Kalle Korhonen
On Fri, Dec 21, 2012 at 9:52 AM, Howard Lewis Ship wrote: > Currently, the WRO4J support is exclusively build time. > My plan is to have a new module provide runtime support for CoffeeScript, > Less, and so forth, using WRO4J. I want that to be optional, as there's > just so many dependencies th

Re: Alternate template format?

2012-12-21 Thread Howard Lewis Ship
If you aren't familiar with Gradle, you can put code in buildSrc and that becomes available to the build scripts for the full project, which is pretty terrific. I factored out some of the CoffeeScript support that way, and may take it further towards being a full plugin. On Fri, Dec 21, 2012 at

Re: Alternate template format?

2012-12-21 Thread Howard Lewis Ship
Currently, the WRO4J support is exclusively build time. My plan is to have a new module provide runtime support for CoffeeScript, Less, and so forth, using WRO4J. I want that to be optional, as there's just so many dependencies that will be dragged in. Less support is important for Bootstrap. SA

Re: Submitting a value from a Form

2012-12-21 Thread nquirynen
The problem here is exactly what the error says: transactionQuote is null at the moment he's trying to set pickupQuoteID. The submit event is a new request so non persisted fields are gone... I'm not sure what you are trying to achieve here, but I think you need to use the context parameter of the