File: grape.1

package info (click to toggle)
groovy 1.7.0-4
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 17,096 kB
  • ctags: 20,032
  • sloc: java: 126,184; xml: 2,508; sh: 99; ansic: 64; makefile: 26
file content (53 lines) | stat: -rw-r--r-- 1,666 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
.TH grape "20" "July 2009"
.SH NAME
grape \- inspection and management of the local grape cache used by Groovy
.SH DESCRIPTION
usage: grape [options] <command> [args]
options:
.TP
\fB\-D\fR,\-\-define <name=value>
define a system property
.TP
\fB\-d\fR,\-\-debug
debug log level 4 will print out full stack traces
.TP
\fB\-h\fR,\-\-help
usage information
.TP
\fB\-i\fR,\-\-info
info log level 2 will print out information
.TP
\fB\-q\fR,\-\-quiet
quiet log level 0 will print only errors
.TP
\fB\-v\fR,\-\-version
display the Groovy and JVM versions
.TP
\fB\-V\fR,\-\-verbose
verbose log level 3 will print verbose logs
.TP
\fB\-w\fR,\-\-warn
warn log level 1 will print only errors and warnings
.SH COMMANDS
.TP
\fBinstall\fR <groupId> <artifactId> [<version>]:
This installs the specified groovy module or maven artifact. 
If a version is specified that specific version will be installed, 
otherwise the most recent version will be used (as if '*' we passed in).
.TP
\fBlist\fR:
Lists locally installed modules (with their full maven name in the case of
groovy modules) and versions.
.TP
\fBresolve\fR (<groupId> <artifactId> <version>)+:
This returns the file locations of the jars representing the artifcats for 
the specified module(s) and the respective transitive dependencies.
You may optionally pass in \-ant, \-dos, or \-shell to get the dependencies
expressed in a format applicable for an ant script, windows batch file, or
unix shell script respectively.
.SH "SEE ALSO"
.BR groovy (1)
.SH AUTHOR
This manual page was generated using help2man and edited by Ludovic
Claude <ludovic.claude@laposte.net>, for the Debian project (but may
be used by others).