[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: RFS: disruptor/3.2.0-1 (NEW)



Le 26/01/2014 21:08, Daniel Pocock a écrit :

> I just installed maven-debian-helper and all of its dependencies onto a
> wheezy system.  Default JDK is 1.6
> 
> It would be good to know if this can build on wheezy so it can go to
> wheezy-backports eventually

Ok. On Wheezy Maven compiles with a source/target set to 1.3. In
unstable it defaults to 1.5. That's why the annotations triggered errors
in your case.

To get it to compile on wheezy you just have to add these two properties
in debian/maven.properties:

    maven.compiler.source=1.5
    maven.compiler.target=1.5

Emmanuel Bourg


Reply to: