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

Aaron Zeckoski azeckoski at unicon.net
Wed Apr 16 11:10:39 PDT 2014


Basically, it looks like Assignment2 just needs to use a String
instead of a Long as the key for the cache.
-AZ


On Wed, Apr 16, 2014 at 2:04 PM, Thomas, Gregory J <gjthomas at iu.edu> wrote:
> 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
>
> On 4/16/14 9:36 AM, "Kirschner, Beth" <bkirschn at umich.edu> wrote:
>
>>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/MatrixTaggingP
>>roviderImpl.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
>>
>>
>>On Apr 15, 2014, at 9:04 AM, "Kirschner, Beth" <bkirschn at umich.edu> wrote:
>>
>>> I'll try to look at this later today.
>>>
>>> - Beth
>>>
>>> On Apr 14, 2014, at 3:53 PM, "Thomas, Gregory J" <gjthomas at iu.edu>
>>>wrote:
>>>
>>>> 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/port
>>>>folio/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/port
>>>>folio/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/port
>>>>folio/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/port
>>>>folio/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/port
>>>>folio/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.MatrixTaggingProvide
>>>>rImpl,<nulltype>
>>>> [ERROR] reason: actual and formal argument lists differ in length
>>>> [ERROR]
>>>>/home/tomcat-contrib/sakai/osp/matrix/api-impl/src/java/org/theospi/port
>>>>folio/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.MatrixTaggingProvide
>>>>rImpl,<nulltype>
>>>> [ERROR] reason: actual and formal argument lists differ in length
>>>> [ERROR]
>>>>/home/tomcat-contrib/sakai/osp/matrix/api-impl/src/java/org/theospi/port
>>>>folio/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/port
>>>>folio/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/port
>>>>folio/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/port
>>>>folio/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/port
>>>>folio/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/port
>>>>folio/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/port
>>>>folio/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/port
>>>>folio/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/port
>>>>folio/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/port
>>>>folio/tagging/impl/MatrixTaggingProviderImpl.java:[292,53] cannot find
>>>>symbol
>>>> [ERROR] symbol:   method
>>>>getPageByPageDefAndUser(org.sakaiproject.metaobj.shared.model.Id,org.sak
>>>>aiproject.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/port
>>>>folio/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/port
>>>>folio/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/port
>>>>folio/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/port
>>>>folio/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/port
>>>>folio/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/port
>>>>folio/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/port
>>>>folio/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/port
>>>>folio/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/port
>>>>folio/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/port
>>>>folio/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/port
>>>>folio/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/port
>>>>folio/tagging/impl/MatrixTaggingProviderImpl.java:[373,81] cannot find
>>>>symbol
>>>> [ERROR] symbol:   method
>>>>createURLBuilder(java.lang.String,java.lang.String,java.util.Map<java.la
>>>>ng.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/port
>>>>folio/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/port
>>>>folio/tagging/impl/MatrixTaggingProviderImpl.java:[376,83] cannot find
>>>>symbol
>>>> [ERROR] symbol:   method
>>>>createURLBuilder(java.lang.String,java.lang.String,java.util.Map<java.la
>>>>ng.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/port
>>>>folio/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/port
>>>>folio/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/port
>>>>folio/tagging/impl/MatrixTaggingProviderImpl.java:[418,63] cannot find
>>>>symbol
>>>> [ERROR] symbol:   method
>>>>createURLBuilder(java.lang.String,java.lang.String,java.util.Map<java.la
>>>>ng.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/port
>>>>folio/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/port
>>>>folio/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/port
>>>>folio/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/port
>>>>folio/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/port
>>>>folio/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/port
>>>>folio/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/port
>>>>folio/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/port
>>>>folio/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/port
>>>>folio/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/port
>>>>folio/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>
>>>> Date: Friday, April 11, 2014 5:08 PM
>>>> To: Gregory Thomas <gjthomas at iu.edu>, Matthew Jones
>>>><matthew at longsight.com>, Anthony Whyte <arwhyte at umich.edu>
>>>> Cc: Andrea Schmidt <agschmid at umail.iu.edu>,
>>>>"sakai-core-team at collab.sakaiproject.org"
>>>><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/DependencyResolutionExc
>>>>eption
>>>> [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>
>>>> Date: Friday, April 11, 2014 4:54 PM
>>>> To: Matthew Jones <matthew at longsight.com>, Anthony Whyte
>>>><arwhyte at umich.edu>
>>>> Cc: Andrea Schmidt <agschmid at umail.iu.edu>,
>>>>"sakai-core-team at collab.sakaiproject.org"
>>>><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>
>>>> Date: Friday, April 11, 2014 10:01 AM
>>>> To: Anthony Whyte <arwhyte at umich.edu>
>>>> Cc: "sakai-core-team at collab.sakaiproject.org"
>>>><sakai-core-team at collab.sakaiproject.org>, Andrea Schmidt
>>>><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/as
>>>>signment2/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/as
>>>>signment2/taggable/impl/AssignmentItemImpl.java:[43,58] cannot find
>>>>symbol
>>>>  symbol: class EvaluateableItem
>>>> [INFO] 2 errors
>>>>
>>>>
>>>>
>>>> On Thu, Apr 10, 2014 at 2:41 PM, Anthony Whyte <arwhyte at umich.edu>
>>>>wrote:
>>>>> As of r305950 the links were good and experimental built fine.
>>>>>
>>>>> clog https://github.com/adrianfish/clog/trunk
>>>>> clogdashboardintegration
>>>>>https://github.com/adrianfish/clogdashboardintegration/trunk
>>>>> yaft https://github.com/adrianfish/yaft/trunk
>>>>>
>>>>>
>>>>> On Thu, Apr 10, 2014 at 2:32 PM, Anthony Whyte <arwhyte at umich.edu>
>>>>>wrote:
>>>>>> No.  Do not change the github paths.  The ones below are all correct.
>>>>>>
>>>>>>
>>>>>> # Experimental (Github)
>>>>>> clog https://github.com/adrianfish/clog/trunk
>>>>>> clogdashboardintegration
>>>>>>https://github.com/adrianfish/clogdashboardintegration/trunk
>>>>>> yaft https://github.com/adrianfish/yaft/trunk
>>>>>> rss
>>>>>>https://github.com/steveswinsburg/simple-rss-portlet/branches/sakai-10
>>>>>>
>>>>>>
>>>>>> On Thu, Apr 10, 2014 at 1:01 PM, Kirschner, Beth
>>>>>><bkirschn at umich.edu> wrote:
>>>>>>> Disclaimer: I know nothing about github integration into a
>>>>>>>subversion .externals file, but it looks like the URLs for the
>>>>>>>github repos might be incorrect, at least from when I navigate
>>>>>>>through the browser. Could you try changing them as follows?
>>>>>>>
>>>>>>> clog https://github.com/adrianfish/clog/blob/master/
>>>>>>> clogdashboard
>>>>>>>https://github.com/adrianfish/clogdashboardintegration/blob/master/
>>>>>>> yaft https://github.com/adrianfish/yaft/blob/master
>>>>>>>
>>>>>>> If that doesn't work, could you comment out the
>>>>>>>clog/clogdashboard/yaft tools for now? This would allow Andrea to
>>>>>>>get started on testing OSP.
>>>>>>>
>>>>>>> Thanks,
>>>>>>> - Beth
>>>>>>>
>>>>>>> On Apr 10, 2014, at 9:57 AM, "Thomas, Gregory J" <gjthomas at iu.edu>
>>>>>>>wrote:
>>>>>>>
>>>>>>>> Experimental server is still an issue.  It has gotten past the
>>>>>>>>certificate stuff that was a problem at the beginning, but the
>>>>>>>>results at the end are still the sameS
>>>>>>>>
>>>>>>>> [ERROR] The build could not read 1 project -> [Help 1]
>>>>>>>> [ERROR]
>>>>>>>> [ERROR]   The project org.sakaiproject:base:11-SNAPSHOT
>>>>>>>>(/home/tomcat-contrib/sakai/pom.xml) has 3 errors
>>>>>>>> [ERROR]     Child module /home/tomcat-contrib/sakai/clog/pom.xml
>>>>>>>>of /home/tomcat-contrib/sakai/pom.xml does not exist
>>>>>>>> [ERROR]     Child module
>>>>>>>>/home/tomcat-contrib/sakai/clogdashboardintegration/pom.xml of
>>>>>>>>/home/tomcat-contrib/sakai/pom.xml does not exist
>>>>>>>> [ERROR]     Child module /home/tomcat-contrib/sakai/yaft/pom.xml
>>>>>>>>of /home/tomcat-contrib/sakai/pom.xml does not exist
>>>>>>>>
>>>>>>>> Doesn't seem to complain about the rss tool in github.  I'm not
>>>>>>>>sure what to make of it.
>>>>>>>>
>>>>>>>> Are these repos still valid (from
>>>>>>>>https://source.sakaiproject.org/svn/sakai/branches/sakai-trunk-exper
>>>>>>>>imental/.externals)?
>>>>>>>>
>>>>>>>> clog https://github.com/adrianfish/clog/
>>>>>>>> clogdashboardintegration
>>>>>>>>https://github.com/adrianfish/clogdashboardintegration/
>>>>>>>> yaft https://github.com/adrianfish/yaft/
>>>>>>>>
>>>>>>>> Greg
>>>>>>>>
>>>>>>>> From: <Thomas>, Gregory Thomas <gjthomas at iu.edu>
>>>>>>>> Date: Monday, April 7, 2014 4:40 PM
>>>>>>>> To: "Kirschner, Beth" <bkirschn at umich.edu>, Matthew Jones
>>>>>>>><matthew at longsight.com>
>>>>>>>> Cc: Neal Caidin <neal.caidin at apereo.org>, Andrea Schmidt
>>>>>>>><agschmid at umail.iu.edu>, "cle-release-team at collab.sakaiproject.org"
>>>>>>>><cle-release-team at collab.sakaiproject.org>
>>>>>>>> Subject: Re: [cle-release-team] OSP reverts
>>>>>>>>
>>>>>>>> I'll look into seeing if I can fix it for this evening.
>>>>>>>>
>>>>>>>> From: <Kirschner>, Beth <bkirschn at umich.edu>
>>>>>>>> Date: Monday, April 7, 2014 3:13 PM
>>>>>>>> To: Matthew Jones <matthew at longsight.com>
>>>>>>>> Cc: Neal Caidin <neal.caidin at apereo.org>, Andrea Schmidt
>>>>>>>><agschmid at umail.iu.edu>, Gregory Thomas <gjthomas at iu.edu>,
>>>>>>>>"cle-release-team at collab.sakaiproject.org"
>>>>>>>><cle-release-team at collab.sakaiproject.org>
>>>>>>>> Subject: Re: [cle-release-team] OSP reverts
>>>>>>>>
>>>>>>>> On Apr 7, 2014, at 2:49 PM, Matthew Jones <matthew at longsight.com>
>>>>>>>>wrote:
>>>>>>>>
>>>>>>>>> The problem with the experimental the other day was that Adrian's
>>>>>>>>>git projects (yaft/clog) moved to a different repo. I think the
>>>>>>>>>problem it's having at the moment are with accepting the
>>>>>>>>>certificates.
>>>>>>>>>
>>>>>>>>> I think Greg either accepted these or we needed to tell git not
>>>>>>>>>to verify.
>>>>>>>>> http://stackoverflow.com/a/11622001
>>>>>>>>>
>>>>>>>> I think Greg accepted them last time - so he'll probably have to
>>>>>>>>do that again.
>>>>>>>>
>>>>>>>> - Beth
>>>>>>>>
>>>>>>>>>
>>>>>>>>> On Mon, Apr 7, 2014 at 2:45 PM, Matthew Jones
>>>>>>>>><matthew at longsight.com> wrote:
>>>>>>>>> Yeah, osp, metaobj and warehouse were pulled out of the trunk
>>>>>>>>>master pom because of startup failures. Possibly with the reverts
>>>>>>>>>it will startup.
>>>>>>>>>
>>>>>>>>> https://jira.sakaiproject.org/browse/SAK-25782
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> On Mon, Apr 7, 2014 at 2:38 PM, Kirschner, Beth
>>>>>>>>><bkirschn at umich.edu> wrote:
>>>>>>>>> There's a problem testing on trunk, since OSP has been disabled
>>>>>>>>>_and_ pulled out of the trunk build. I think OSP is included in
>>>>>>>>>the experimental nightly server
>>>>>>>>>(http://nightly2.sakaiproject.org:8085/portal), but that server
>>>>>>>>>isn't running at the moment.
>>>>>>>>>
>>>>>>>>> Greg -- any ideas on what the problem is with the experimental
>>>>>>>>>nightly server?
>>>>>>>>>
>>>>>>>>> thanks,
>>>>>>>>> - Beth
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> On Apr 7, 2014, at 11:35 AM, Neal Caidin <neal.caidin at apereo.org>
>>>>>>>>>wrote:
>>>>>>>>>
>>>>>>>>>> That's good news!  We have an OSP tester lined up.
>>>>>>>>>>
>>>>>>>>>> Should we test on trunk or QA06?
>>>>>>>>>>
>>>>>>>>>> Thanks Beth!
>>>>>>>>>>
>>>>>>>>>> -- Neal
>>>>>>>>>>
>>>>>>>>>>> <postbox-contact.jpg>Kirschner, Beth April 7, 2014 at 11:32 AM
>>>>>>>>>>> The IU OSP changes have been reverted in sakai trunk. My
>>>>>>>>>>>initial testing of the related JIRAs shows that the regressions
>>>>>>>>>>>have been resolved. But this has changed a lot of OSP
>>>>>>>>>>>(osp/metaobj/taggable) code, and a little assignments code, so
>>>>>>>>>>>this could use some good testing.
>>>>>>>>>>>
>>>>>>>>>>> Thanks,
>>>>>>>>>>> - Beth
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> _______________________________________________
>>>>>>>>>>> cle-release-team mailing list
>>>>>>>>>>> cle-release-team at collab.sakaiproject.org
>>>>>>>>>>> http://collab.sakaiproject.org/mailman/listinfo/cle-release-team
>>>>>>>>>>> <postbox-contact.jpg>Kirschner, BethApril 4, 2014 at 10:23 AM
>>>>>>>>>>> FYI -- https://jira.sakaiproject.org/browse/SAK-26043
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> <compose-unknown-contact.jpg>Thomas, Gregory J April 3, 2014 at
>>>>>>>>>>>5:01 PM
>>>>>>>>>>> That'd be fine.
>>>>>>>>>>>
>>>>>>>>>>> Greg
>>>>>>>>>>>
>>>>>>>>>>> From: <Kirschner>, Beth <bkirschn at umich.edu>
>>>>>>>>>>> Date: Thursday, April 3, 2014 4:56 PM
>>>>>>>>>>> To: Neal Caidin <neal.caidin at apereo.org>, Gregory Thomas
>>>>>>>>>>><gjthomas at iu.edu>
>>>>>>>>>>> Cc: "cle-release-team at collab.sakaiproject.org"
>>>>>>>>>>><cle-release-team at collab.sakaiproject.org>
>>>>>>>>>>> Subject: Re: [cle-release-team] OSP reverts
>>>>>>>>>>>
>>>>>>>>>>> Hi Greg - how about I create a branch off of trunk with the
>>>>>>>>>>>current IU changes - that way someone could spend the time to
>>>>>>>>>>>debug, fix and merge back to trunk when ready without holding up
>>>>>>>>>>>the Sakai 10 release.  I've attached a copy of the svn log
>>>>>>>>>>>listing the revisions and JIRAs that I would be reverting. I'd
>>>>>>>>>>>re-open the affected JIRAs to document the fact that they are no
>>>>>>>>>>>longer in trunk.
>>>>>>>>>>>
>>>>>>>>>>> - Beth
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> On Apr 3, 2014, at 4:03 PM, Neal Caidin
>>>>>>>>>>><neal.caidin at apereo.org> wrote:
>>>>>>>>>>>
>>>>>>>>>>>> Hi Greg,
>>>>>>>>>>>>
>>>>>>>>>>>> I believe the thinking was to revert on trunk, test, and then
>>>>>>>>>>>>merge per our usual cycle.
>>>>>>>>>>>>
>>>>>>>>>>>> Why would you prefer we only revert on 10.x branch? Eventually
>>>>>>>>>>>>(not sure when) OSP is likely to be pulled out of trunk, since
>>>>>>>>>>>>it will not be in Sakai 11.
>>>>>>>>>>>>
>>>>>>>>>>>> -- Neal
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>>>      Thomas, Gregory J       April 3, 2014 at 3:52 PM
>>>>>>>>>>>>> Are you doing this with just 10.x or trunk?  I'd prefer if
>>>>>>>>>>>>>you left trunk alone unless it's considered unusable in its
>>>>>>>>>>>>>current state.
>>>>>>>>>>>>>
>>>>>>>>>>>>> Greg
>>>>>>>>>>>>>
>>>>>>>>>>>>> From: Neal Caidin <neal.caidin at apereo.org>
>>>>>>>>>>>>> Date: Thursday, April 3, 2014 3:49 PM
>>>>>>>>>>>>> To: "Kirschner, Beth" <bkirschn at umich.edu>
>>>>>>>>>>>>> Cc: "cle-release-team at collab.sakaiproject.org"
>>>>>>>>>>>>><cle-release-team at collab.sakaiproject.org>
>>>>>>>>>>>>> Subject: [cle-release-team] OSP reverts
>>>>>>>>>>>>>
>>>>>>>>>>>>> Okay, please proceed with reverting. After the reversing the
>>>>>>>>>>>>>changes we need to let them know so that they can re-test
>>>>>>>>>>>>>those bugs and see if they still exist or not.
>>>>>>>>>>>>>
>>>>>>>>>>>>> Feel free to proceed Beth.
>>>>>>>>>>>>>
>>>>>>>>>>>>> Thanks!
>>>>>>>>>>>>> Neal
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> --
>>>>>>>>>>>> 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
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> <postbox-contact.jpg>Kirschner, BethApril 3, 2014 at 4:56 PM
>>>>>>>>>>> Hi Greg - how about I create a branch off of trunk with the
>>>>>>>>>>>current IU changes - that way someone could spend the time to
>>>>>>>>>>>debug, fix and merge back to trunk when ready without holding up
>>>>>>>>>>>the Sakai 10 release.  I've attached a copy of the svn log
>>>>>>>>>>>listing the revisions and JIRAs that I would be reverting. I'd
>>>>>>>>>>>re-open the affected JIRAs to document the fact that they are no
>>>>>>>>>>>longer in trunk.
>>>>>>>>>>>
>>>>>>>>>>> - Beth
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> On Apr 3, 2014, at 4:03 PM, Neal Caidin <neal.caidin at apereo.org>
>>>>>>>>>>> wrote:
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>> Hi Greg,
>>>>>>>>>>>>
>>>>>>>>>>>> I believe the thinking was to revert on trunk, test, and then
>>>>>>>>>>>>merge per our usual cycle.
>>>>>>>>>>>>
>>>>>>>>>>>> Why would you prefer we only revert on 10.x branch? Eventually
>>>>>>>>>>>>(not sure when) OSP is likely to be pulled out of trunk, since
>>>>>>>>>>>>it will not be in Sakai 11.
>>>>>>>>>>>>
>>>>>>>>>>>> -- Neal
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>> Thomas, Gregory JApril 3, 2014 at 3:52 PM
>>>>>>>>>>>>> Are you doing this with just 10.x or trunk?  I'd prefer if
>>>>>>>>>>>>>you left trunk alone unless it's considered unusable in its
>>>>>>>>>>>>>current state.
>>>>>>>>>>>>>
>>>>>>>>>>>>> Greg
>>>>>>>>>>>>>
>>>>>>>>>>>>> From: Neal Caidin
>>>>>>>>>>>>> <neal.caidin at apereo.org>
>>>>>>>>>>>>>
>>>>>>>>>>>>> Date: Thursday, April 3, 2014 3:49 PM
>>>>>>>>>>>>> To: "Kirschner, Beth"
>>>>>>>>>>>>> <bkirschn at umich.edu>
>>>>>>>>>>>>>
>>>>>>>>>>>>> Cc:
>>>>>>>>>>>>> "cle-release-team at collab.sakaiproject.org"
>>>>>>>>>>>>><cle-release-team at collab.sakaiproject.org>
>>>>>>>>>>>>>
>>>>>>>>>>>>> Subject: [cle-release-team] OSP reverts
>>>>>>>>>>>>>
>>>>>>>>>>>>> Okay, please proceed with reverting. After the reversing the
>>>>>>>>>>>>>changes we need to let them know so that they can re-test
>>>>>>>>>>>>>those bugs and see if they still exist or not.
>>>>>>>>>>>>>
>>>>>>>>>>>>> Feel free to proceed Beth.
>>>>>>>>>>>>>
>>>>>>>>>>>>> Thanks!
>>>>>>>>>>>>> Neal
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>> --
>>>>>>>>>>>> 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
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> <compose-unknown-contact.jpg>Neal CaidinApril 3, 2014 at 4:03 PM
>>>>>>>>>>> Hi Greg,
>>>>>>>>>>>
>>>>>>>>>>> I believe the thinking was to revert on trunk, test, and then
>>>>>>>>>>>merge per our usual cycle.
>>>>>>>>>>>
>>>>>>>>>>> Why would you prefer we only revert on 10.x branch? Eventually
>>>>>>>>>>>(not sure when) OSP is likely to be pulled out of trunk, since
>>>>>>>>>>>it will not be in Sakai 11.
>>>>>>>>>>>
>>>>>>>>>>> -- Neal
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> --
>>>>>>>>>> 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
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> _______________________________________________
>>>>>>>>> cle-release-team mailing list
>>>>>>>>> cle-release-team at collab.sakaiproject.org
>>>>>>>>> http://collab.sakaiproject.org/mailman/listinfo/cle-release-team
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>> <postbox-contact.jpg><compose-unknown-contact.jpg>
>>>>>>>
>>>>>>> _______________________________________________
>>>>>>> sakai-core-team mailing list
>>>>>>> sakai-core-team at collab.sakaiproject.org
>>>>>>> http://collab.sakaiproject.org/mailman/listinfo/sakai-core-team
>>>>>>
>>>>>
>>>>>
>>>>> _______________________________________________
>>>>> sakai-core-team mailing list
>>>>> sakai-core-team at collab.sakaiproject.org
>>>>> http://collab.sakaiproject.org/mailman/listinfo/sakai-core-team
>>>>>
>>>>
>>>> _______________________________________________
>>>> sakai-core-team mailing list
>>>> sakai-core-team at collab.sakaiproject.org
>>>> http://collab.sakaiproject.org/mailman/listinfo/sakai-core-team
>>>
>>
>
> _______________________________________________
> sakai-core-team mailing list
> sakai-core-team at collab.sakaiproject.org
> http://collab.sakaiproject.org/mailman/listinfo/sakai-core-team



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


More information about the sakai-core-team mailing list