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
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
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 *.
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
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
---
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
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=
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
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
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,
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
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
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
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
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
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
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
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
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
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
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.
>
>
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
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
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
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:
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
26 matches
Mail list logo