[Building Sakai] DAV pom in trunk updated to Tomcat 7

Matthew Jones jonespm at umich.edu
Fri Sep 30 10:22:27 PDT 2011


It looks like it builds fine with that change, however the -P pack-demo is
broken because the tomcat zip doesn't look like it's deployed to the maven
repo anymore.

I committed the fix so at least it will build with dav, I'll look into doing
something to fix the pack-demo today.

On Fri, Sep 30, 2011 at 12:52 PM, Cris J Holdorph <holdorph at unicon.net>wrote:

> Well any trunk build that includes dav is broken at the moment.  I did
> verify trunk compiles if you make the change you describe.  I haven't
> done extensive testing though.
>
> ---- Cris J H
>
> On 09/30/2011 09:35 AM, Matthew Jones wrote:
> > Yea,
> > /master/trunk/pom.xml
> > Needs to be updated from
> >
> > <sakai.tomcat.version>5.5.33</sakai.tomcat.version>
> >
> > to something like
> >
> > <sakai.tomcat.version>7.0.21</sakai.tomcat.version>
> >
> > I was going to do this yesterday, but it would break anything else if
> > they were depending on the 5.5 tomcat as the groupId changed from
> > tomcat to org.apache.tomcat in 7. :/ Guess it's worth changing now. :)
> >
> > On Fri, Sep 30, 2011 at 12:17 PM, Cris J Holdorph<holdorph at unicon.net>
>  wrote:
> >>
> >> Is anyone else having trouble building since this was checked in?
> >> Trying to build trunk I'm getting...
> >>
> >> Failure to resolve dependency on dav.
> >>
> >> Failed to execute goal on project dav: Could not resolve dependencies
> >> for project org.sakaiproject:dav:war:2.9-SNAPSHOT: Could not find
> >> artifact org.apache.tomcat:tomcat-catalina:jar:5.5.33 in maven-repo2
> >> (http://repo2.maven.org/maven2)
> >>
> >> ---- Cris J H
> >>
> >> On 09/30/2011 07:43 AM, Charles Hedrick wrote:
> >>> By request, I have updated the DAV pom in trunk to work with Tomcat 7.
> I
> >>> believe it will neither build nor start on Tomcat 5.5.
> >>>
> >>> In addition. DAV will take the tomcat version from master/pom.xml, so
> >>> sakai.tomcat.version should be 7.x.
> >>>
> >>> Of course you have to follow the normal procedures for Tomcat 7, which
> >>> involve changes to conf/catalina.properties. On my system:
> >>>
> >>> 47c47
> >>> <
> >>>
> common.loader=${catalina.base}/lib,${catalina.base}/lib/*.jar,${catalina.home}/lib,${catalina.home}/lib/*.jar
> >>> ---
> >>>>
> >>>
> common.loader=${catalina.base}/lib,${catalina.base}/lib/*.jar,${catalina.home}/lib,${catalina.home}/lib/*.jar,${catalina.base}/common/lib/*.jar
> >>> 74c74
> >>> <  shared.loader=
> >>> ---
> >>>>
> >>>
> shared.loader=${catalina.base}/shared/classes,${catalina.base}/shared/lib/*.jar
> >>>
> >>>
> >>>
> >>>
> >>> _______________________________________________
> >>> sakai-dev mailing list
> >>> sakai-dev at collab.sakaiproject.org
> >>> http://collab.sakaiproject.org/mailman/listinfo/sakai-dev
> >>>
> >>> TO UNSUBSCRIBE: send email to
> sakai-dev-unsubscribe at collab.sakaiproject.org with a subject of
> "unsubscribe"
> >> _______________________________________________
> >> sakai-dev mailing list
> >> sakai-dev at collab.sakaiproject.org
> >> http://collab.sakaiproject.org/mailman/listinfo/sakai-dev
> >>
> >> TO UNSUBSCRIBE: send email to
> sakai-dev-unsubscribe at collab.sakaiproject.org with a subject of
> "unsubscribe"
> >
> _______________________________________________
> sakai-dev mailing list
> sakai-dev at collab.sakaiproject.org
> http://collab.sakaiproject.org/mailman/listinfo/sakai-dev
>
> TO UNSUBSCRIBE: send email to
> sakai-dev-unsubscribe at collab.sakaiproject.org with a subject of
> "unsubscribe"
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://collab.sakaiproject.org/pipermail/sakai-dev/attachments/20110930/e54caefa/attachment.html 


More information about the sakai-dev mailing list