1REBUILD-JAR-REPOSI(1) Java Packages Tools REBUILD-JAR-REPOSI(1)
2
3
4
6 rebuild-jar-repository - rebuild a JAR repository
7
9 rebuild-jar-repository [OPTION]... DIRECTORY
10
12 Rebuild a jar repository (built by build-jar-repository) based on the
13 current JVM settings
14
16 If no option is specified the default action will be to rebuild with
17 symbolic links
18
19 -c, --copy
20 Copy files.
21
22 -h, --hard
23 Create hard links.
24
25 -s, --soft, --symbolic Create symbolic links (default).
26
28 rebuild-jar-repository . - This will update all links created by
29 build-jar-repository in the current working directory. Updated links
30 will be symbolic links.
31
32 rebuild-jar-repository -h /tmp - This will update all links created by
33 build-jar-repository in the /tmp directory. Updated links will be hard
34 links.
35
37 Written by the JPackage Project (http://www.jpackage.org/).
38
40 Bugs should be reported through Red Hat Bugzilla at
41 http://bugzilla.redhat.com/.
42
44 build-jar-repository(1), build-classpath(1),
45
46
47
48JAVAPACKAGES 11/20/2015 REBUILD-JAR-REPOSI(1)