An update on what I did. From this I am sure the build problem is now gone
(but don't know how and why).
1. Did a checkout of branches\1.1
2. Ran maven -o -Dmaven.test.skip=true -Dmaven.itest.skip=true
BUILD SUCCESSFUL
3. Ran maven m:fresh-checkout
Checkout failed.
4. Copied the openejb directory got yesterday from maven m:fresh-checkout
5. Ran maven -o m:clean
6. Created a dir C:\M1REPO and copied org.mortbay.jetty-5.1.10.jar since it
could not be downloaded.
7. Ran maven -Dmaven.test.skip=true -Dmaven.itest.skip=true -
Dmaven.repo.local=c:/M1REPO
BUILD SUCCESSFUL
Can someone try the following and verify if the build problem still exists?
1. Checkout branches\1.1
2. maven m:fresh-checkout
3. Run the build with a clean repository
Thanks,
Vamsi
On 11/16/06, Vamsavardhana Reddy <[EMAIL PROTECTED]> wrote:
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.jarcould 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
>