Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.maint.java > #11628
| 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 | 2020-05-20 22:30 +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> |
| Organization | linux.* mail to news gateway |
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