1BUILD-JAR-REPOSITORY(1) User Commands BUILD-JAR-REPOSITORY(1)
2
3
4
6 build-jar-repository - create a symbolic link to a JAR
7
9 build-jar-repository [OPTION]... DIRECTORY... JAR
10
12 Build a JAR repository in the named directory by copying files or cre‐
13 ating symbolic links
14
16 If no option is specified the default action will be to create symbolic
17 links
18
19 -c, --copy
20 copy files
21
22 -h, --hard
23 create hard links
24
25 -p, --preserve-naming
26 try to preserve the names of the original JAR files (in case of
27 a nested hit the slashes in the path will still be replaced by
28 underscores)
29
30 using this option makes any future automated repository rebuild
31 impossible, and implies -c unless specified otherwise
32
33 -s, --soft, --symbolic
34 create symbolic links (default)
35
36 --help
37 display help text
38
40 build-jar-repository . jndi
41 will create a symbolic link to the JNDI JAR in the current work‐
42 ing directory
43
44 build-jar-repository -h /tmp oro
45 will create a hard link to the ORO JAR in /tmp
46
48 Written by Nicholas Mailhot and David Walluck
49
51 Report bugs using JPackage Bugzilla (http://www.jpackage.org/bugzilla/)
52
53
54
55build-jar-repository (jpackage-utilMsa)rc1h.72.0006 BUILD-JAR-REPOSITORY(1)