Re: Oracle Mobile application framework

2015-02-14 Thread Greg Trasuk
@Peter - Can you be specific about why the service browser doesn’t build on Java 8 Compact Profile 2? @Patricia - The service browser is in the original JTSK, but is also in the River-examples project. What I was saying was that the examples should be removed from the JTSK, and hence the serv

Re: Build troubles

2015-02-14 Thread Peter Firmstone
On 14/02/2015 6:19 PM, Mike wrote: Happy to hear that "No" ;) That said, I have been, and would like to continue, hacking on the core. I'll talk about some of my reasons in a different thread than this one though. I'd be interested to hear what you have in mind. This build works on Java 8,

Re: Oracle Mobile application framework

2015-02-14 Thread Peter Firmstone
Still just pondering the possibilities. Compact 2 profile doesn't include swing, awt, kerberos, IIOP or Corba. But it is interesting to consider how we might support it, such as by providing a platform.jar that does. On 14/02/2015 3:08 PM, Patricia Shanahan wrote: We do need to understand why

Re: Build troubles

2015-02-14 Thread Mike
On 13/02/15 17:36, Greg Trasuk wrote: What you’re running into is the fact that part of River’s build system (classdep, in fact) uses the ASM library, and that library changed significantly between Java 7 and Java 8. Yup - I could understand what was breaking, just not the cause... If you ha

Re: Oracle Mobile application framework

2015-02-14 Thread Patricia Shanahan
We do need to understand why it does not build. That issue might affect other River activities. Ideally, it would be changed to make it work in MAF. I feel the browser is a useful part of the examples. If it cannot be made compatible with the MAF I think it would be better to keep it in the ex