Re: T5: Upgrade to 5.0.6-SNAPSHOT

2007-09-28 Thread Marcus
from http://tapestry.formos.com/nightly/tapestry5/tapestry-core/ - Tapestry templates now use the extension .tml (not .html). Page templates in the context are now stored at the root, not under WEB-INF. from http://tapestry.formos.com/nightly/tapestry5/tapestry-core/guide/templates.html

Re: T5: Upgrade to 5.0.6-SNAPSHOT

2007-09-28 Thread Robin Helgelin
On 9/28/07, Marcus <[EMAIL PROTECTED]> wrote: > Hi Borut, > > It works if i rename Start.html to Start.tml and put in webapp folder. > But, it's correct? all my templates have to renamed to *.tml? > Seems like a very strange behavior, at least for me. That is because T5 needs it's markup files to

Re: T5: Upgrade to 5.0.6-SNAPSHOT

2007-09-28 Thread Borut Bolčina
See http://tapestry.formos.com/nightly/tapestry5/tapestry-core/guide/templates.html under Template location. 2007/9/28, Marcus <[EMAIL PROTECTED]>: > > Hi Borut, > > It works if i rename Start.html to Start.tml and put in webapp folder. > But, it's correct? all my templates have to renamed to *.

Re: T5: Upgrade to 5.0.6-SNAPSHOT

2007-09-28 Thread Marcus
Hi Borut, It works if i rename Start.html to Start.tml and put in webapp folder. But, it's correct? all my templates have to renamed to *.tml? Seems like a very strange behavior, at least for me. I think i will wait for oficial release 5.0.6. Thanks. Marcus

Re: T5: Upgrade to 5.0.6-SNAPSHOT

2007-09-28 Thread Robin Helgelin
On 9/28/07, Marcus <[EMAIL PROTECTED]> wrote: > Hi lasitha, > Same error, but I'm using 5.0.6_SNAPSHOT, I'm sure the template is there. > > Nick, > Yes, I rename the file to Start.html. That should be Start.tml from a few days again. -- regards, Robin ---

Re: T5: Upgrade to 5.0.6-SNAPSHOT

2007-09-28 Thread Borut Bolčina
I downloaded the sources, build them and installed artifacts. I did not put anything in jetty/ext (some jars were already there, including log4j 1.2.8). I ran the quickstart archetype, corrected tapestry-release-version and log4j version, renamed Start.html to Start.tml and moved it to webapp direc

Re: T5: Upgrade to 5.0.6-SNAPSHOT

