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

Gautham gautham at sankhya.net
Fri Feb 11 05:57:50 PST 2011


Hi David,

Thanks for the Swift reply.

Now I am getting the previous Error as attached after adding the
"dependency" tags to Project's POM file

Please help.

Regards,
Gautam
http://old.nabble.com/file/p30901436/BUILD_Error_GradingService.docx
BUILD_Error_GradingService.docx 


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
> 

-- 
View this message in context: http://old.nabble.com/Pom-build-Error%3A--On-adding-gradebook-API-tp30901229p30901436.html
Sent from the Sakai - Development mailing list archive at Nabble.com.



More information about the sakai-dev mailing list