Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

CentOS 4.8

i386

rebuild-jar-repository(1)


REBUILD-JAR-REPOSITORY

REBUILD-JAR-REPOSITORY

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
EXAMPLES
AUTHOR
REPORTING BUGS

NAME

rebuild-jar-repository − rebuild a JAR repository based on the current JVM

SYNOPSIS

rebuild-jar-repository [OPTION]... DIRECTORY

DESCRIPTION

Rebuild a jar repository (built by build-jar-repository ) based on the current JVM settings

OPTIONS

If no option is specified the default action will be to rebuild with symbolic links
−c
, −−copy

copy files

−h, −−hard

create hard links

−s, −−soft, −−symbolic

create symbolic links (default)

EXAMPLES

rebuild-jar-repository .

Will update all links created by build-jar-repository in the current working directory. Updated links will be symbolic links.

rebuild-jar-repository -h /tmp

Will update all links created by build-jar-repository in the /tmp. Updated links will be hard links.

AUTHOR

Written by the JPackage Project

REPORTING BUGS

Report bugs using JPackage Bugzilla (http://www.jpackage.org/bugzilla/)



rebuild-jar-repository(1)