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

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 directory.
Started jetty and it worked.

2007/9/28, Marcus [EMAIL PROTECTED]:

 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=
 http://tapestry.formos.com/maven-snapshot-repository to create a new
 project.


 but still not working  :)

 thanks.

 Marcus



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 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 (http://maven.openqa.org/)

Cheers,
Borut

2007/9/27, Davor Hrg [EMAIL PROTECTED]:

 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 archetype:create
  -DarchetypeGroupId=org.apache.tapestry-DarchetypeArtifactId=quickstart
  -DarchetypeVersion=
  5.0.6-SNAPSHOT -DgroupId=org.exemplo -DartifactId=t506test
 -DpackageName=
  org.exemplo.t506test -DremoteRepositories=
  http://tapestry.formos.com/maven-snapshot-repository
 
  but...
 
  [ERROR] ResourceManager : unable to find resource
  'archetype-resources/src/main/webapp/WEB-INF/Start.html' in any resource
  loader.
 
  thanks
 
  Marcus
 



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,
Robin

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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=
http://tapestry.formos.com/maven-snapshot-repository to create a new
project.


but still not working  :)

thanks.

Marcus


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

  repositories
repository
  idtapestry-snapshot/id
  urlhttp://tapestry.formos.com/maven-snapshot-repository/url
  snapshots
enabledtrue/enabled
  /snapshots
/repository
  /repositories

-- 
regards,
Robin


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 *.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 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 be strict xml, as
opposite from the output which can be SGML (HTML4) or XML (XHTML), or
...

-- 
regards,
Robin

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

   - Component templates are stored with the component class file. The
   files have a .tml extension (i.e., *T*apestry *M*arkup *L*anguage),
   and are stored in the same package as corresponding component class (
   src/main/resources/.../components/).
   - For *pages* (not *components*), a second location will be searched:
   in the web application context. The location is based on the logical name of
   the page, in the previous example, the template would be MyPage.tml in
   the root folder of the web application. A template on the classpath (
   src/main/resources/.../pages/) takes precedence over a file in the web
   application context.

Thank you Borut.

Marcus


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=
http://tapestry.formos.com/maven-snapshot-repository

but...

[ERROR] ResourceManager : unable to find resource
'archetype-resources/src/main/webapp/WEB-INF/Start.html' in any resource
loader.

thanks

Marcus


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 archetype:create
 -DarchetypeGroupId=org.apache.tapestry-DarchetypeArtifactId=quickstart
 -DarchetypeVersion=
 5.0.6-SNAPSHOT -DgroupId=org.exemplo -DartifactId=t506test -DpackageName=
 org.exemplo.t506test -DremoteRepositories=
 http://tapestry.formos.com/maven-snapshot-repository

 but...

 [ERROR] ResourceManager : unable to find resource
 'archetype-resources/src/main/webapp/WEB-INF/Start.html' in any resource
 loader.

 thanks

 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 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 archetype:create
-DarchetypeGroupId=org.apache.tapestry- 
DarchetypeArtifactId=quickstart

-DarchetypeVersion=
5.0.6-SNAPSHOT -DgroupId=org.exemplo -DartifactId=t506test - 
DpackageName=

org.exemplo.t506test -DremoteRepositories=
http://tapestry.formos.com/maven-snapshot-repository

but...

[ERROR] ResourceManager : unable to find resource
'archetype-resources/src/main/webapp/WEB-INF/Start.html' in any  
resource

loader.

thanks