2007-09-28 Thread Marcus
Hi lasitha, Same error, but I'm using 5.0.6_SNAPSHOT, I'm sure the template is there. Nick, Yes, I rename the file to Start.html. Robin, Yes, I tried all 3 possible locations (webapp, webapp/WEB-INF, and /src/main/resources//pages). Borut, Like I said, I'm using mvn ... -DremoteRepositories=

Re: T5: Upgrade to 5.0.6-SNAPSHOT

2007-09-28 Thread Robin Helgelin
On 9/28/07, Borut Bolčina <[EMAIL PROTECTED]> wrote: > What is the 5.0.6-SNAPSHOT repository url? http://tapestryjava.blogspot.com/2007/09/tapestry-5-nightly-builds.html tapestry-snapshot http://tapestry.formos.com/maven-snapshot-repository true

Re: T5: Upgrade to 5.0.6-SNAPSHOT

2007-09-28 Thread Borut Bolčina
What is the 5.0.6-SNAPSHOT repository url? I get ... from the specified remote repositories: tapestry-snapshots ( http://people.apache.org/~hlship/tapestry-snapshot-repository/), central (http://repo1.maven.org/maven2), codehaus.snapshots (http://snapshots.repository.codehaus.org), openqa

Re: T5: Upgrade to 5.0.6-SNAPSHOT

2007-09-28 Thread Robin Helgelin
On 9/28/07, Nick Westgate <[EMAIL PROTECTED]> wrote: > Did you heed Robert's sagely advice, and change *.html to *.tml? I also think that the page tml-files should be in webroot now, not inside WEB-INF as hls made changes so that you never can access a .tml file directly. -- regards,

Re: T5: Upgrade to 5.0.6-SNAPSHOT

2007-09-27 Thread Nick Westgate
Did you heed Robert's sagely advice, and change *.html to *.tml? Cheers, Nick. Marcus wrote: Hi Josh, Thanks for your help. I'm doing this way. mvn archetype:create -DarchetypeGroupId=org.apache.tapestry-DarchetypeArtifactId=quickstart -DarchetypeVersion=5.0.5 -DgroupId=org.exemplo -Dartifac

Re: T5: Upgrade to 5.0.6-SNAPSHOT

2007-09-27 Thread lasitha
Is it possible you're past any quickstart or log4j issues and are now running into this?: https://issues.apache.org/jira/browse/TAPESTRY-1345 Cheers, lasitha. On 9/28/07, Marcus <[EMAIL PROTECTED]> wrote: > Hi Josh, > > Thanks for your help. I'm doing this way. > > mvn archetype:create > -Darchety

Re: T5: Upgrade to 5.0.6-SNAPSHOT

2007-09-27 Thread Marcus
Hi Josh, Thanks for your help. I'm doing this way. mvn archetype:create -DarchetypeGroupId=org.apache.tapestry-DarchetypeArtifactId=quickstart -DarchetypeVersion=5.0.5 -DgroupId=org.exemplo -DartifactId=t506test -DpackageName=org.exemplo.t506test mvn jetty:run (It works fine) AppModule: ... i

Re: T5: Upgrade to 5.0.6-SNAPSHOT

2007-09-27 Thread Josh Canfield
I believe that is caused by having an old version of log4j in your container. In jetty look in the ext folder. You can drop in the newer version. On 9/27/07, Marcus <[EMAIL PROTECTED]> wrote: > > Hi Davor, > > I tried. > > in AppModule: > ... > import org.slf4j.Logger; > ... > public RequestFilter

Re: T5: Upgrade to 5.0.6-SNAPSHOT

2007-09-27 Thread Marcus
Hi Davor, I tried. in AppModule: ... import org.slf4j.Logger; ... public RequestFilter buildTimingFilter(final Logger log) pom.xml: ... log4j 1.2.14 ... 5.0.6-SNAPSHOT but... :( HTTP ERROR: 500 org.apache.log4j.Logger.isTraceEnabled()Z Marcus

Re: T5: Upgrade to 5.0.6-SNAPSHOT

2007-09-27 Thread Robert Zeigler
Based on the changes that HLS recently made, the quickstart is going to need to change, b/c the extension just changed from .html to .tml. Robert On Sep 27, 2007, at 9/274:05 PM , Davor Hrg wrote: I think that quickstart hasn't changed since 5.0.5 maybe 5.0.5 is good enough for now ? after

Re: T5: Upgrade to 5.0.6-SNAPSHOT

2007-09-27 Thread Davor Hrg
I think that quickstart hasn't changed since 5.0.5 maybe 5.0.5 is good enough for now ? after that you can change pom.xml to use 5.0.6-SNAPSHOT easily Davor Hrg On 9/27/07, Marcus <[EMAIL PROTECTED]> wrote: > > Hi, > > I'm trying to create a new application using 5.0.6-SNAPSHOT. > > mvn archety

Re: T5: Upgrade to 5.0.6-SNAPSHOT

2007-09-27 Thread Marcus
Hi, I'm trying to create a new application using 5.0.6-SNAPSHOT. mvn archetype:create -DarchetypeGroupId=org.apache.tapestry-DarchetypeArtifactId=quickstart -DarchetypeVersion= 5.0.6-SNAPSHOT -DgroupId=org.exemplo -DartifactId=t506test -DpackageName= org.exemplo.t506test -DremoteRepositories= htt

Re: T5: Upgrade to 5.0.6-SNAPSHOT

2007-09-26 Thread SergeEby
It's now working fine with the latest jar files built from svn! Thanks, /Serge Howard Lewis Ship wrote: > > And 2.2 worked fine. > > On 9/25/07, Howard Lewis Ship <[EMAIL PROTECTED]> wrote: >> I'll try downgrading to 2.2. >> >> >> On 9/25/07, Kalle Korhonen <[EMAIL PROTECTED]> wrote: >> > Th

Re: T5: Upgrade to 5.0.6-SNAPSHOT

2007-09-25 Thread Howard Lewis Ship
And 2.2 worked fine. On 9/25/07, Howard Lewis Ship <[EMAIL PROTECTED]> wrote: > I'll try downgrading to 2.2. > > > On 9/25/07, Kalle Korhonen <[EMAIL PROTECTED]> wrote: > > There's a link to your earlier opened issue now. What's the version > javadoc > > plugin you are using? It seemed like it wor

Re: T5: Upgrade to 5.0.6-SNAPSHOT

2007-09-25 Thread Howard Lewis Ship
I'll try downgrading to 2.2. On 9/25/07, Kalle Korhonen <[EMAIL PROTECTED]> wrote: > > There's a link to your earlier opened issue now. What's the version > javadoc > plugin you are using? It seemed like it works in 2.2, maybe the latest > snapshot or you may need to build the latest yourself. > >

Re: T5: Upgrade to 5.0.6-SNAPSHOT

2007-09-25 Thread Kalle Korhonen
There's a link to your earlier opened issue now. What's the version javadoc plugin you are using? It seemed like it works in 2.2, maybe the latest snapshot or you may need to build the latest yourself. Kalle On 9/25/07, Howard Lewis Ship <[EMAIL PROTECTED]> wrote: > > http://jira.codehaus.org/bro

Re: T5: Upgrade to 5.0.6-SNAPSHOT

2007-09-25 Thread Howard Lewis Ship
http://jira.codehaus.org/browse/MJAVADOC-150 I thought I had added it previously, but couldn't find it. So I just (re-)added it. On 9/25/07, Kalle Korhonen <[EMAIL PROTECTED]> wrote: > > What's the Maven bug you are trying to work around? Maybe we could help. > > Kalle > > On 9/25/07, Howard Lew

Re: T5: Upgrade to 5.0.6-SNAPSHOT

2007-09-25 Thread Kalle Korhonen
What's the Maven bug you are trying to work around? Maybe we could help. Kalle On 9/25/07, Howard Lewis Ship <[EMAIL PROTECTED]> wrote: > > I'm not sure how upto date the snapshots are. > > That's likely caused by using too old a version of Log4J in your project. > You want to ensure that you are

Re: T5: Upgrade to 5.0.6-SNAPSHOT

2007-09-25 Thread Howard Lewis Ship
I'm not sure how upto date the snapshots are. That's likely caused by using too old a version of Log4J in your project. You want to ensure that you are using 1.2.14. I'm trying to work around a Maven bug so that I can set up nightly builds for T5. On 9/25/07, SergeEby <[EMAIL PROTECTED]> wrote:

T5: Upgrade to 5.0.6-SNAPSHOT

2007-09-25 Thread SergeEby
Hi, I tried to update my application from 5.0.5 to 5.0.6-SNAPSHOT. The main change was the use of slf4j. However, I am getting the following error when starting the application via maven: java.lang.AbstractMethodError at org.apache.tapestry.ioc.internal.RegistryImpl.(RegistryImpl.java:1