Skip to content

Commit

Permalink
Document java-utils dependency on XMvn
Browse files Browse the repository at this point in the history
  • Loading branch information
mizdebsk committed Feb 19, 2015
1 parent 18e8471 commit 979b779
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 1 deletion.
6 changes: 6 additions & 0 deletions man/build-classpath.txt
Expand Up @@ -21,6 +21,12 @@ then "jar" is used. If classifier is omitted then empty classifier is used. For
more information see XMvn Configuration Reference. The CLASSPATH is returned to
standard output.

DEPENDENCIES
------------
Using *build-classpath* with artifact-coordinates requires
*xmvn-resolve* command to be available. User of *build-classpath* is
responsible for making it available in the system.

EXAMPLES
--------
*build-classpath junit xerces-j2 wsdl4j* - this will return a string to standard out
Expand Down
6 changes: 6 additions & 0 deletions man/build-jar-repository.txt
Expand Up @@ -42,6 +42,12 @@ If no option is specified the default action will be to create symbolic links
*--help*
Display help text

DEPENDENCIES
------------
Using *build-jar-repository* with artifact-coordinates requires
*xmvn-resolve* command to be available. User of *build-jar-repository*
is responsible for making it available in the system.

EXAMPLES
--------
*build-jar-repository . jndi* - This will create a symbolic link to the jndi JAR
Expand Down
8 changes: 7 additions & 1 deletion man/find-jar.txt
Expand Up @@ -10,7 +10,7 @@ find-jar - find extension JAR or directory

SYNOPSIS
--------
*find-jar* element
*find-jar* JAR|artifact-coordinates

DESCRIPTION
-----------
Expand All @@ -22,6 +22,12 @@ be used in scripts. Even for single-element classpath building
*build-classpath* is preferred since single-element searches can
produce multiple file results when resolving into a directory.

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

EXAMPLES
--------
*find-jar xpp3* will print */usr/share/java/xpp3.jar* on standard
Expand Down
7 changes: 7 additions & 0 deletions man/rebuild-jar-repository.txt
Expand Up @@ -31,6 +31,13 @@ links
*-s, --soft, --symbolic*
Create symbolic links (default).

DEPENDENCIES
------------
Using *rebuild-jar-repository* with artifact-coordinates requires
*xmvn-resolve* command to be available. User of
*rebuild-jar-repository* is responsible for making it available in the
system.

EXAMPLES
--------
*rebuild-jar-repository .* - This will update all links created by
Expand Down

0 comments on commit 979b779

Please sign in to comment.