Marcus




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 buildTimingFilter(final Logger log)

 pom.xml:
 ...
  artifactIdlog4j/artifactId
  version1.2.14/version
 ...
 tapestry-release-version5.0.6-SNAPSHOT/tapestry-release-version


 but...  :(

 HTTP ERROR: 500
 org.apache.log4j.Logger.isTraceEnabled()Z


 Marcus




-- 
--
TheDailyTube.com. Sign up and get the best new videos on the internet
delivered fresh to your inbox.


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:
... import org.slf4j.Logger; ...
... public RequestFilter buildTimingFilter(final Logger log) ...

pom.xml:
... artifactIdlog4j/artifactId
version1.2.14/version ...
... tapestry-release-version5.0.6-SNAPSHOT/tapestry-release-version ...

put  log4j-1.2.14.jar  in JETTY/ext
drop  JETTY/ext/log4j-1.2.8.jar
mvn clean
mvn jetty:run
http://localhost:8080/t506test

An unexpected application exception has occurred.

java.lang.IllegalStateException
No root element has been defined.

Stack trace
  o org.apache.tapestry.dom.Document.toMarkup(Document.java:89)
  o
org.apache.tapestry.internal.services.MarkupWriterImpl.toMarkup(
MarkupWriterImpl.java:51)
  o
org.apache.tapestry.internal.services.PageResponseRendererImpl.renderPageResponse
(PageResponseRendererImpl.java:75)
  o
org.apache.tapestry.internal.services.PageRenderRequestHandlerImpl.handle(
PageRenderRequestHandlerImpl.java:81)
  o
org.apache.tapestry.internal.services.RootPathDispatcher.dispatch(
RootPathDispatcher.java:56)
  o org.apache.tapestry.services.TapestryModule$13.service(
TapestryModule.java:1099)
  o
org.apache.tapestry.internal.services.LocalizationFilter.service(
LocalizationFilter.java:43)
  o org.apache.tapestry.services.TapestryModule$2.service(
TapestryModule.java:679)
  o
org.apache.tapestry.internal.services.StaticFilesFilter.service(
StaticFilesFilter.java:84)
  o
org.apache.tapestry.internal.services.CheckForUpdatesFilter$2.invoke(
CheckForUpdatesFilter.java:97)
  o
org.apache.tapestry.internal.services.CheckForUpdatesFilter$2.invoke(
CheckForUpdatesFilter.java:88)
  o
org.apache.tapestry.ioc.internal.util.ConcurrentBarrier.withRead(
ConcurrentBarrier.java:77)
  o
org.apache.tapestry.internal.services.CheckForUpdatesFilter.service(
CheckForUpdatesFilter.java:110)
  o org.apache.tapestry.services.TapestryModule$12.service(
TapestryModule.java:1077)
  o org.apache.tapestry.TapestryFilter.doFilter(
TapestryFilter.java:136)
  o
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(
ServletHandler.java:1040)
  o org.mortbay.jetty.servlet.ServletHandler.handle(
ServletHandler.java:352)
  o org.mortbay.jetty.servlet.SessionHandler.handle(
SessionHandler.java:230)
  o org.mortbay.jetty.handler.ContextHandler.handle(
ContextHandler.java:627)
  o org.mortbay.jetty.handler.ContextHandlerCollection.handle(
ContextHandlerCollection.java:149)
  o org.mortbay.jetty.handler.HandlerCollection.handle(
HandlerCollection.java:123)
  o org.mortbay.jetty.handler.HandlerWrapper.handle(
HandlerWrapper.java:141)
  o org.mortbay.jetty.Server.handle(Server.java:286)
  o org.mortbay.jetty.HttpConnection.handleRequest(
HttpConnection.java:444)
  o
org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(
HttpConnection.java:701)
  o org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:500)
  o org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java
:203)
  o org.mortbay.jetty.HttpConnection.handle(HttpConnection.java
:340)
  o org.mortbay.jetty.nio.HttpChannelEndPoint.run(
HttpChannelEndPoint.java:270)
  o org.mortbay.thread.BoundedThreadPool$PoolThread.run(
BoundedThreadPool.java:475)

