1FIND-JAR(1)                   Java Packages Tools                  FIND-JAR(1)
2
3
4

NAME

6       find-jar - find extension JAR or directory
7

SYNOPSIS

9       find-jar JAR|artifact-coordinates
10

DESCRIPTION

12       The find-jar command tests the resolution of a given element. If
13       successful it will return a JAR file or a directory.
14
15       This command is solely intended for testing resolution and should not
16       be used in scripts. Even for single-element classpath building
17       build-classpath is preferred since single-element searches can produce
18       multiple file results when resolving into a directory.
19

DEPENDENCIES

21       Using find-jar with artifact-coordinates requires xmvn-resolve command
22       to be available. User of find-jar is responsible for making it
23       available in the system.
24

EXAMPLES

26       find-jar xpp3 will print /usr/share/java/xpp3.jar on standard output.
27
28       find-jar javamail will print /usr/share/java/javamail on standard
29       output.
30

REPORTING BUGS

32       Bugs should be reported through Java Packages Tools issue tracker at
33       Github: https://github.com/fedora-java/javapackages/issues.
34

SEE ALSO

36       build-classpath(1), build-jar-repository(1), xmvn-resolve(1).
37
38
39
40JAVAPACKAGES                      01/26/2021                       FIND-JAR(1)
Impressum