RE: [Asking]About Aries JDK7's building

2013-04-17 Thread Timothy Ward
I know a number of people have had errors building with JDK 7 in the past. I thought all the problems had been fixed, but this may not be the case. Regards, Tim Ward --- Apache Aries PMC member Enterprise OSGi advocate Enterprise OSGi in Action (http://www.manning.com/cummins)

Re: [Asking]About Aries JDK7's building

2013-04-17 Thread Tang Yong
Hi Tim Thanks your reply. Currently, JDK 6 has not any problem, however, 7 has problem. Maybe should create a java7-parent in default-parent to resolve these problems. I wish that I have more time to do it. :) Tang Timothy Ward wrote: I know a number of people have had errors building with

Re: [Asking]About Aries JDK7's building

2013-04-17 Thread Tang Yong
Tim, I made a confirmation and the following modules need to be fixed in order to compile in jdk7, however, needing to be careful: 1) testsupport/testsupport-unit [Fixing] File.toURL() --- File.toURI().toURL() 2) util/util-r42 org.osgi.service.framework.CompositeBundle has been depreciated