Re: Tapestry 5.4-alpha-3

2013-04-19 Thread Howard Lewis Ship
I'd like to see a sample of code and template before deciding if this is a bug, or user error. It is likely a bug, but I haven't had a chance to test it. On Fri, Apr 19, 2013 at 5:02 PM, Charlouze wrote: > New information about my problem: it's working with classpath assets but it > is not wor

Re: Tapestry 5.4-alpha-3

2013-04-19 Thread Charlouze
New information about my problem: it's working with classpath assets but it is not working with context assets. Am I doing something wrong or is this a bug ? 2013/4/17 Charlouze > I'm 100% sure that my app is not in production mode and my file is not > packaged in a JAR file. > > As I said, it

Re: Tapestry 5.4-alpha-3

2013-04-17 Thread Charlouze
I'm 100% sure that my app is not in production mode and my file is not packaged in a JAR file. As I said, it works well when I use the css file without the stack using @import. 2013/4/17 Howard Lewis Ship > It is supposed to clear its cache if there's a change to the file. I've > tested that

Re: Tapestry 5.4-alpha-3

2013-04-17 Thread Howard Lewis Ship
It is supposed to clear its cache if there's a change to the file. I've tested that manually but don't know if there's an automated test for that. There's no chance you are running in production mode, or have the file in question packaged in a JAR file? Live reload is only for files on the file

Re: Tapestry 5.4-alpha-3

2013-04-17 Thread Charlouze
I explore the code of the ExtensibleJavaScriptStack class and it calculates the asset link on first use. Maybe I can disable the checksum in URL ? 2013/4/17 Charlouze > I build my app with eclipse 3.7.2. I use the m2e plugin (1.1.0) and the > m2e-wtp (0.15.3) to configure my eclipse project. I'

Re: Tapestry 5.4-alpha-3

2013-04-17 Thread Charlouze
I build my app with eclipse 3.7.2. I use the m2e plugin (1.1.0) and the m2e-wtp (0.15.3) to configure my eclipse project. I'm running the app using the run jetty run plugin (1.3.3). The selected jetty version is 8.1.2. I just made a small test project (only an index page with nothing but a title a

Re: Tapestry 5.4-alpha-3

2013-04-17 Thread Howard Lewis Ship
When you refresh your page, it *should* be building a new URL to the updated asset. The particulars matter here ... how exactly are you building & running the app? On Wed, Apr 17, 2013 at 9:31 AM, Charlouze wrote: > Hey everyone, > > I have some trouble with the 5.4-alpha-3. When I add some st

Re: Tapestry 5.4-alpha-3

2013-04-17 Thread Charlouze
Hey everyone, I have some trouble with the 5.4-alpha-3. When I add some stuff to my styles.css file, it get another address to access it (that is perfectly normal according to the new asset feature). The problem is that if I don't restart my application my pages tries to load my styles.css file fr

Re: Tapestry 5.4-alpha-3

2013-04-12 Thread François Facon
By the way, tapestry5-portlet is also ready to be used with 5.4. But I am still looking for a way to run integration tests inside Pluto with Gradle. Perhaps the use of Arquillian with Pluto under gradle is the solution. 2013/4/12 Howard Lewis Ship > That's great news! > > > On Fri, Apr 12, 201

Re: Tapestry 5.4-alpha-3

2013-04-12 Thread François Facon
Howard go a step forward in jQuery integration by using coffeescript. So Tapestry-jQuery.js that was provided by Tapestry-jQuery is no more needed. Tapestry-jQuery have to be consider as a lib that ease the use of some jQuery Plugin used by Kawwa. 2013/4/12 George Christman > I'm just curious i

Re: Tapestry 5.4-alpha-3

2013-04-12 Thread Howard Lewis Ship
That's great news! On Fri, Apr 12, 2013 at 12:35 PM, François Facon wrote: > Thanks to Emmanuel, tapestry-jquery is already working fine with 5.4. > > > > 2013/4/12 Howard Lewis Ship > > > We don't control the tapestry-jquery library; I actually haven't looked > at > > it. I suspect it will nee

Re: Tapestry 5.4-alpha-3

2013-04-12 Thread François Facon
Thanks to Emmanuel, tapestry-jquery is already working fine with 5.4. 2013/4/12 Howard Lewis Ship > We don't control the tapestry-jquery library; I actually haven't looked at > it. I suspect it will need to be reworked significantly for 5.4. > > > On Fri, Apr 12, 2013 at 9:40 AM, George Christ

Re: Tapestry 5.4-alpha-3

2013-04-12 Thread Howard Lewis Ship
We don't control the tapestry-jquery library; I actually haven't looked at it. I suspect it will need to be reworked significantly for 5.4. On Fri, Apr 12, 2013 at 9:40 AM, George Christman wrote: > I'm just curious if Tapestry5.4 will just be integrating the > Tapestry-Jquery library? > > On Su

Re: Tapestry 5.4-alpha-3

2013-04-12 Thread George Christman
I'm just curious if Tapestry5.4 will just be integrating the Tapestry-Jquery library? On Sun, Apr 7, 2013 at 10:29 AM, hantsy wrote: > > Created a new thread for it. Thanks > > On 4/7/2013 22:16, Bob Harner wrote: >> Hantsy, you might want to start a separate thread. Your question isn't >> about

Re: Tapestry 5.4-alpha-3

2013-04-07 Thread hantsy
Created a new thread for it. Thanks On 4/7/2013 22:16, Bob Harner wrote: > Hantsy, you might want to start a separate thread. Your question isn't > about 5.4-alpha-3 at all. > > On Sun, Apr 7, 2013 at 9:23 AM, hantsy wrote: > >> I want to know if Tapestry has plan to integrate with Java EE, such

Re: Tapestry 5.4-alpha-3

2013-04-07 Thread Bob Harner
Hantsy, you might want to start a separate thread. Your question isn't about 5.4-alpha-3 at all. On Sun, Apr 7, 2013 at 9:23 AM, hantsy wrote: > I want to know if Tapestry has plan to integrate with Java EE, such as > how to use CDI with Tapestry, I know Tapestry has its DI container, it > can b

Re: Tapestry 5.4-alpha-3

2013-04-07 Thread hantsy
I want to know if Tapestry has plan to integrate with Java EE, such as how to use CDI with Tapestry, I know Tapestry has its DI container, it can be replaced with CDI? I have used Tapestry4 before, and know little about the newest Tapestry 5. Hantsy On 4/7/2013 09:11, Saeed wrote: > Great news!

Re: Tapestry 5.4-alpha-3

2013-04-07 Thread Saeed
Great news! jQuery finally. Well done sire! On Sat, Apr 6, 2013 at 11:45 PM, Howard Lewis Ship wrote: > Hot off the presses! The latest preview release of Tapestry, 5.4-alpha-3, > is now available. > > Point your build tool of choice at the Maven repository: > > https://repository.apache.or