Re: warning: [options] bootstrap class path not set in conjunction with -source 1.5

2015-04-29 Thread Emmanuel Bourg
Le 29/04/2015 12:30, Mathieu Malaterre a écrit : > That's exactly my point. AFAIK the debian policy requires that we > target 1.5. Which means my gdcm.jar will *not* work with an older 1.5 > JDK (at runtime). gdcm will work with Java 5 as long as newer JDK APIs aren't used. Pointing the bootclass

Re: warning: [options] bootstrap class path not set in conjunction with -source 1.5

2015-04-29 Thread Mathieu Malaterre
Emmanuel, That's exactly my point. AFAIK the debian policy requires that we target 1.5. Which means my gdcm.jar will *not* work with an older 1.5 JDK (at runtime). On Wed, Apr 29, 2015 at 12:25 PM, Emmanuel Bourg wrote: > Hi Mathieu, > > This warning is harmless, you can ignore it. It just says

Re: warning: [options] bootstrap class path not set in conjunction with -source 1.5

2015-04-29 Thread Emmanuel Bourg
Hi Mathieu, This warning is harmless, you can ignore it. It just says that the compiled class may not work with Java 5, but I don't think it can be responsible for a build failure. Emmanuel Bourg Le 29/04/2015 10:03, Mathieu Malaterre a écrit : > [CC me please] > > Hi, > > Could someone pleas