David,
I looked at the Gump output a week or so ago...
[javac]
/x1/gump/public/workspace/portals-pluto-1.0/portal/src/java/org/apache/commons/fileupload/PortletFileUploadBase.java:290:
cannot find symbol
[javac] symbol : constructor MultipartStream(java.io.InputStream,byte[])
[javac] location: class org.apache.commons.fileupload.MultipartStream
[javac] MultipartStream multi = new MultipartStream(input,
boundary);
It looks like a problem with the commons-fileupload dependency?
It isn't clear to me (because I'm not familiar with Gump) - is Gump
building the 1.0.1 tag or are they pulling the 1.0.2 branch? As far as
I know there's nothing that has been done in the 1.0.2 branch that would
cause this (but I've been wrong before)
I can take responsibility for looking into this and figgurin' this one
out, seeing has how I've been the one messing around with 1.0.2 lately.
Elliot
David H. DeWolf wrote:
Anyone looked into these? Looks like it's due to dependency failures in
1.0. Any one aware of what's been going on in 1.0 that could have
affected this. . .?
David