Error with getIfNewer and SCP

2006-11-21 Thread John Casey
Hi, I was wondering whether anyone had any insight into this particular problem? I remember this coming up last winter, when Brett first tried to fix MNG-1908, but that was rolled back. IIRC, he re-applied it, and now I'm seeing this error again in builds of Maven 2.1-SNAPSHOT. I'm not sure I wan

Re: Error with getIfNewer and SCP

2006-11-21 Thread Brett Porter
getIfNewer has always been part of the wagon API - we are just expecting it to be implemented now. I'll check over the wagon's we have and update them. I guess we can catch UnSupOpEx in wagon manager too. Thanks. - Brett On 21/11/2006, at 8:50 AM, John Casey wrote: I guess I was concerned

Re: Error with getIfNewer and SCP

2006-11-21 Thread Brett Porter
Thanks John, I guess I hadn't tried deployment after the fix. This should be straightforward to correct - at the very worst, we could change getIfNewer to just do a get() for SCP. - Brett On 21/11/2006, at 7:32 AM, John Casey wrote: Hi, I was wondering whether anyone had any insight into