:(

Marcus


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
 -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:
 ... import org.slf4j.Logger; ...
 ... public RequestFilter buildTimingFilter(final Logger log) ...

 pom.xml:
 ... artifactIdlog4j/artifactId
 version1.2.14/version ...
 ... tapestry-release-version5.0.6-SNAPSHOT/tapestry-release-version ...

 put  log4j-1.2.14.jar  in JETTY/ext
 drop  JETTY/ext/log4j-1.2.8.jar
 mvn clean
 mvn jetty:run
 http://localhost:8080/t506test

 An unexpected application exception has occurred.

 java.lang.IllegalStateException
 No root element has been defined.

 Stack trace
   o org.apache.tapestry.dom.Document.toMarkup(Document.java:89)
   o
 org.apache.tapestry.internal.services.MarkupWriterImpl.toMarkup(
 MarkupWriterImpl.java:51)
   o
 org.apache.tapestry.internal.services.PageResponseRendererImpl.renderPageResponse
 (PageResponseRendererImpl.java:75)
   o
 org.apache.tapestry.internal.services.PageRenderRequestHandlerImpl.handle(
 PageRenderRequestHandlerImpl.java:81)
   o
 org.apache.tapestry.internal.services.RootPathDispatcher.dispatch(
 RootPathDispatcher.java:56)
   o org.apache.tapestry.services.TapestryModule$13.service(
 TapestryModule.java:1099)
   o
 org.apache.tapestry.internal.services.LocalizationFilter.service(
 LocalizationFilter.java:43)
   o org.apache.tapestry.services.TapestryModule$2.service(
 TapestryModule.java:679)
   o
 org.apache.tapestry.internal.services.StaticFilesFilter.service(
 StaticFilesFilter.java:84)
   o
 org.apache.tapestry.internal.services.CheckForUpdatesFilter$2.invoke(
 CheckForUpdatesFilter.java:97)
   o
 org.apache.tapestry.internal.services.CheckForUpdatesFilter$2.invoke(
 CheckForUpdatesFilter.java:88)
   o
 org.apache.tapestry.ioc.internal.util.ConcurrentBarrier.withRead(
 ConcurrentBarrier.java:77)
   o
 org.apache.tapestry.internal.services.CheckForUpdatesFilter.service(
 CheckForUpdatesFilter.java:110)
   o org.apache.tapestry.services.TapestryModule$12.service(
 TapestryModule.java:1077)
   o org.apache.tapestry.TapestryFilter.doFilter(
 TapestryFilter.java:136)
   o
 org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(
 ServletHandler.java:1040)
   o org.mortbay.jetty.servlet.ServletHandler.handle(
 ServletHandler.java:352)
   o org.mortbay.jetty.servlet.SessionHandler.handle(
 SessionHandler.java:230)
   o org.mortbay.jetty.handler.ContextHandler.handle(
 ContextHandler.java:627)
   o org.mortbay.jetty.handler.ContextHandlerCollection.handle(
 ContextHandlerCollection.java:149)
   o org.mortbay.jetty.handler.HandlerCollection.handle(
 HandlerCollection.java:123)
   o org.mortbay.jetty.handler.HandlerWrapper.handle(
 HandlerWrapper.java:141)
   o org.mortbay.jetty.Server.handle(Server.java:286)
   o org.mortbay.jetty.HttpConnection.handleRequest(
 HttpConnection.java:444)
   o
 org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(
 HttpConnection.java:701)
   o org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:500)
   o org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java
 :203)
   o org.mortbay.jetty.HttpConnection.handle(HttpConnection.java
 :340)
   o org.mortbay.jetty.nio.HttpChannelEndPoint.run(
 HttpChannelEndPoint.java:270)
   o org.mortbay.thread.BoundedThreadPool$PoolThread.run(
 BoundedThreadPool.java:475)

 :(

 Marcus


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 -DartifactId=t506test
-DpackageName=org.exemplo.t506test

mvn jetty:run   (It works fine)

AppModule:
... import org.slf4j.Logger; ...
... public RequestFilter buildTimingFilter(final Logger log) ...

pom.xml:
... artifactIdlog4j/artifactId
version1.2.14/version ...
... tapestry-release-version5.0.6-SNAPSHOT/tapestry-release-version ...

put  log4j-1.2.14.jar  in JETTY/ext
drop  JETTY/ext/log4j-1.2.8.jar
mvn clean
mvn jetty:run
http://localhost:8080/t506test

An unexpected application exception has occurred.

java.lang.IllegalStateException
No root element has been defined.

Stack trace
  o org.apache.tapestry.dom.Document.toMarkup(Document.java:89)
  o
org.apache.tapestry.internal.services.MarkupWriterImpl.toMarkup(
MarkupWriterImpl.java:51)
  o
org.apache.tapestry.internal.services.PageResponseRendererImpl.renderPageResponse
(PageResponseRendererImpl.java:75)
  o
org.apache.tapestry.internal.services.PageRenderRequestHandlerImpl.handle(
PageRenderRequestHandlerImpl.java:81)
  o
org.apache.tapestry.internal.services.RootPathDispatcher.dispatch(
RootPathDispatcher.java:56)
  o org.apache.tapestry.services.TapestryModule$13.service(
TapestryModule.java:1099)
  o
org.apache.tapestry.internal.services.LocalizationFilter.service(
LocalizationFilter.java:43)
  o org.apache.tapestry.services.TapestryModule$2.service(
TapestryModule.java:679)
  o
org.apache.tapestry.internal.services.StaticFilesFilter.service(
StaticFilesFilter.java:84)
  o
org.apache.tapestry.internal.services.CheckForUpdatesFilter$2.invoke(
CheckForUpdatesFilter.java:97)
  o
org.apache.tapestry.internal.services.CheckForUpdatesFilter$2.invoke(
CheckForUpdatesFilter.java:88)
  o
org.apache.tapestry.ioc.internal.util.ConcurrentBarrier.withRead(
ConcurrentBarrier.java:77)
  o
org.apache.tapestry.internal.services.CheckForUpdatesFilter.service(
CheckForUpdatesFilter.java:110)
  o org.apache.tapestry.services.TapestryModule$12.service(
TapestryModule.java:1077)
  o org.apache.tapestry.TapestryFilter.doFilter(
TapestryFilter.java:136)
  o
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(
ServletHandler.java:1040)
  o org.mortbay.jetty.servlet.ServletHandler.handle(
ServletHandler.java:352)
  o org.mortbay.jetty.servlet.SessionHandler.handle(
SessionHandler.java:230)
  o org.mortbay.jetty.handler.ContextHandler.handle(
ContextHandler.java:627)
  o org.mortbay.jetty.handler.ContextHandlerCollection.handle(
ContextHandlerCollection.java:149)
  o org.mortbay.jetty.handler.HandlerCollection.handle(
HandlerCollection.java:123)
  o org.mortbay.jetty.handler.HandlerWrapper.handle(
HandlerWrapper.java:141)
  o org.mortbay.jetty.Server.handle(Server.java:286)
  o org.mortbay.jetty.HttpConnection.handleRequest(
HttpConnection.java:444)
  o
org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(
HttpConnection.java:701)
  o org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:500)
  o org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java
