[Building Sakai] Trunk is down?

Aaron Zeckoski azeckoski at unicon.net
Thu Mar 7 09:59:33 PST 2013


I see that as well.
It was caused by this change:
------------------------------------------------------------------------
r120881 | *********HIDDEN********** | 2013-03-07 08:03:14 -0500 (Thu,
07 Mar 2013) | 1 line

SAK-23325 fix deprecation anotation
------------------------------------------------------------------------
AZMBP:edu-services azeckoski$ svn diff -c 120881
Index: gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/GradebookService.java
===================================================================
--- gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/GradebookService.java	(revision
120880)
+++ gradebook-service/api/src/java/org/sakaiproject/service/gradebook/shared/GradebookService.java	(revision
120881)
@@ -556,9 +556,9 @@
 	 * @param gradebookUid
 	 * @return
 	 *
-	 * @Deprecated see {@link  #checkStudentsNotSubmitted(String)}
+	 * @deprecated see {@link  #checkStudentsNotSubmitted(String)}
 	 */
-	public boolean checkStuendsNotSubmitted(String gradebookUid);
+	public boolean checkStduendsNotSubmitte(String gradebookUid);
 	
 	/**
 	 *

Looks like an accidental change that was committed without building first.
I fixed it so the build should be good now.

Just a reminder to all devs to pretty please ALWAYS run a build before
you commit.
-AZ


On Thu, Mar 7, 2013 at 12:47 PM, Neal Caidin
<nealcaidin at sakaifoundation.org> wrote:
> Hi ,
>
> It looks like Trunk is down.
>
> I see an error:
>
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Compilation failure
> /home/tomcat-nightly/sakai/edu-services/gradebook-service/impl/src/java/org/sakaiproject/component/gradebook/GradebookServiceHibernateImpl.java:[83,7]
> error: GradebookServiceHibernateImpl is not abstract and does not override
> abstract method checkStduendsNotSubmitte(String) in GradebookService
>
>
>
> ?
>
> Cheers,
> Neal
>
>
> _______________________________________________
> 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"



-- 
Aaron Zeckoski - Software Architect - http://tinyurl.com/azprofile


More information about the sakai-dev mailing list