The missing classes are here https://github.com/apache/struts/pull/114
- for now ignore the plugin, first the change must go in

2016-11-23 15:08 GMT+01:00 Greg Huber <gregh3...@gmail.com>:
> I don't use git, so i have no idea what your are saying PR wise.
>
> From the source:
>
> import org.apache.struts2.dispatcher.multipart.AbstractMultiPartRequest
>
> public class GaeMultiPartRequest extends AbstractMultiPartRequest
>
> ##
>
> so i need the class
> org.apache.struts2.dispatcher.multipart.AbstractMultiPartRequest.java
> to compile it locally.
>
> It should be somewhere where I can download it.
>
>
>
>
> On 23 November 2016 at 13:59, Lukasz Lenart <lukaszlen...@apache.org> wrote:
>
>> Yes, first the PR must be merged than the plugin can be used :) I have
>> done that locally and everything is fine. The most important things is
>> that the PR doesn't break backward compatibility :)
>>
>> 2016-11-23 14:52 GMT+01:00 Greg Huber <gregh3...@gmail.com>:
>> > I have downloaded the plugin to get the source to copy to my server and
>> > these are the ones that are missing, and it won't compile.?
>> >
>> > On 23 November 2016 at 13:48, Lukasz Lenart <lukaszlen...@apache.org>
>> wrote:
>> >
>> >> 2016-11-23 14:32 GMT+01:00 Greg Huber <gregh3...@gmail.com>:
>> >> > where do all these come from?
>> >> >
>> >> > import org.apache.struts2.dispatcher.multipart.UploadedFile;
>> >> > import org.apache.struts2.dispatcher.multipart.
>> AbstractMultiPartRequest;
>> >>
>> >> These are new things added in that PR, where that abstract class is
>> >> just a helper to reduce code duplication - the same as
>> >> AbstractInterceptor
>> >>
>> >> > import org.apache.struts2.dispatcher.multipart.MultiPartRequest;
>> >>
>> >> This interface was already in Struts, it's used to implement different
>> >> approaches - Jakarta, Jakarta Stream, Pell and right now my solution
>> >> supporting GAE
>> >>
>> >>
>> >> Regards
>> >> --
>> >> Ɓukasz
>> >> + 48 606 323 122 http://www.lenart.org.pl/
>> >>
>> >> ---------------------------------------------------------------------
>> >> To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
>> >> For additional commands, e-mail: dev-h...@struts.apache.org
>> >>
>> >>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
>> For additional commands, e-mail: dev-h...@struts.apache.org
>>
>>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
For additional commands, e-mail: dev-h...@struts.apache.org

Reply via email to