I can't figure what is different in my environment :o( . Let me do a
checkout from branches\1.1 and try it again.
--vamsi
On 11/16/06, Paul McMahan <[EMAIL PROTECTED]> wrote:
On 11/16/06, Vamsavardhana Reddy <[EMAIL PROTECTED]> wrote:
> Today I did a svn update on branches\1.1 (rev 475601) and maven
> m:fresh-checkout. I was able to build branches\1.1 starting with an
empty
> maven repo. Build failed once since org.mortbay.jetty-5.1.10.jar could
not
> be downloaded from remote repository and I restarted the build after
placing
> the jar in the local repo from my repository backup. I have not run
into
> any errors while building the six configs (daytrader, servlet and jsp
> examples) that were having problems earlier. Can someone else verify if
> branches\1.1 could be built successfully?
I moved my local repo aside, did a svn update, maven m:fresh-checkout,
and then maven new. I copied the jetty jar into my local repo as you
did. Then my build failed in the daytrader-jetty configs at the same
location Aaron mentioned earlier in this thread. Specifically:
11:22:51,041 ERROR [PackageBuilder]
org.apache.geronimo.common.DeploymentExcepti
on: Could not load servlet class
org.apache.geronimo.samples.daytrader.web.prims
.PingServlet2Session2CMROne2Many
org.apache.geronimo.common.DeploymentException: Could not load servlet
class org
.apache.geronimo.samples.daytrader.web.prims.PingServlet2Session2CMROne2Many
at
org.apache.geronimo.jetty.deployment.JettyModuleBuilder.addServlet(Je
ttyModuleBuilder.java:841)
at
org.apache.geronimo.jetty.deployment.JettyModuleBuilder.addServlets(J
ettyModuleBuilder.java:801)
Best wishes,
Paul