Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.maint.java > #11628
| Path | csiph.com!3.eu.feeder.erje.net!feeder.erje.net!news.mb-net.net!open-news-network.org!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | Andreas Tille <andreas@fam-tille.de> |
| Newsgroups | linux.debian.maint.java |
| Subject | Re: Help to detect java classes in drop-seq (covid-19 relevant) needed |
| Date | Wed, 20 May 2020 22:30:01 +0200 |
| Message-ID | <A8DvH-101-9@gated-at.bofh.it> (permalink) |
| References | <A8v59-4ls-11@gated-at.bofh.it> <A8zBM-77U-11@gated-at.bofh.it> |
| X-Original-To | Felix Natter <fnatter@gmx.net> |
| X-Mailbox-Line | From debian-java-request@lists.debian.org Wed May 20 20:24:12 2020 |
| Old-Return-Path | <andreas@fam-tille.de> |
| X-Amavis-Spam-Status | No, score=0.12 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, DIGITS_LETTERS=1, FOURLA=0.1, MURPHY_DRUGS_REL8=0.02, WORD_WITHOUT_VOWELS=1] autolearn=no autolearn_force=no |
| X-Policyd-Weight | using cached result; rate: -3.5 |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset=us-ascii |
| Content-Disposition | inline |
| User-Agent | Mutt/1.10.1 (2018-07-13) |
| X-Mailing-List | <debian-java@lists.debian.org> archive/latest/22206 |
| List-ID | <debian-java.lists.debian.org> |
| List-URL | <https://lists.debian.org/debian-java/> |
| List-Archive | https://lists.debian.org/msgid-search/20200520200748.GN12054@an3as.eu |
| Approved | robomod@news.nic.it |
| Lines | 48 |
| Organization | linux.* mail to news gateway |
| Sender | robomod@news.nic.it |
| X-Original-Cc | Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>, Debian Java List <debian-java@lists.debian.org> |
| X-Original-Date | Wed, 20 May 2020 22:07:48 +0200 |
| X-Original-Message-ID | <20200520200748.GN12054@an3as.eu> |
| X-Original-References | <20200520112049.GK12054@an3as.eu> <87eereshyx.fsf@gmx.net> |
| Xref | csiph.com linux.debian.maint.java:11628 |
Show key headers only | View raw
HI Felix,
On Wed, May 20, 2020 at 06:12:54PM +0200, Felix Natter wrote:
>
> Since the upstream jars were in ${lib}, you need to point ${lib} to /usr/share/java/:
>
> diff --git a/debian/patches/debian_packaged_libs.patch b/debian/patches/debian_packaged_libs.patch
> index 1d3790c..4fc1ed9 100644
> --- a/debian/patches/debian_packaged_libs.patch
> +++ b/debian/patches/debian_packaged_libs.patch
> @@ -1,6 +1,6 @@
> --- a/build.xml
> +++ b/build.xml
> -@@ -35,7 +35,7 @@
> +@@ -35,13 +35,15 @@
> <property name="classes.test" location="testclasses"/>
> <property name="test.output" location="dist/test"/>
> <property name="javadoc" location="javadoc"/>
> @@ -9,3 +9,13 @@
> <property name="public.dir" location="."/>
>
> <!-- INIT -->
> + <path id="classpath">
> +- <fileset dir="${lib}">
> +- <include name="*.jar"/>
> ++ <fileset dir="/usr/share/java">
> ++ <include name="htsjdk.jar"/>
> ++ <include name="picard.jar"/>
> ++ <include name="commons-collections4.jar"/>
> + </fileset>
> + </path>
> + <path id="test.classpath">
>
> You have to add more libraries like these.
Thanks. This was pretty helpful. Now I need to package the
remaining JAR which is not yet packaged from
http://la4j.org/
...
Kind regards
Andreas.
--
http://fam-tille.de
Back to linux.debian.maint.java | Previous | Next — Previous in thread | Next in thread | Find similar
Help to detect java classes in drop-seq (covid-19 relevant) needed Andreas Tille <andreas@an3as.eu> - 2020-05-20 13:30 +0200
Re: Help to detect java classes in drop-seq (covid-19 relevant) needed Felix Natter <fnatter@gmx.net> - 2020-05-20 18:20 +0200
Re: Help to detect java classes in drop-seq (covid-19 relevant) needed Andreas Tille <andreas@fam-tille.de> - 2020-05-20 22:30 +0200
Re: Help to detect java classes in drop-seq (covid-19 relevant) needed Andreas Tille <andreas@an3as.eu> - 2020-05-21 14:50 +0200
Re: Help to detect java classes in drop-seq (covid-19 relevant) needed Felix Natter <fnatter@gmx.net> - 2020-05-21 21:40 +0200
csiph-web