[Building Sakai] Pom build Error: On adding gradebook API

David Horwitz david.horwitz at uct.ac.za
Fri Feb 11 05:39:49 PST 2011


OK  you need a version for the dependency.  You can either add that to
the dependency management of your projects base pom. Otherwise if your
base pom has a parent from the sakai-purepoms project, change the
parents artifactid from sakai-standard-tool (or similar) to sakai-edu-tool

David

On 02/11/2011 03:35 PM, Gautham wrote:
>
>
> Gautham wrote:
>   
>>
>> Hi david,
>>
>> I got the attached Pom build Error when I added these dependency tags to
>> tools pom file:
>>
>> I am using a New tool developed by Sakai App Builder.
>>
>> Any help to resolve will be highly appreciated.
>>
>> regards,
>> Gautham
>>
>> ========================================================
>> Gautham,
>>
>> You need to add the gradebook API's to your tools pom.xml file:
>>
>> <dependency>
>>       <groupId>org.sakaiproject.edu-services.gradebook</groupId>
>>       <artifactId>gradebook-service-api</artifactId>
>>     </dependency>
>>
>> David 
>> ==============================================
>> Hi Steve,
>>
>> Please find the attached java class from New tool where I have added the
>> grading service as in
>> 'https://confluence.sakaiproject.org/display/BOOT/Using+the+UserDirectoryService"
>>
>> I have added the below code in attached "ExternalLogicImpl.java"
>>
>> import org.sakaiproject.tool.assessment.services.GradingService;
>>
>> ///Grading Service
>>        
>>         private GradingService gradingService;
>>         public void setGradingService(GradingService gradingService) {
>>                 this.gradingService = gradingService;
>>         }
>>        
>>         //Grading Service
>>
>>
>> I have added the below code in attached "components.xml"
>>
>> <property name="GradingService"
>> ref="org.sakaiproject.tool.assessment.services.GradingService" />
>>
>> Does i need to add any of the grading api's to get Build success. Attached
>> is build Error
>>
>> Any help is highly appreciated.
>>
>> Regards, 
>> Gautham
>>
>>     
> http://old.nabble.com/file/p30901251/POM_Error-grading1.docx
> POM_Error-grading1.docx 
>   


More information about the sakai-dev mailing list