[Building Sakai] Sakai 2.9.1 cafe build

Steve Swinsburg steve.swinsburg at gmail.com
Tue Jul 2 04:41:44 PDT 2013


Yes please file a Jira. Then we can test this  and correct it in the 2.9.x
branch.

cheers,
Steve


On Tue, Jul 2, 2013 at 9:18 PM, Coetzee, Nico <Coetzeen at unisa.ac.za> wrote:

> This message (and attachments) is subject to restrictions and a
> disclaimer. Please refer to http://www.unisa.ac.za/disclaimer for full
> details.
>
> Hi All
>
> I just want you guys to know that the café build on sakai 2.9.1 does not
> work. With a clean machine with nothing installed
>
> 1. Firstly when you do mvn -Pcafe clean build sakai:deploy you it is
> trying to build portal which is not part of the checkout
>         My Resolution: remove portal build from café in main pom.xml
>
> 2. Then when you run the mvn command again it fails at library with cannot
> find dependency fck-connetor
>         My resolution: do mvn clean install  to get everything maven repo
>
> 3. When starting up the tomcat then portal is unavailable
>         My resolution : edit core-deploy/pom.xml and add to café:
>         Under the clean.target:
>                 components/sakai-portal-render-pack;
>                          components/sakai-portal-service-pack;
>         under dependencies:
>         <dependency>
>                     <groupId>org.sakaiproject.portal</groupId>
>                     <artifactId>sakai-portal-assembly</artifactId>
>                     <version>${sakai.portal.version}</version>
>                     <classifier>tomcat-overlay</classifier>
>                     <type>zip</type>
>                 </dependency>
>
> Then it works
>
> Must I log a JIRA for this?
>
> Thanks
> Nico Coetzee
> UNISA
>
>
>
>
> _______________________________________________
> 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/20130702/8a6bd1dd/attachment.html 


More information about the sakai-dev mailing list