:203)
  o org.mortbay.jetty.HttpConnection.handle(HttpConnection.java
:340)
  o org.mortbay.jetty.nio.HttpChannelEndPoint.run(
HttpChannelEndPoint.java:270)
  o org.mortbay.thread.BoundedThreadPool$PoolThread.run(
BoundedThreadPool.java:475)

:(

Marcus



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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:
  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/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 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 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
 .init(
   RegistryImpl.java
  :135)
  at
 
 org.apache.tapestry.ioc.RegistryBuilder.build(RegistryBuilder.java
:132)
  at
 
 org.apache.tapestry.internal.TapestryAppInitializer.getRegistry(
  TapestryAppInitializer.java:152)
  at
 org.apache.tapestry.TapestryFilter.init(
   TapestryFilter.java
 :77)
  at
 
 org.mortbay.jetty.servlet.FilterHolder.doStart(FilterHolder.java:99)
  at
 
 org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java
:40)
  .
 
  It works fine when I revert back to 5.0.5.
  Does anybody know what's causing this?
 
  Thx
 
  /Serge
  --
  View this message in context:
 

   
  
 http://www.nabble.com/T5%3A-Upgrade-to-5.0.6-SNAPSHOT-tf4515211.html#a12878469
  Sent from the Tapestry - User mailing list archive at
 Nabble.com.
 
 
 
  
 -
  To unsubscribe, e-mail:
 [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 


 --
 Howard M. Lewis Ship
 Partner and Senior Architect at Feature50

 Creator Apache Tapestry and Apache HiveMind

   
  
  
  
   --
   Howard M. Lewis Ship
   Partner and Senior Architect at Feature50
  
   Creator Apache Tapestry and Apache HiveMind
  
 



 --

 Howard M. Lewis Ship
 Partner and Senior Architect at Feature50

 Creator Apache Tapestry and Apache HiveMind
 
 
 -- 
 Howard M. Lewis Ship
 Partner and Senior Architect at Feature50
 
 Creator Apache Tapestry and Apache HiveMind
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 

-- 
View this message in context: 
http://www.nabble.com/T5%3A-Upgrade-to-5.0.6-SNAPSHOT-tf4515211.html#a12898540
Sent from the Tapestry - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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:


 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.init(RegistryImpl.java
 :135)
 at
 org.apache.tapestry.ioc.RegistryBuilder.build(RegistryBuilder.java:132)
 at
 org.apache.tapestry.internal.TapestryAppInitializer.getRegistry(
 TapestryAppInitializer.java:152)
 at org.apache.tapestry.TapestryFilter.init(TapestryFilter.java:77)
 at
 org.mortbay.jetty.servlet.FilterHolder.doStart(FilterHolder.java:99)
 at
 org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40)
 .

 It works fine when I revert back to 5.0.5.
 Does anybody know what's causing this?

 Thx

 /Serge
 --
 View this message in context:
 http://www.nabble.com/T5%3A-Upgrade-to-5.0.6-SNAPSHOT-tf4515211.html#a12878469
 Sent from the Tapestry - User mailing list archive at Nabble.com.


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




