Re: Jetty startup error with 5.3.1-SNAPSHOT in project working before with 5.2.4

2011-06-17 Thread Ben Tomasini
This is the initial issue I encountered which prompted me to do the exclusion and explicit dependency declaration for tapestry5-annotations in the first place: http://tapestry.1045711.n5.nabble.com/Gradle-install-and-missing-tapestry-annotations-dependency-td4500534.html As mentioned previously,

Re: Jetty startup error with 5.3.1-SNAPSHOT in project working before with 5.2.4

2011-06-17 Thread Ben Tomasini
Thanks. The test scope is a copy-and-paste typo. Removing it did the trick. On Fri, Jun 17, 2011 at 9:52 PM, Josh Canfield wrote: > Ah, I see you're excluding tapestry-annotations, and including > tapestry5-annotations, but only for test scope. Drop that and you > should be gold > > On Fri, Jun

Re: Jetty startup error with 5.3.1-SNAPSHOT in project working before with 5.2.4

2011-06-17 Thread Josh Canfield
Ah, I see you're excluding tapestry-annotations, and including tapestry5-annotations, but only for test scope. Drop that and you should be gold On Fri, Jun 17, 2011 at 9:48 PM, Josh Canfield wrote: > From your pom: > >>     >>      org.apache.tapestry >>      tapestry-core >>      ${tapestry-rele

Re: Jetty startup error with 5.3.1-SNAPSHOT in project working before with 5.2.4

2011-06-17 Thread Josh Canfield
>From your pom: >     >      org.apache.tapestry >      tapestry-core >      ${tapestry-release-version} >       >         >                tapestry-annotations >                org.apache.tapestry >         >       >     >     >      org.apache.tapestry >      tapestry5-annotations >      ${tapes

T5: Theming Support

2011-06-17 Thread Angelo C.
Hi, T5.3.0 has Skin and Theming Support, any reference to these two great features? Thanks, Angelo -- View this message in context: http://tapestry.1045711.n5.nabble.com/T5-Theming-Support-tp4500606p4500606.html Sent from the Tapestry - User mailing list archive at Nabble.com.

Jetty startup error with 5.3.1-SNAPSHOT in project working before with 5.2.4

2011-06-17 Thread Ben Tomasini
I am trying to use Tapestry 5.3 (5.3.1-SNAPSHOT) in my Maven project after doing a gradle install of the head of trunk. When starting up Jetty on my app, I get the following exception. This project was working with tapestry 5.2.4. Any help would be appreciated. ** Jetty startup output: [INF

Re: Documentation for 5.3 components

2011-06-17 Thread Ben Tomasini
Results from running ./gradlew javadoc on Ubuntu 10.10, Sun Java 6. Looks like it is missing a dependency to the servlet api. I am not a gradle expert, but can have a look. :plastic:compileJava UP-TO-DATE :plastic:compileGroovy UP-TO-DATE :plastic:processResources UP-TO-DATE :plastic:classes UP-

Re: Documentation for 5.3 components

2011-06-17 Thread Howard Lewis Ship
Yes it will. Or at least, you can be our guinea pig. On Fri, Jun 17, 2011 at 2:14 PM, Ben Tomasini wrote: > So running ./gradlew javadoc from the root of the project will produce > the equivalent component documentation? > > Ben > > On Fri, Jun 17, 2011 at 1:16 PM, Howard Lewis Ship wrote: >> S

Re: Documentation for 5.3 components

2011-06-17 Thread Ben Tomasini
So running ./gradlew javadoc from the root of the project will produce the equivalent component documentation? Ben On Fri, Jun 17, 2011 at 1:16 PM, Howard Lewis Ship wrote: > Still working on that;  the Component Reference is gone, but the > content now lives directly inside the Tapestry JavaDoc

Re: Documentation for 5.3 components

2011-06-17 Thread Howard Lewis Ship
Still working on that; the Component Reference is gone, but the content now lives directly inside the Tapestry JavaDoc (via a custom JavaDoc taglet), which I think is better for everyone! Once the 5.3.0 vote goes through, I'll upload the JavaDocs to http://tapestry.apache.org/5.3/apidocs/. Event

Documentation for 5.3 components

2011-06-17 Thread Ben Tomasini
Where can I find documentation for 5.3? I am namely interested in the Tree and Dynamic components. All I was able to find where the release notes: http://tapestry.apache.org/release-notes-530.html Ben - To unsubscribe, e-mail:

Which tapx version?

2011-06-17 Thread Nicolas Barrera
Hi, Just wanted to ask about tapx... I 'm using Tapestry 5.1.0.5, which tapx version should I use? also I 've found in the mailing list that formos repositories won't be used anymore... but I only found snapshot repository on howardlewisship.com aren't release repositories available for tapx?

Re: RE : Mixin competes with Zone's event handler

2011-06-17 Thread Nicolas Barrera
Hi again! just wanted to round up thanking everyone collaborating with all those invoices, which were very handy :) On Thu, Jun 16, 2011 at 6:43 PM, Kalle Korhonen wrote: > > ...and that nesting and event propagation is the "right" > way of ordering html dom events. > > I finally got it to work

Re: T5.2.4 - Unexpected illegal argument exception: Input string '${context:css' is not valid

2011-06-17 Thread LLTYK
This happens randomly for me. Exact same page/template, suddenly decide to error 1 time out of 100. My guess is it sometimes doesn't process the expansions. -- View this message in context: http://tapestry-users.832.n2.nabble.com/T5-2-4-Unexpected-illegal-argument-exception-Input-string-context-c

Re: T5.2.4 - Unexpected illegal argument exception: Input string '${context:css' is not valid

2011-06-17 Thread Thiago H. de Paula Figueiredo
On Fri, 17 Jun 2011 06:09:51 -0300, Florian Parain wrote: Hi, Hi! java.lang.IllegalArgumentException: Input string '${context:css' is not valid; the '$' character at position 1 should be followed by another '$' or a four digit hex number (a unicode value). Somehow a request to a page

[ANN] JumpStart 5.3.2 released

2011-06-17 Thread Geoff Callender
Hi all, JumpStart 5.3.2 is up and running. It features: * Examples of Web Services. * Improved previews. These features are the result of your feedback. Please keep it coming! It's running and ready to use in the usual place: http://jumpstart.doublenegative.com.au/jump

Re: T5.2.4 - Unexpected illegal argument exception: Input string '${context:css' is not valid

2011-06-17 Thread LLTYK
I see it too. Haven't tracked it down though. I'd think the only clientside indicator of the problem would be a missing image. -- View this message in context: http://tapestry-users.832.n2.nabble.com/T5-2-4-Unexpected-illegal-argument-exception-Input-string-context-css-is-not-valid-tp6486339p6486

Re: Unit testing mixins

2011-06-17 Thread Inge Solvoll
As long as your JS code is clean with low coupling, I think the best solution is to do pure JS testing. I've done a lot of this. Used Jasmine BDD for testing the javascript code. Very nice testing framework that works both in the browser and headless, from Jenkins/Hudson. http://pivotal.github.co

T5.2.4 - Unexpected illegal argument exception: Input string '${context:css' is not valid

2011-06-17 Thread Florian Parain
Hi, Here is an exception caught by my Exception Report Handler. However, I cannot remember seeing the actual exception happened. (And of course, I'm not able to make it happen.) Is there someone able to give me some explanations and solutions to avoid it? java.lang.IllegalArgumentException: