Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.maint.java > #11626
| From | Andreas Tille <andreas@an3as.eu> |
|---|---|
| Newsgroups | linux.debian.maint.java |
| Subject | Help to detect java classes in drop-seq (covid-19 relevant) needed |
| Date | 2020-05-20 13:30 +0200 |
| Message-ID | <A8v59-4ls-11@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi,
I've started packaging of drop-seq[1] and replaced those JARs that are
replacable by Debian packaged versions. I also have set CLASS_PATH in
d/rules, but it seems to be ignored. I have dealt with similar cases by
patching it into build.xml but here I have not found the relevant place
to do so. I'm aware that I did not yet added all needed classes to
CLASS_PATH, but currently I get
dh_auto_build
ant -Duser.name debian
Buildfile: /build/drop-seq-2.3.0+dfsg/build.xml
[taskdef] Could not load definitions from resource testngtasks. It could not be found.
compile-src:
[mkdir] Created dir: /build/drop-seq-2.3.0+dfsg/classes
[javac] Compiling 201 source files to /build/drop-seq-2.3.0+dfsg/classes
[javac] /build/drop-seq-2.3.0+dfsg/src/java/org/broadinstitute/dropseqrna/TranscriptomeException.java:28: error: package htsjdk.samtools does not exist
[javac] import htsjdk.samtools.SAMException;
[javac] ^
[javac] /build/drop-seq-2.3.0+dfsg/src/java/org/broadinstitute/dropseqrna/TranscriptomeException.java:34: error: cannot find symbol
[javac] public class TranscriptomeException extends SAMException
[javac] ^
[javac] symbol: class SAMException
...
but /usr/share/java/htsjdk.jar which is in CLASS_PATH contains this class.
Any hint how to take this hurdle would be welcome.
Kind regards
Andreas.
[1] https://salsa.debian.org/med-team/drop-seq
--
http://fam-tille.de
Back to linux.debian.maint.java | Previous | Next — 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