Re: Tap 4.1 Shell component Exceptions

2006-07-14 Thread Jesse Kuhnert
I didn't know how to make it run off-hand either, that's why I gave you a vague response of "maven can do it" ;) Ok, so to actually do it type "mvn jetty:run" . http://jetty.mortbay.org/jetty6/maven-plugin/howto.html On 7/14/06, Adam Henderson Azudio <[EMAIL PROTECTED]> wrote: Sorry, I'm a lit

Re: Tap 4.1 Shell component Exceptions

2006-07-14 Thread Adam Henderson Azudio
Sorry, I'm a little lost, how can I deploy the Timetracker app? I tried: mvn deploy .. INFO] [site:attach-descriptor] [INFO] [install:install] [INFO] Installing /workspace/tapestry/pom.xml to /.m2/repository/org/ apache/tapestry/tapestry-project/4.1.0-SNAPSHOT/tapestry- project-4.1.0-SNAPSHOT.

Re: Tap 4.1 Shell component Exceptions

2006-07-14 Thread Jesse Kuhnert
Ok, for sanity's sake, what happens when you deploy/run the TimeTracker example application? (Can be run via maven as well ) On 7/14/06, Adam Henderson Azudio <[EMAIL PROTECTED]> wrote: I've downloaded the 4.1.0 Jul 14 snapshot jars from http:// people.apache.org/maven-snapshot-repository and s

Re: Tap 4.1 Shell component Exceptions

2006-07-14 Thread Adam Henderson Azudio
I've downloaded the 4.1.0 Jul 14 snapshot jars from http:// people.apache.org/maven-snapshot-repository and stuck them in my app and re-deployed/run it and it still gives the same exceptions: WARN - RequestExceptionReporterImpl.reportRequestException(45) | Failure to export classpath resourc

Re: Tap 4.1 Shell component Exceptions

2006-07-14 Thread Jesse Kuhnert
Hmmm...Sounds questionable. That particular exception is expected and doesn't actually cause a failure (hence the Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 output). The same exact jars are kept up to date on the maven snapshot repo, if you can get it to blow up there I

Re: Tap 4.1 Shell component Exceptions

2006-07-14 Thread Adam Henderson Azudio
I downloaded maven from apache (Maven 2.0.4), downloaded the Tapestry source from svn & ran the package command: mvn package which did its stuff but failed during the mock tests, so I re ran skipping the tests: One of the tests threw this: Running org.apache.tapestry.web.TestServletWebCon

Re: Tap 4.1 Shell component Exceptions

2006-07-14 Thread Jesse Kuhnert
Ok last question I promise. Are you running this with the standard maven jar I've deployed or some other derivative? On 7/14/06, Adam Henderson <[EMAIL PROTECTED]> wrote: Jesse, OS-X 10.4.1, Java 1.5.0_06, Tomcat 5.5.17, I'm running it through Eclipse 3.2/WTP1.5 -- Jesse Kuhnert Tacos/Ta

Re: Tap 4.1 Shell component Exceptions

2006-07-14 Thread Adam Henderson
Jesse, OS-X 10.4.1, Java 1.5.0_06, Tomcat 5.5.17, I'm running it through Eclipse 3.2/WTP1.5 here is a full stack trace: DEBUG - Home.pageBeginRender(34) | Creating a new Persistent Class WARN - RequestExceptionReporterImpl.reportRequestException(45) | Failure to export classpath resource /

Re: Tap 4.1 Shell component Exceptions

2006-07-14 Thread Jesse Kuhnert
I've not seen it before. What kind of servlet container is this running in? On 7/14/06, Adam Henderson Azudio <[EMAIL PROTECTED]> wrote: Hi All, Just had a go at building from the 4.1 Snapshot and the Shell component seems to be throwing this list of exceptions related to dojo: Home.html http

Tap 4.1 Shell component Exceptions

2006-07-14 Thread Adam Henderson Azudio
Hi All, Just had a go at building from the 4.1 Snapshot and the Shell component seems to be throwing this list of exceptions related to dojo: Home.html "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";> http://www.w3.org/1999/xhtml";> Hello World