[sakai-core-team] [cle-release-team] OSP reverts

Neal Caidin neal.caidin at apereo.org
Mon Apr 21 08:28:02 PDT 2014


So, OSP is ready to be tested on Experimental?

Thanks,
Neal


> Aaron Zeckoski <mailto:azeckoski at unicon.net>
> April 16, 2014 at 2:10 PM
> Basically, it looks like Assignment2 just needs to use a String
> instead of a Long as the key for the cache.
> -AZ
>
>
>
>
> Thomas, Gregory J <mailto:gjthomas at iu.edu>
> April 16, 2014 at 2:04 PM
> The experimental server is now "up", but there's just one last error:
>
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 20.240s
> [INFO] Finished at: Wed Apr 16 11:28:06 EDT 2014
> [INFO] Final Memory: 29M/407M
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-compiler-plugin:3.1:compile
> (default-compile) on project lessonbuilder-tool: Compilation failure
> [ERROR]
> /home/tomcat-contrib/sakai/lessonbuilder/tool/opt-src/java/org/sakaiproject
> /lessonbuildertool/service/Assignment2Entity.java:[252,53] method get in
> interface org.sakaiproject.memory.api.Cache cannot be applied to given
> types;
> [ERROR] required: java.lang.String
> [ERROR] found: java.lang.Long
> [ERROR] reason: actual argument java.lang.Long cannot be converted to
> java.lang.String by method invocation conversion
> [ERROR] -> [Help 1]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the
> -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions,
> please read the following articles:
> [ERROR] [Help 1]
> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
> [ERROR]
> [ERROR] After correcting the problems, you can resume the build with the
> command
> [ERROR] mvn <goals> -rf :lessonbuilder-tool
>
>
> The build script builds lessonbuilder to use the "optional" profile, which
> essentially allows the integration of lessonbuilder to some of the contrib
> tools (including assignment2). Guessing the A2 reversion probably broke
> this part in lessonbuilder. Not sure if it's important in the short term.
> So, if lessons/a2 isn't important, the server is probably functional now.
>
> Greg
>
>
> _______________________________________________
> sakai-core-team mailing list
> sakai-core-team at collab.sakaiproject.org
> http://collab.sakaiproject.org/mailman/listinfo/sakai-core-team
> Kirschner, Beth <mailto:bkirschn at umich.edu>
> April 16, 2014 at 9:36 AM
> This might be related to the assignments2 changes, but I'm not sure 
> exactly how. This is what I did:
>
> % svn commit -m 'SAK-26043 svn merge -c -130580 
> https://source.sakaiproject.org/svn/osp/trunk'
> Sending 
> matrix/api-impl/src/java/org/theospi/portfolio/tagging/impl/MatrixTaggingProviderImpl.java
> Transmitting file data .
> Committed revision 308244.
>
> And things now compile in both trunk & experimental-trunk. The above 
> reverse merge was included in the range previously reverted (svn merge 
> -r 131591:r130202), so there must have been some additional 
> dependencies surfaced since then.
>
> - Beth
>
>
>
> _______________________________________________
> sakai-core-team mailing list
> sakai-core-team at collab.sakaiproject.org
> http://collab.sakaiproject.org/mailman/listinfo/sakai-core-team
> Kirschner, Beth <mailto:bkirschn at umich.edu>
> April 15, 2014 at 9:04 AM
> I'll try to look at this later today.
>
> - Beth
>
>
> _______________________________________________
> sakai-core-team mailing list
> sakai-core-team at collab.sakaiproject.org
> http://collab.sakaiproject.org/mailman/listinfo/sakai-core-team
> Thomas, Gregory J <mailto:gjthomas at iu.edu>
> April 14, 2014 at 3:53 PM
> A2 reversion has happened.  I added it back into the experimental 
> build.  Build got past A2, but there's some more OSP errors.  Not sure 
> if it's more stuff related to the reversion.
>
> Beth?
>
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] Total time: 6:56.250s
> [INFO] Finished at: Mon Apr 14 15:41:21 EDT 2014
> [INFO] Final Memory: 339M/952M
> [INFO] 
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal 
> org.apache.maven.plugins:maven-compiler-plugin:3.1:compile 
> (default-compile) on project osp-matrix-impl: Compilation failure: 
> Compilation failure:
> [ERROR] 
> /home/tomcat-contrib/sakai/osp/matrix/api-impl/src/java/org/theospi/portfolio/tagging/impl/MatrixTaggingProviderImpl.java:[24,37] 
> cannot find symbol
> [ERROR] symbol:   class Evaluation
> [ERROR] location: package org.sakaiproject.taggable.api
> [ERROR] 
> /home/tomcat-contrib/sakai/osp/matrix/api-impl/src/java/org/theospi/portfolio/tagging/impl/MatrixTaggingProviderImpl.java:[25,37] 
> cannot find symbol
> [ERROR] symbol:   class EvaluationContainer
> [ERROR] location: package org.sakaiproject.taggable.api
> [ERROR] 
> /home/tomcat-contrib/sakai/osp/matrix/api-impl/src/java/org/theospi/portfolio/tagging/impl/MatrixTaggingProviderImpl.java:[35,37] 
> cannot find symbol
> [ERROR] symbol:   class URLBuilder
> [ERROR] location: package org.sakaiproject.taggable.api
> [ERROR] 
> /home/tomcat-contrib/sakai/osp/matrix/api-impl/src/java/org/theospi/portfolio/tagging/impl/MatrixTaggingProviderImpl.java:[277,16] 
> cannot find symbol
> [ERROR] symbol:   class EvaluationContainer
> [ERROR] location: class 
> org.theospi.portfolio.tagging.impl.MatrixTaggingProviderImpl
> [ERROR] 
> /home/tomcat-contrib/sakai/osp/matrix/api-impl/src/java/org/theospi/portfolio/tagging/impl/MatrixTaggingProviderImpl.java:[180,51] 
> method getActivity in interface 
> org.sakaiproject.taggable.api.TaggingManager cannot be applied to 
> given types;
> [ERROR] required: 
> java.lang.String,org.sakaiproject.taggable.api.TaggingProvider
> [ERROR] found: 
> java.lang.String,org.theospi.portfolio.tagging.impl.MatrixTaggingProviderImpl,<nulltype>
> [ERROR] reason: actual and formal argument lists differ in length
> [ERROR] 
> /home/tomcat-contrib/sakai/osp/matrix/api-impl/src/java/org/theospi/portfolio/tagging/impl/MatrixTaggingProviderImpl.java:[197,75] 
> method getActivity in interface 
> org.sakaiproject.taggable.api.TaggingManager cannot be applied to 
> given types;
> [ERROR] required: 
> java.lang.String,org.sakaiproject.taggable.api.TaggingProvider
> [ERROR] found: 
> java.lang.String,org.theospi.portfolio.tagging.impl.MatrixTaggingProviderImpl,<nulltype>
> [ERROR] reason: actual and formal argument lists differ in length
> [ERROR] 
> /home/tomcat-contrib/sakai/osp/matrix/api-impl/src/java/org/theospi/portfolio/tagging/impl/MatrixTaggingProviderImpl.java:[263,24] 
> cannot find symbol
> [ERROR] symbol:   method isDefaultItemLevelEval()
> [ERROR] location: variable wpd of type 
> org.theospi.portfolio.matrix.model.WizardPageDefinition
> [ERROR] 
> /home/tomcat-contrib/sakai/osp/matrix/api-impl/src/java/org/theospi/portfolio/tagging/impl/MatrixTaggingProviderImpl.java:[264,40] 
> cannot find symbol
> [ERROR] symbol:   method isItemLevelEvals()
> [ERROR] location: variable scaffolding of type 
> org.theospi.portfolio.matrix.model.Scaffolding
> [ERROR] 
> /home/tomcat-contrib/sakai/osp/matrix/api-impl/src/java/org/theospi/portfolio/tagging/impl/MatrixTaggingProviderImpl.java:[264,74] 
> cannot find symbol
> [ERROR] symbol:   method isEnableItemLevelEvalsInLinkedTools()
> [ERROR] location: variable scaffolding of type 
> org.theospi.portfolio.matrix.model.Scaffolding
> [ERROR] 
> /home/tomcat-contrib/sakai/osp/matrix/api-impl/src/java/org/theospi/portfolio/tagging/impl/MatrixTaggingProviderImpl.java:[268,32] 
> cannot find symbol
> [ERROR] symbol:   method isItemLevelEvals()
> [ERROR] location: variable wpd of type 
> org.theospi.portfolio.matrix.model.WizardPageDefinition
> [ERROR] 
> /home/tomcat-contrib/sakai/osp/matrix/api-impl/src/java/org/theospi/portfolio/tagging/impl/MatrixTaggingProviderImpl.java:[268,58] 
> cannot find symbol
> [ERROR] symbol:   method isEnableItemLevelEvalsInLinkedTools()
> [ERROR] location: variable wpd of type 
> org.theospi.portfolio.matrix.model.WizardPageDefinition
> [ERROR] 
> /home/tomcat-contrib/sakai/osp/matrix/api-impl/src/java/org/theospi/portfolio/tagging/impl/MatrixTaggingProviderImpl.java:[278,22] 
> cannot find symbol
> [ERROR] symbol:   class Evaluation
> [ERROR] location: class 
> org.theospi.portfolio.tagging.impl.MatrixTaggingProviderImpl
> [ERROR] 
> /home/tomcat-contrib/sakai/osp/matrix/api-impl/src/java/org/theospi/portfolio/tagging/impl/MatrixTaggingProviderImpl.java:[278,55] 
> cannot find symbol
> [ERROR] symbol:   class Evaluation
> [ERROR] location: class 
> org.theospi.portfolio.tagging.impl.MatrixTaggingProviderImpl
> [ERROR] 
> /home/tomcat-contrib/sakai/osp/matrix/api-impl/src/java/org/theospi/portfolio/tagging/impl/MatrixTaggingProviderImpl.java:[279,17] 
> cannot find symbol
> [ERROR] symbol:   class EvaluationContainer
> [ERROR] location: class 
> org.theospi.portfolio.tagging.impl.MatrixTaggingProviderImpl
> [ERROR] 
> /home/tomcat-contrib/sakai/osp/matrix/api-impl/src/java/org/theospi/portfolio/tagging/impl/MatrixTaggingProviderImpl.java:[279,67] 
> cannot find symbol
> [ERROR] symbol:   method createEvaluationContainer()
> [ERROR] location: variable taggingManager of type 
> org.sakaiproject.taggable.api.TaggingManager
> [ERROR] 
> /home/tomcat-contrib/sakai/osp/matrix/api-impl/src/java/org/theospi/portfolio/tagging/impl/MatrixTaggingProviderImpl.java:[292,53] 
> cannot find symbol
> [ERROR] symbol:   method 
> getPageByPageDefAndUser(org.sakaiproject.metaobj.shared.model.Id,org.sakaiproject.metaobj.shared.model.Agent)
> [ERROR] location: interface org.theospi.portfolio.matrix.MatrixManager
> [ERROR] 
> /home/tomcat-contrib/sakai/osp/matrix/api-impl/src/java/org/theospi/portfolio/tagging/impl/MatrixTaggingProviderImpl.java:[296,98] 
> cannot find symbol
> [ERROR] symbol:   variable ITEM_LEVEL_EVAL_TYPE
> [ERROR] location: class org.theospi.portfolio.review.model.Review
> [ERROR] 
> /home/tomcat-contrib/sakai/osp/matrix/api-impl/src/java/org/theospi/portfolio/tagging/impl/MatrixTaggingProviderImpl.java:[334,92] 
> cannot find symbol
> [ERROR] symbol:   variable ITEM_LEVEL_EVAL_TYPE
> [ERROR] location: class org.theospi.portfolio.review.model.Review
> [ERROR] 
> /home/tomcat-contrib/sakai/osp/matrix/api-impl/src/java/org/theospi/portfolio/tagging/impl/MatrixTaggingProviderImpl.java:[336,24] 
> cannot find symbol
> [ERROR] symbol:   method isDefaultItemLevelEval()
> [ERROR] location: variable wpd of type 
> org.theospi.portfolio.matrix.model.WizardPageDefinition
> [ERROR] 
> /home/tomcat-contrib/sakai/osp/matrix/api-impl/src/java/org/theospi/portfolio/tagging/impl/MatrixTaggingProviderImpl.java:[341,54] 
> cannot find symbol
> [ERROR] symbol:   method isHideItemLevelEvals()
> [ERROR] location: variable wpd of type 
> org.theospi.portfolio.matrix.model.WizardPageDefinition
> [ERROR] 
> /home/tomcat-contrib/sakai/osp/matrix/api-impl/src/java/org/theospi/portfolio/tagging/impl/MatrixTaggingProviderImpl.java:[341,85] 
> cannot find symbol
> [ERROR] symbol:   method isDefaultItemLevelEval()
> [ERROR] location: variable wpd of type 
> org.theospi.portfolio.matrix.model.WizardPageDefinition
> [ERROR] 
> /home/tomcat-contrib/sakai/osp/matrix/api-impl/src/java/org/theospi/portfolio/tagging/impl/MatrixTaggingProviderImpl.java:[342,78] 
> cannot find symbol
> [ERROR] symbol:   method isHideItemLevelEvals()
> [ERROR] location: variable scaffolding of type 
> org.theospi.portfolio.matrix.model.Scaffolding
> [ERROR] 
> /home/tomcat-contrib/sakai/osp/matrix/api-impl/src/java/org/theospi/portfolio/tagging/impl/MatrixTaggingProviderImpl.java:[342,108] 
> cannot find symbol
> [ERROR] symbol:   method isDefaultItemLevelEval()
> [ERROR] location: variable wpd of type 
> org.theospi.portfolio.matrix.model.WizardPageDefinition
> [ERROR] 
> /home/tomcat-contrib/sakai/osp/matrix/api-impl/src/java/org/theospi/portfolio/tagging/impl/MatrixTaggingProviderImpl.java:[365,48] 
> cannot find symbol
> [ERROR] symbol:   method isDefaultItemLevelEval()
> [ERROR] location: variable wpd of type 
> org.theospi.portfolio.matrix.model.WizardPageDefinition
> [ERROR] 
> /home/tomcat-contrib/sakai/osp/matrix/api-impl/src/java/org/theospi/portfolio/tagging/impl/MatrixTaggingProviderImpl.java:[366,90] 
> cannot find symbol
> [ERROR] symbol:   method getItemLevelEvaluationDevice()
> [ERROR] location: variable scaffolding of type 
> org.theospi.portfolio.matrix.model.Scaffolding
> [ERROR] 
> /home/tomcat-contrib/sakai/osp/matrix/api-impl/src/java/org/theospi/portfolio/tagging/impl/MatrixTaggingProviderImpl.java:[368,82] 
> cannot find symbol
> [ERROR] symbol:   method getItemLevelEvaluationDevice()
> [ERROR] location: variable wpd of type 
> org.theospi.portfolio.matrix.model.WizardPageDefinition
> [ERROR] 
> /home/tomcat-contrib/sakai/osp/matrix/api-impl/src/java/org/theospi/portfolio/tagging/impl/MatrixTaggingProviderImpl.java:[373,41] 
> cannot find symbol
> [ERROR] symbol:   class URLBuilder
> [ERROR] location: class 
> org.theospi.portfolio.tagging.impl.MatrixTaggingProviderImpl
> [ERROR] 
> /home/tomcat-contrib/sakai/osp/matrix/api-impl/src/java/org/theospi/portfolio/tagging/impl/MatrixTaggingProviderImpl.java:[373,81] 
> cannot find symbol
> [ERROR] symbol:   method 
> createURLBuilder(java.lang.String,java.lang.String,java.util.Map<java.lang.String,java.lang.String>)
> [ERROR] location: interface org.sakaiproject.taggable.api.TaggingManager
> [ERROR] 
> /home/tomcat-contrib/sakai/osp/matrix/api-impl/src/java/org/theospi/portfolio/tagging/impl/MatrixTaggingProviderImpl.java:[376,41] 
> cannot find symbol
> [ERROR] symbol:   class URLBuilder
> [ERROR] location: class 
> org.theospi.portfolio.tagging.impl.MatrixTaggingProviderImpl
> [ERROR] 
> /home/tomcat-contrib/sakai/osp/matrix/api-impl/src/java/org/theospi/portfolio/tagging/impl/MatrixTaggingProviderImpl.java:[376,83] 
> cannot find symbol
> [ERROR] symbol:   method 
> createURLBuilder(java.lang.String,java.lang.String,java.util.Map<java.lang.String,java.lang.String>)
> [ERROR] location: interface org.sakaiproject.taggable.api.TaggingManager
> [ERROR] 
> /home/tomcat-contrib/sakai/osp/matrix/api-impl/src/java/org/theospi/portfolio/tagging/impl/MatrixTaggingProviderImpl.java:[378,41] 
> cannot find symbol
> [ERROR] symbol:   class Evaluation
> [ERROR] location: class 
> org.theospi.portfolio.tagging.impl.MatrixTaggingProviderImpl
> [ERROR] 
> /home/tomcat-contrib/sakai/osp/matrix/api-impl/src/java/org/theospi/portfolio/tagging/impl/MatrixTaggingProviderImpl.java:[418,17] 
> cannot find symbol
> [ERROR] symbol:   class URLBuilder
> [ERROR] location: class 
> org.theospi.portfolio.tagging.impl.MatrixTaggingProviderImpl
> [ERROR] 
> /home/tomcat-contrib/sakai/osp/matrix/api-impl/src/java/org/theospi/portfolio/tagging/impl/MatrixTaggingProviderImpl.java:[418,63] 
> cannot find symbol
> [ERROR] symbol:   method 
> createURLBuilder(java.lang.String,java.lang.String,java.util.Map<java.lang.String,java.lang.String>)
> [ERROR] location: interface org.sakaiproject.taggable.api.TaggingManager
> [ERROR] 
> /home/tomcat-contrib/sakai/osp/matrix/api-impl/src/java/org/theospi/portfolio/tagging/impl/MatrixTaggingProviderImpl.java:[436,30] 
> cannot find symbol
> [ERROR] symbol:   method getItemLevelEvaluationDevice()
> [ERROR] location: variable wpd of type 
> org.theospi.portfolio.matrix.model.WizardPageDefinition
> [ERROR] 
> /home/tomcat-contrib/sakai/osp/matrix/api-impl/src/java/org/theospi/portfolio/tagging/impl/MatrixTaggingProviderImpl.java:[437,45] 
> cannot find symbol
> [ERROR] symbol:   method isDefaultItemLevelEval()
> [ERROR] location: variable wpd of type 
> org.theospi.portfolio.matrix.model.WizardPageDefinition
> [ERROR] 
> /home/tomcat-contrib/sakai/osp/matrix/api-impl/src/java/org/theospi/portfolio/tagging/impl/MatrixTaggingProviderImpl.java:[438,40] 
> cannot find symbol
> [ERROR] symbol:   method getItemLevelEvaluationDevice()
> [ERROR] location: variable scaffolding of type 
> org.theospi.portfolio.matrix.model.Scaffolding
> [ERROR] 
> /home/tomcat-contrib/sakai/osp/matrix/api-impl/src/java/org/theospi/portfolio/tagging/impl/MatrixTaggingProviderImpl.java:[438,86] 
> cannot find symbol
> [ERROR] symbol:   method isDefaultItemLevelEval()
> [ERROR] location: variable wpd of type 
> org.theospi.portfolio.matrix.model.WizardPageDefinition
> [ERROR] 
> /home/tomcat-contrib/sakai/osp/matrix/api-impl/src/java/org/theospi/portfolio/tagging/impl/MatrixTaggingProviderImpl.java:[485,16] 
> cannot find symbol
> [ERROR] symbol:   method isDefaultItemLevelEval()
> [ERROR] location: variable wpd of type 
> org.theospi.portfolio.matrix.model.WizardPageDefinition
> [ERROR] 
> /home/tomcat-contrib/sakai/osp/matrix/api-impl/src/java/org/theospi/portfolio/tagging/impl/MatrixTaggingProviderImpl.java:[486,28] 
> cannot find symbol
> [ERROR] symbol:   method isItemLevelEvals()
> [ERROR] location: variable scaffolding of type 
> org.theospi.portfolio.matrix.model.Scaffolding
> [ERROR] 
> /home/tomcat-contrib/sakai/osp/matrix/api-impl/src/java/org/theospi/portfolio/tagging/impl/MatrixTaggingProviderImpl.java:[486,62] 
> cannot find symbol
> [ERROR] symbol:   method isEnableItemLevelEvalsInLinkedTools()
> [ERROR] location: variable scaffolding of type 
> org.theospi.portfolio.matrix.model.Scaffolding
> [ERROR] 
> /home/tomcat-contrib/sakai/osp/matrix/api-impl/src/java/org/theospi/portfolio/tagging/impl/MatrixTaggingProviderImpl.java:[487,35] 
> cannot find symbol
> [ERROR] symbol:   method isHideItemLevelEvals()
> [ERROR] location: variable scaffolding of type 
> org.theospi.portfolio.matrix.model.Scaffolding
> [ERROR] 
> /home/tomcat-contrib/sakai/osp/matrix/api-impl/src/java/org/theospi/portfolio/tagging/impl/MatrixTaggingProviderImpl.java:[491,20] 
> cannot find symbol
> [ERROR] symbol:   method isItemLevelEvals()
> [ERROR] location: variable wpd of type 
> org.theospi.portfolio.matrix.model.WizardPageDefinition
> [ERROR] 
> /home/tomcat-contrib/sakai/osp/matrix/api-impl/src/java/org/theospi/portfolio/tagging/impl/MatrixTaggingProviderImpl.java:[491,46] 
> cannot find symbol
> [ERROR] symbol:   method isHideItemLevelEvals()
> [ERROR] location: variable wpd of type 
> org.theospi.portfolio.matrix.model.WizardPageDefinition
> [ERROR] -> [Help 1]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with 
> the -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions, 
> please read the following articles:
> [ERROR] [Help 1] 
> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
> [ERROR]
> [ERROR] After correcting the problems, you can resume the build with 
> the command
> [ERROR]   mvn <goals> -rf :osp-matrix-impl
>
> Greg
>
> From: <Thomas>, Gregory Thomas <gjthomas at iu.edu <mailto:gjthomas at iu.edu>>
> Date: Friday, April 11, 2014 5:08 PM
> To: Gregory Thomas <gjthomas at iu.edu <mailto:gjthomas at iu.edu>>, Matthew 
> Jones <matthew at longsight.com <mailto:matthew at longsight.com>>, Anthony 
> Whyte <arwhyte at umich.edu <mailto:arwhyte at umich.edu>>
> Cc: Andrea Schmidt <agschmid at umail.iu.edu 
> <mailto:agschmid at umail.iu.edu>>, 
> "sakai-core-team at collab.sakaiproject.org 
> <mailto:sakai-core-team at collab.sakaiproject.org>" 
> <sakai-core-team at collab.sakaiproject.org 
> <mailto:sakai-core-team at collab.sakaiproject.org>>
> Subject: Re: [sakai-core-team] [cle-release-team] OSP reverts
>
> Newest error:
>
> [ERROR] Failed to execute goal on project sakai-metaobj-assembly: 
> Could not resolve dependencies for project 
> org.sakaiproject.metaobj:sakai-metaobj-assembly:pom:11-SNAPSHOT: Could 
> not find artifact 
> org.sakaiproject.metaobj:sakai-metaobj-help:jar:11-SNAPSHOT in 
> sakai-maven2-snapshots 
> (http://source.sakaiproject.org/maven2-snapshots) -> [Help 1]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with 
> the -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions, 
> please read the following articles:
> [ERROR] [Help 1] 
> http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
> [ERROR]
> [ERROR] After correcting the problems, you can resume the build with 
> the command
> [ERROR]   mvn <goals> -rf :sakai-metaobj-assembly
>
> From: <Thomas>, Gregory Thomas <gjthomas at iu.edu <mailto:gjthomas at iu.edu>>
> Date: Friday, April 11, 2014 4:54 PM
> To: Matthew Jones <matthew at longsight.com 
> <mailto:matthew at longsight.com>>, Anthony Whyte <arwhyte at umich.edu 
> <mailto:arwhyte at umich.edu>>
> Cc: Andrea Schmidt <agschmid at umail.iu.edu 
> <mailto:agschmid at umail.iu.edu>>, 
> "sakai-core-team at collab.sakaiproject.org 
> <mailto:sakai-core-team at collab.sakaiproject.org>" 
> <sakai-core-team at collab.sakaiproject.org 
> <mailto:sakai-core-team at collab.sakaiproject.org>>
> Subject: Re: [sakai-core-team] [cle-release-team] OSP reverts
>
> I commented out assignment2 in the pom.xml for the experimental build.
>
> I think this was related to OSP, as well: 
> https://jira.sakaiproject.org/browse/ASNN-825
>
> Kicked off the experimental build again and we'll see what happens.
>
> Greg
>
> From: Matthew Jones <matthew at longsight.com <mailto:matthew at longsight.com>>
> Date: Friday, April 11, 2014 10:01 AM
> To: Anthony Whyte <arwhyte at umich.edu <mailto:arwhyte at umich.edu>>
> Cc: "sakai-core-team at collab.sakaiproject.org 
> <mailto:sakai-core-team at collab.sakaiproject.org>" 
> <sakai-core-team at collab.sakaiproject.org 
> <mailto:sakai-core-team at collab.sakaiproject.org>>, Andrea Schmidt 
> <agschmid at umail.iu.edu <mailto:agschmid at umail.iu.edu>>
> Subject: Re: [sakai-core-team] [cle-release-team] OSP reverts
>
> Okay with the github repos but failed building assignment2 last night. 
> Yours work with that too? Probably best to remove assignment2 from the 
> pom just to get experimental up.
> [ERROR] COMPILATION ERROR :
> [INFO] -------------------------------------------------------------
> [ERROR] /home/tomcat-contrib/sakai/assignment2/impl/src/java/org/sakaiproject/assignment2/taggable/impl/AssignmentItemImpl.java:[35,37] cannot find symbol
>    symbol:   class EvaluateableItem
>    location: package org.sakaiproject.taggable.api
> [ERROR] /home/tomcat-contrib/sakai/assignment2/impl/src/java/org/sakaiproject/assignment2/taggable/impl/AssignmentItemImpl.java:[43,58] cannot find symbol
>    symbol: class EvaluateableItem
> [INFO] 2 errors
>
>
>
> _______________________________________________
> sakai-core-team mailing list
> sakai-core-team at collab.sakaiproject.org
> http://collab.sakaiproject.org/mailman/listinfo/sakai-core-team

-- 
Neal Caidin
Sakai Community Coordinator
Apereo Foundation
neal.caidin at apereo.org
Skype me! (but let me know in advance for the first interaction) - nealkdin

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://collab.sakaiproject.org/pipermail/sakai-core-team/attachments/20140421/e5ea32a3/attachment-0001.html 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: postbox-contact.jpg
Type: image/jpeg
Size: 1247 bytes
Desc: not available
Url : http://collab.sakaiproject.org/pipermail/sakai-core-team/attachments/20140421/e5ea32a3/attachment-0003.jpg 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: compose-unknown-contact.jpg
Type: image/jpeg
Size: 770 bytes
Desc: not available
Url : http://collab.sakaiproject.org/pipermail/sakai-core-team/attachments/20140421/e5ea32a3/attachment-0004.jpg 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: postbox-contact.jpg
Type: image/jpeg
Size: 1196 bytes
Desc: not available
Url : http://collab.sakaiproject.org/pipermail/sakai-core-team/attachments/20140421/e5ea32a3/attachment-0005.jpg 


More information about the sakai-core-team mailing list