Re: Axis2 Build On Different Platforms

2015-07-08 Thread Eranda Sooriyabandara
Yeah, I'll take a look on them. thanks Eranda On Wed, Jul 8, 2015 at 12:49 AM, Shameera Rathnayaka shameerai...@gmail.com wrote: Hi Eranda, Now the webapp and osgi-test modules are not building with jdk1.8 , would you like to have a look on that? Regards, Shameera. On Tue, Jul 7,

Re: Axis2 Build On Different Platforms

2015-07-07 Thread Andreas Veithen
This isn't about taking advantage of JDK 8 features. Our CI builds use Java 7 anyway (and if the infra team fixes the current problem with Java 6, I will probably switch then back to that version). The purpose is to allow users to build the source code using a wider range of Java versions.

Re: Axis2 Build On Different Platforms

2015-07-07 Thread Eranda Sooriyabandara
Then I can give a hand to Shameera on building. thanks Eranda On Tue, Jul 7, 2015 at 4:07 PM, Andreas Veithen andreas.veit...@gmail.com wrote: This isn't about taking advantage of JDK 8 features. Our CI builds use Java 7 anyway (and if the infra team fixes the current problem with Java 6, I

Re: Axis2 Build On Different Platforms

2015-07-07 Thread Shameera Rathnayaka
Hi Eranda, Now the webapp and osgi-test modules are not building with jdk1.8 , would you like to have a look on that? Regards, Shameera. On Tue, Jul 7, 2015 at 9:32 PM Eranda Sooriyabandara eranda.sooriyaband...@gmail.com wrote: Then I can give a hand to Shameera on building. thanks

Re: Axis2 Build On Different Platforms

2015-07-06 Thread Shameera Rathnayaka
Hi Andreas, This is due to jaxb security property change with jdk 8. I could able to fix this by setting javax.xml.accessExternalSchema=all in few places where we use ant java task and run JAXWS code generation Tests. Then i got osgi bundle issue and could able fix that too. There are few other

Re: Axis2 Build On Different Platforms

2015-07-06 Thread Eranda Sooriyabandara
I am not discouraging on fixing the build failures on jdk 8 but just building on jdk 8 does not mean that Axis2 take the full advantage of jdk 8 or compatible jdk 8. Isn't it best if we can stick to jdk 7 for the oncoming release and later do a migration as a team effort. thanks Eranda On Mon,

Re: Axis2 Build On Different Platforms

2015-07-04 Thread Andreas Veithen
On Fri, Jul 3, 2015 at 1:42 AM, Hiranya Jayathilaka hiranya...@gmail.com wrote: I was able to build the trunk on Linux+JDK 1.7 with all the tests passing. There were initially some problems with Maven running out of permgen space, but once I increased that limit (to 512MB), things went

Re: Axis2 Build On Different Platforms

2015-07-04 Thread Andreas Veithen
On Fri, Jul 3, 2015 at 4:31 AM, Shameera Rathnayaka shameerai...@gmail.com wrote: Hi Hiranya/Deepal, I could able to build axis2 trunk with Mac OS X + Jdk1.7 with test after increasing the premgen. FYI trunk build failed with jdk1.8 with test compilation failures in jaxws module. A quick

Re: Axis2 Build On Different Platforms

2015-07-03 Thread Deepal jayasinghe
Hi Shameera, I think Axis2 builds fine on Linux distributions, and that is sufficient enough for us to continue. However, it would be great if we can get it working in Windows as well. Deepal Hi Hiranya/Deepal, I could able to build axis2 trunk with Mac OS X + Jdk1.7 with test after

Axis2 Build On Different Platforms

2015-07-02 Thread Andun Sameera
Hi Devs, I tried testing $subject. - The build is successful without tests in Linux with JDK 1.7. - The build is failed with tests in Linux with JDK 1.7. - In Windows with JDK 1.6 cases a UnsupportedClassVersionError - In Windows with JDK 1.7 build failed due to out of of memory

Re: Axis2 Build On Different Platforms

2015-07-02 Thread Deepal Jayasinghe
I think it should be safer to assume 1.7, it is hard to support old JDKs. (Yes, I too got things working with 1.7+Ubuntu with heap size increase.) Deepal On Thu, Jul 2, 2015 at 5:42 PM, Hiranya Jayathilaka hiranya...@gmail.com wrote: I was able to build the trunk on Linux+JDK 1.7 with all the

Re: Axis2 Build On Different Platforms

2015-07-02 Thread Hiranya Jayathilaka
I was able to build the trunk on Linux+JDK 1.7 with all the tests passing. There were initially some problems with Maven running out of permgen space, but once I increased that limit (to 512MB), things went smoothly. I have a feeling you will see similar results on Windows+JDK 1.7 if you set the

Re: Axis2 Build On Different Platforms

2015-07-02 Thread Hiranya Jayathilaka
I was able to build on Linux+JDK 1.6 too. The error Andun pointed out is actually a Maven problem. I got the same error when running Maven 3.3 on JDK 1.6. Apparently that's not a supported combination. If you use Maven 3.2, things work fine. I think it's safe to assume that Axis2 builds fine on

Re: Axis2 Build On Different Platforms

2015-07-02 Thread Shameera Rathnayaka
Hi Hiranya/Deepal, I could able to build axis2 trunk with Mac OS X + Jdk1.7 with test after increasing the premgen. FYI trunk build failed with jdk1.8 with test compilation failures in jaxws module. Thanks, Shameera. On Thu, Jul 2, 2015 at 9:32 PM Hiranya Jayathilaka hiranya...@gmail.com wrote:

Re: Axis2 Build On Different Platforms

2015-07-02 Thread Hiranya Jayathilaka
Hi Andun, Thanks for looking into this problem. Have you found any root causes/solutions? Some more comments in-line: On Thu, Jul 2, 2015 at 12:50 AM, Andun Sameera andun...@gmail.com wrote: Hi Devs, I tried testing $subject. - The build is successful without tests in Linux with JDK