[Building Sakai] Sakai AppBuilder

Mike Jennings mike_jennings at unc.edu
Wed Oct 19 10:59:12 PDT 2011


Priscylla,

I have not tried to use the Sakai Spring Maven Archetype to create a 
project for Sakai CLE (2.8), but I think that this might work.

First after you install the Sakai Spring Maven Archetype into your local 
maven repository and create your project using the command

mvn archetype:generate -DarchetypeCatalog=local

and selecting the maven repo from the list.... In my case it is archetype 1

1: local -> org.sakaiproject:sakai-spring-maven-archetype (Archetype to 
generate a project with sakai and spring)


Once you have generated the new project edit the main pom.xml in the 
project and change the version of sakai-standard-tool from

         <parent>
                 <groupId>org.sakaiproject.purepoms</groupId>
                 <artifactId>sakai-standard-tool</artifactId>
                 <version>2.7.0</version>
         </parent>

to

         <parent>
                 <groupId>org.sakaiproject.purepoms</groupId>
                 <artifactId>sakai-standard-tool</artifactId>
                 <version>2.8.0</version>
         </parent>

and then see if you can run the following commmand

mvn clean install

and the simple tool will be successfully built.  You can try to deploy 
this tool to see if it deploys correctly to see if that works.

Thanks,

Mike Jennings

On 10/19/2011 01:42 PM, Priscylla Silva wrote:
> Hi,
>
> I wonder if there is any tutorial or some documentation showing how to
> create tools for Sakai CLE (2.8) using Sakai Wicket Maven Archetype or
> Sakai Spring Maven Archetype?
>
>
> 2011/10/1 Earle Nietzel <earle.nietzel at gmail.com
> <mailto:earle.nietzel at gmail.com>>
>
>     Here they are Priscylla!
>
>     Wicket:
>     https://confluence.sakaiproject.org/display/BOOT/Sakai+Wicket+Maven+Archetype
>     <https://confluence.sakaiproject.org/display/BOOT/Sakai+Wicket+Maven+Archetype>
>
>     Spring
>     http://www.gmjjavadesigns.com/content/sakai-spring-maven-archetype-v10
>
>     Earle
>
>
>     On Fri, Sep 30, 2011 at 5:41 PM, Steve Swinsburg
>     <steve.swinsburg at gmail.com <mailto:steve.swinsburg at gmail.com>> wrote:
>
>         Hi,
>
>         The App Builder hasn't been updates in a while so it still
>         builds against 2.6. I'd recommend the Sakai wicket maven
>         archetype, search for that and you'll find the command you can
>         run to generate a project. There is also one based on spring
>         mvc. If I was on a computer I'd send the links.
>
>         Cheers,
>         Steve
>
>         Sent from my iPhone
>
>         On 01/10/2011, at 5:46, Priscylla Silva <mss.priscylla at gmail.com
>         <mailto:mss.priscylla at gmail.com>> wrote:
>
>>         Hello,
>>
>>         To develop tools for Sakai CLE (2.8) are still running the
>>         Sakai AppBuilder? I've tried to install the plugin in Eclipse,
>>         but I didn't have any success.
>>
>>
>>         --
>>         Priscylla Silva
>>         Undergraduate in Computer Science
>>         Institute of Computing - Federal University of Alagoas - UFAL
>>         Member Group of Optimization of the Web - GrOW
>>         LATTES:
>>         <http://lattes.cnpq.br/9474452617185092>http://lattes.cnpq.br/9474452617185092
>>         Estrutura OPEN -
>>         <http://estruturaopen.com/>http://estruturaopen.com/
>>
>>         _______________________________________________
>>         sakai-dev mailing list
>>         sakai-dev at collab.sakaiproject.org
>>         <mailto: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
>>         <mailto:sakai-dev-unsubscribe at collab.sakaiproject.org> with a
>>         subject of "unsubscribe"
>
>         _______________________________________________
>         sakai-dev mailing list
>         sakai-dev at collab.sakaiproject.org
>         <mailto: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
>         <mailto:sakai-dev-unsubscribe at collab.sakaiproject.org> with a
>         subject of "unsubscribe"
>
>
>
>
>
> --
> Priscylla Silva
> Undergraduate in Computer Science
> Institute of Computing - Federal University of Alagoas - UFAL
> Member Group of Optimization of the Web - GrOW
> LATTES: http://lattes.cnpq.br/9474452617185092
> Estrutura OPEN - http://estruturaopen.com/
>
>
>
> _______________________________________________
> 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"

-- 
==============================================================================
Mike Jennings
Teaching and Learning Developer
University of North Carolina at Chapel Hill

Office: (919) 843-5013
Cell: (919) 442-8337
E-mail: mike_jennings at unc.edu


More information about the sakai-dev mailing list