Im not sure if anyone else has experienced the same thing, but...

On my windows laptop (at home) yesterday around 6 pm i was testing
code and workng just fine on a tapestry 4.1 app. i ran mvn on it and
everything was fine. then i got home after a roudy night at 1 am and
found that mvn jetty6:run didnt work (to my chagrin) and this was, i
suspect because some scandalous change was introduced, and the error i
got was something about a WebApp getclasspathurl...


anyway,

I then took a look at the timetracker app in svn this morning. i ran
mvn install on all of the examples, and particularly, i cd'ed into
TimeTracker and ran mvn jetty6:run and ran into the same issue becaue
the jetty6 plugin was specified as snapshot (as it had been in my
project last night). ...

Long story short: if you run into this problem, modify the pom to use

 <groupId>org.mortbay.jetty</groupId>
               <artifactId>maven-jetty6-plugin</artifactId>
                   <version>6.0.0beta17</version>

instead of the snapshot. its a workaround, not a solution, but i
thought id spare someone the 10 mins of stuper...

Josh

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

Reply via email to