-- 
Howard M. Lewis Ship
Partner and Senior Architect at Feature50

Creator Apache Tapestry and Apache HiveMind


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 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.init(RegistryImpl.java
  :135)
  at
  org.apache.tapestry.ioc.RegistryBuilder.build(RegistryBuilder.java:132)
  at
  org.apache.tapestry.internal.TapestryAppInitializer.getRegistry(
  TapestryAppInitializer.java:152)
  at org.apache.tapestry.TapestryFilter.init(TapestryFilter.java
 :77)
  at
  org.mortbay.jetty.servlet.FilterHolder.doStart(FilterHolder.java:99)
  at
  org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:40)
  .
 
  It works fine when I revert back to 5.0.5.
  Does anybody know what's causing this?
 
  Thx
 
  /Serge
  --
  View this message in context:
 
 http://www.nabble.com/T5%3A-Upgrade-to-5.0.6-SNAPSHOT-tf4515211.html#a12878469
  Sent from the Tapestry - User mailing list archive at Nabble.com.
 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 


 --
 Howard M. Lewis Ship
 Partner and Senior Architect at Feature50

 Creator Apache Tapestry and Apache HiveMind



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 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 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.init(RegistryImpl.java
   :135)
   at
   org.apache.tapestry.ioc.RegistryBuilder.build(RegistryBuilder.java
 :132)
   at
   org.apache.tapestry.internal.TapestryAppInitializer.getRegistry(
   TapestryAppInitializer.java:152)
   at org.apache.tapestry.TapestryFilter.init(TapestryFilter.java
  :77)
   at
   org.mortbay.jetty.servlet.FilterHolder.doStart(FilterHolder.java:99)
   at
   org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java
 :40)
   .
  
   It works fine when I revert back to 5.0.5.
   Does anybody know what's causing this?
  
   Thx
  
   /Serge
   --
   View this message in context:
  
 
 http://www.nabble.com/T5%3A-Upgrade-to-5.0.6-SNAPSHOT-tf4515211.html#a12878469
   Sent from the Tapestry - User mailing list archive at Nabble.com.
  
  
   -
   To unsubscribe, e-mail: [EMAIL PROTECTED]
   For additional commands, e-mail: [EMAIL PROTECTED]
  
  
 
 
  --
  Howard M. Lewis Ship
  Partner and Senior Architect at Feature50
 
  Creator Apache Tapestry and Apache HiveMind
 




