[Building Sakai] CLOG for 2.8

Anthony Whyte arwhyte at umich.edu
Mon Jul 18 07:48:34 PDT 2011


Modify the core-deploy pom.xml as follows:

1. choose <profile> <id> = full

2.  Add a clean.target

<properties>
                <clean.targets>
                    components/accountvalidator-pack;
                    . . .
                    components/clog-pack;
		    . . .
                    components/sitestats-component
                </clean.targets>
                <deploy.target>tomcat-overlay</deploy.target>
            </properties>

3. Add to <dependencies>

<dependency>
                    <groupId>org.sakaiproject.clog</groupId>
                    <artifactId>clog-assembly</artifactId>
                    <version>0.9.1-SNAPSHOT</version>
                    <classifier>tomcat-overlay</classifier>
                    <type>zip</type>
                </dependency>

Note:  the above provides Clog trunk binaries, currently snapshot (e.g., unstable by definition) for your build.  The Clog trunk version is itself dependent on snapshot artifacts, including kernel-1.3.0-SNAPSHOT.

Cheers,

Anth 


On Jul 18, 2011, at 10:24 AM, Jez Cope wrote:

> Aha, Clog binary sounds useful - I use quilt to maintain local 
> modifications against the codebase and it would be great to fold in clog 
> as just another patch to the pom.
> 
> I'm not very familiar with Maven - what's the correct syntax to add clog 
> to the core-deploy project?
> 
> Thanks,
> Jez
> 
> Steve Swinsburg wrote:
>> Hi Omer,
>> 
>> Use trunk for now. We've recently committed a number of fixes to trunk because 0.9 was unusable for us. That said there should be another tag coming soon. Also, clog is available as a binary so you can just add a pom block to the core-deploy project.
>> 
>> Cheers
>> Steve
>> 
>> Sent from my iPhone
>> 
>> On 15/07/2011, at 2:49, Omer Piperdi<omer at rice.edu>  wrote:
>> 
>>> I am wondering if I should use 0.9 tag or trunk for CLOG with our Sakai 2.8.
>>> 
>>> Thanks for any suggestion.
>>> 
>>> Omer
>>> _______________________________________________
>>> 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 --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 3829 bytes
Desc: not available
Url : http://collab.sakaiproject.org/pipermail/sakai-dev/attachments/20110718/0295241f/attachment.bin 


More information about the sakai-dev mailing list