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

Re: Moving some Java packages from Debian Med to Debian Java



Le 19/04/2014 20:57, tony mancill a écrit :

> In this case, tcode builds with ant, and so you can just drop the
> parameters you want into a properties file (I choose
> debian/ant.properties) and then tell ant to use this property file
> during the build.  I pushed a commit with this change, feel free to
> revert or tweak as you see fit.  This resolved the lintian warning for me.

Alternatively, you can set the ant.build.javac.source and
ant.build.javac.target properties from the command line:

ant -Dant.build.javac.source=1.6 -Dant.build.javac.tatget=1.6

That saves a configuration file or a patch.

Emmanuel Bourg


Reply to: