Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.maint.java > #8899
| Path | csiph.com!eternal-september.org!feeder.eternal-september.org!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | Dylan <bob.dybian@gmail.com> |
| Newsgroups | linux.debian.maint.java |
| Subject | jb_build with "-source 8" ignored |
| Date | Fri, 26 Feb 2016 07:50:02 +0100 |
| Message-ID | <r6knU-7EI-3@gated-at.bofh.it> (permalink) |
| X-Mailbox-Line | From debian-java-request@lists.debian.org Fri Feb 26 06:48:08 2016 |
| Old-Return-Path | <bob.dybian@gmail.com> |
| X-Amavis-Spam-Status | No, score=-7.799 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, LDO_WHITELIST=-5, RCVD_IN_DNSWL_LOW=-0.7] autolearn=ham autolearn_force=no |
| X-Policyd-Weight | using cached result; rate: -7 |
| Dkim-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to; bh=o+4YyV8gOcGkEBoETUgbJsd6dnlCPRN/E9xyt34LXkc=; b=XGlQ6Au9t6ZcCre+hMyiqODXh+y5YuRaTJw0ymsZwTfqjwvFYyxyAQoo/xz5AU1s29 Etum8qFSZt7skJ0G+Mm9ECOOR76qKiOZtR5BnxXYd7fqM+NM6Pr1SmCtPxg5KBHgF2Sk Mt8DJw1COOx5Tlzd92H1tLPwKp/mp0Xr0f8uq8JyZyO/2IJE20zfn8EAHZjFizz+GbCI VQcih5o4TIFuTheSDT/EKGg1NSrRmHEBI6Qj/1v04DTKOMSUBtIfb5ZVB3QcoycMheFT hHOJHRKfueK3V+AyewaRfXzOVUM++AH6YrjsMzqbyzU0xqYfiqbTo1+eNozDj3iHGVuk uNEg== |
| X-Google-Dkim-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=o+4YyV8gOcGkEBoETUgbJsd6dnlCPRN/E9xyt34LXkc=; b=fSx0G2j7etpW82C3Vb1EVpKEJa6nulYptsXVQ/ViaNCtjhgee6RFNtDa/cIZkH7LnT wrge4RRhdwEAfL0SGbYcazslHKiF1pGmuszNf2gNdC1i+Hj6uNcqG8CNe37kr6pV7A2g EmA4dAQAH9GOYoQHWPAP5Lh2rN8uw8dU+7aV2zo7bHkzo604vzEcnbkNVQRjntgga/qh Z5ChvFdbMm3i2AH8wlB5ZeLw5YiMLz8638NV0YP6Dkp3oxPxP5thYcZ6z4dJzMyfN7+v LjVQvp0MFGMdVVcvPrFcHNJ3tUCpLzLHFVdOcl13TIL5ijoBKY5LcQ1HodeOAT9Xob8b 909g== |
| X-Gm-Message-State | AD7BkJIGibIGBM9guqdI5/tHoUFfypMCQZ7W8+T9ih3V4SyCHZmls44PX7rZHdFHRKNVRcS/M2JLaUcdZ5TW2A== |
| X-Received | by 10.50.55.104 with SMTP id r8mr1301456igp.5.1456468210377; Thu, 25 Feb 2016 22:30:10 -0800 (PST) |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset=UTF-8 |
| X-Mailing-List | <debian-java@lists.debian.org> archive/latest/19224 |
| List-ID | <debian-java.lists.debian.org> |
| List-URL | <https://lists.debian.org/debian-java/> |
| List-Archive | https://lists.debian.org/msgid-search/CA+6XHwQ4cAAtEwPN0ja4DvBZ3hKhU18Z9rtsqc3tPAF=iSihmQ@mail.gmail.com |
| Approved | robomod@news.nic.it |
| Lines | 23 |
| Organization | linux.* mail to news gateway |
| Sender | robomod@news.nic.it |
| X-Original-Date | Fri, 26 Feb 2016 07:29:31 +0100 |
| X-Original-Message-ID | <CA+6XHwQ4cAAtEwPN0ja4DvBZ3hKhU18Z9rtsqc3tPAF=iSihmQ@mail.gmail.com> |
| Xref | csiph.com linux.debian.maint.java:8899 |
Show key headers only | View raw
Hi the Java team, I'm creating a package [1] for beagle [2] which requires Java 8. When I put --javacopts="-source 8" to jh_build, it was not take into consideration and set by defaut -source 1.5 which make beagle fails to build with 73 errors (Errors messages similar to "use -source 7 or higher to enable..."). When I put --javacopts="-source 7" to jh_build, it was take into consideration but beagle fails to build with 21 errors (Errors messages similar to "use -source 8 or higher to enable..."). So I really need to set "-source 8" to build beagle but I don't know why it was ignored. Could someone have any idea of where is my mistake? The package is build using git-pbuilder, so in a clean updated Sid system. Best regards, Dylan [1] https://bitbucket.org/Dybian/pkg_beagle [2] https://faculty.washington.edu/browning/beagle/beagle.html
Back to linux.debian.maint.java | Previous | Next — Next in thread | Find similar
jb_build with "-source 8" ignored Dylan <bob.dybian@gmail.com> - 2016-02-26 07:50 +0100 Re: jb_build with "-source 8" ignored Markus Koschany <apo@debian.org> - 2016-02-26 15:40 +0100 Re: Re: jb_build with "-source 8" ignored Dylan <bob.dybian@gmail.com> - 2016-02-26 23:40 +0100 Re: jb_build with "-source 8" ignored Emmanuel Bourg <ebourg@apache.org> - 2016-02-27 00:20 +0100
csiph-web