[Building Sakai] org.apache.commons.fileupload does not exist?

Anthony Whyte arwhyte at umich.edu
Wed Nov 18 20:22:46 PST 2009


Confirmed these failures locally by testing the 2.5.x, 2.6.x and 2.7.x  
branches using Maven 2.0.10 in order to mimic Nightly2 (I normally use  
2.1.0).  This issue also affects trunk.

The problem is that the post-em tool pom does not list commons- 
fileupload explicitly as a dependency.  It needs:

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

Note: <version> is inherited from the master pom.

What triggered Maven's apparent behavior change and Nightly2's noon  
and subsequent trunk builds is a mystery to me.  The only common issue  
affecting trunk, 2.5.x, 2.6.x and 2.7.x is that our Maven builds are  
currently denied access to the http://myfaces.zones.apache.org/dist/maven-repository 
  repo.  I don't know why this would trigger an apparent behavioral  
change in Maven.

I have committed fixes to 2.5.x, 2.6.x, 2.7.x and trunk.

I'd like to thank Seth for manning the last dog watch with me in order  
to sort this out before the midnight Nightly2 build.  Hopefully,  
Nightly2 will build but, I'm not staying up to find out.

Cheers,

Anth

On Nov 18, 2009, at 6:09 PM, Seth Theriault wrote:

> Speelmon, Lance Day wrote:
>
>> Is anyone else seeing this error when trying to build sakai/trunk?   
>> Thanks, L
>
> Yes, this error also affects the 2.5.x branch (where I first
> noticed it). Anthony Whyte and I were looking at it earlier,
> but we didn;t see anything obvious.
>
> It looks as though trunk has been broken since at least 12
> noon U.S. Eastern time today, the time of the last successful
> Nightly2 trunk build.
>
> Seth
>
> _______________________________________________
> 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"
>
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://collab.sakaiproject.org/pipermail/sakai-dev/attachments/20091118/3933d305/attachment.html 


More information about the sakai-dev mailing list