[WG: Sakai QA] QA3-US going down for 2.7.0 M1

Anthony Whyte arwhyte at umich.edu
Tue Nov 24 08:32:21 PST 2009


That's because post'em does not explicitly list as a dependency  
commons.fileupload and Maven decided to do the right thing and fail  
the build on it.  That caught us out on trunk last week.  Not standard  
practice but I'm gonna go and patch the tag so that you can complete  
setting up QA3-US.   From Alan the M1 tag is not getting much exercise  
so adding the following lines to the postem pom is not going to muck  
up the integrity of the tag.

<dependency>
       <groupId>commons-fileupload</groupId>
       <artifactId>commons-fileupload</artifactId>
</dependency>

Plus, the M2 tag is going to be cut on Monday.  It will include frozen  
versions of Samigo and Msgcntr.  That leaves only announcements to  
freeze and whatever new capabilities the Product Council recommends  
for inclusion in 2.7.0.

http://jira.sakaiproject.org/browse/SAK-17418

Cheers,

Anth



On Nov 24, 2009, at 11:17 AM, Maurer, Christopher Wayne wrote:

> Hmm...I had a build failure...
>
> [INFO]  
> ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO]  
> ------------------------------------------------------------------------
> [INFO] Compilation failure
>
> /opt/tomcat-qa3/sakai/postem/postem-app/src/java/com/corejsf/ 
> UploadRenderer.java:[40,36] package org.apache.commons.fileupload  
> does not exist
>
> /opt/tomcat-qa3/sakai/postem/postem-app/src/java/com/corejsf/ 
> UploadFilter.java:[40,36] package org.apache.commons.fileupload does  
> not exist
>
> /opt/tomcat-qa3/sakai/postem/postem-app/src/java/com/corejsf/ 
> UploadFilter.java:[41,36] package org.apache.commons.fileupload does  
> not exist
>
> /opt/tomcat-qa3/sakai/postem/postem-app/src/java/com/corejsf/ 
> UploadFilter.java:[42,36] package org.apache.commons.fileupload does  
> not exist
>
> /opt/tomcat-qa3/sakai/postem/postem-app/src/java/com/corejsf/ 
> UploadFilter.java:[43,36] package org.apache.commons.fileupload does  
> not exist
>
> /opt/tomcat-qa3/sakai/postem/postem-app/src/java/com/corejsf/ 
> UploadRenderer.java:[64,2] cannot find symbol
> symbol  : class FileItem
> location: class com.corejsf.UploadRenderer
>
> /opt/tomcat-qa3/sakai/postem/postem-app/src/java/com/corejsf/ 
> UploadRenderer.java:[64,19] cannot find symbol
> symbol  : class FileItem
> location: class com.corejsf.UploadRenderer
>
> /opt/tomcat-qa3/sakai/postem/postem-app/src/java/com/corejsf/ 
> UploadFilter.java:[83,31] cannot find symbol
> symbol  : variable FileUpload
> location: class com.corejsf.UploadFilter
>
> /opt/tomcat-qa3/sakai/postem/postem-app/src/java/com/corejsf/ 
> UploadFilter.java:[89,2] cannot find symbol
> symbol  : class DiskFileUpload
> location: class com.corejsf.UploadFilter
>
> /opt/tomcat-qa3/sakai/postem/postem-app/src/java/com/corejsf/ 
> UploadFilter.java:[89,30] cannot find symbol
> symbol  : class DiskFileUpload
> location: class com.corejsf.UploadFilter
>
> /opt/tomcat-qa3/sakai/postem/postem-app/src/java/com/corejsf/ 
> UploadFilter.java:[99,4] cannot find symbol
> symbol  : class FileItem
> location: class com.corejsf.UploadFilter
>
> /opt/tomcat-qa3/sakai/postem/postem-app/src/java/com/corejsf/ 
> UploadFilter.java:[99,21] cannot find symbol
> symbol  : class FileItem
> location: class com.corejsf.UploadFilter
>
> /opt/tomcat-qa3/sakai/postem/postem-app/src/java/com/corejsf/ 
> UploadFilter.java:[132,11] cannot find symbol
> symbol  : class FileUploadException
> location: class com.corejsf.UploadFilter
>
>
> On Nov 24, 2009, at 9:08 AM, Maurer, Christopher Wayne wrote:
>
>> I'm also running the 2.6.0 --> 2.6.1 conversion
>>
>> Chris
>>
>> On Nov 24, 2009, at 8:54 AM, Maurer, Christopher Wayne wrote:
>>
>>> Will be restarting shortly for the new build.  The database is  
>>> being restored to previous (2.6) content and the 2.7 oracle  
>>> conversion will be run.
>>>
>>> Chris<smime.p7s>_______________________________________________
>>> sakai-qa mailing list
>>> sakai-qa at collab.sakaiproject.org
>>> http://collab.sakaiproject.org/mailman/listinfo/sakai-qa
>>>
>>> TO UNSUBSCRIBE: send email to sakai-qa-unsubscribe at collab.sakaiproject.org 
>>>  with a subject of "unsubscribe"
>>
>
> _______________________________________________
> sakai-qa mailing list
> sakai-qa at collab.sakaiproject.org
> http://collab.sakaiproject.org/mailman/listinfo/sakai-qa
>
> TO UNSUBSCRIBE: send email to sakai-qa-unsubscribe at collab.sakaiproject.org 
>  with a subject of "unsubscribe"



More information about the sakai-qa mailing list