-- 
Howard M. Lewis Ship
Partner and Senior Architect at Feature50

Creator Apache Tapestry and Apache HiveMind


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/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 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 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.init(
 RegistryImpl.java
:135)
at
org.apache.tapestry.ioc.RegistryBuilder.build(RegistryBuilder.java
  :132)
at
org.apache.tapestry.internal.TapestryAppInitializer.getRegistry(
TapestryAppInitializer.java:152)
at org.apache.tapestry.TapestryFilter.init(
 TapestryFilter.java
   :77)
at
org.mortbay.jetty.servlet.FilterHolder.doStart(FilterHolder.java:99)
at
org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java
  :40)
.
   
It works fine when I revert back to 5.0.5.
Does anybody know what's causing this?
   
Thx
   
/Serge
--
View this message in context:
   
  
 
 http://www.nabble.com/T5%3A-Upgrade-to-5.0.6-SNAPSHOT-tf4515211.html#a12878469
Sent from the Tapestry - User mailing list archive at Nabble.com.
   
   
   
 -
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
   
   
  
  
   --
   Howard M. Lewis Ship
   Partner and Senior Architect at Feature50
  
   Creator Apache Tapestry and Apache HiveMind
  
 



 --
 Howard M. Lewis Ship
 Partner and Senior Architect at Feature50

 Creator Apache Tapestry and Apache HiveMind



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 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/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 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 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
 .init(
   RegistryImpl.java
  :135)
  at
 
 org.apache.tapestry.ioc.RegistryBuilder.build(RegistryBuilder.java
:132)
  at
 
 org.apache.tapestry.internal.TapestryAppInitializer.getRegistry(
  TapestryAppInitializer.java:152)
  at
 org.apache.tapestry.TapestryFilter.init(
   TapestryFilter.java
 :77)
  at
 
 org.mortbay.jetty.servlet.FilterHolder.doStart(FilterHolder.java:99)
  at
 
 org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java
:40)
  .
 
  It works fine when I revert back to 5.0.5.
  Does anybody know what's causing this?
 
  Thx
 
  /Serge
  --
  View this message in context:
 

   
  
 http://www.nabble.com/T5%3A-Upgrade-to-5.0.6-SNAPSHOT-tf4515211.html#a12878469
  Sent from the Tapestry - User mailing list archive at Nabble.com.
 
 
 
  
 -
  To unsubscribe, e-mail:
 [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 


 --
 Howard M. Lewis Ship
 Partner and Senior Architect at Feature50

 Creator Apache Tapestry and Apache HiveMind

   
  
  
  
   --
   Howard M. Lewis Ship
   Partner and Senior Architect at Feature50
  
   Creator Apache Tapestry and Apache HiveMind
  
 



 --

 Howard M. Lewis Ship
 Partner and Senior Architect at Feature50

 Creator Apache Tapestry and Apache HiveMind


-- 
Howard M. Lewis Ship
Partner and Senior Architect at Feature50

Creator Apache Tapestry and Apache HiveMind

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]