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
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36.
.TH JAVAHELPER "1" "January 2008" "Javahelper Version 0.5" "User Commands"
.SH NAME
Javahelper \- Part of the Java Helper packaging tools
Refer to the tutorials in /usr/share/doc/javahelper for more detail
.SH SYNOPSIS
.B jh_classpath
[\fIoptions\fR] [\fI<jar> \fR...]
.SH OPTIONS
.HP
\fB\-h\fR \fB\-\-help\fR: show this text
.HP
\fB\-v\fR \fB\-\-verbose\fR: show more information while running
.HP
\fB\-V\fR \fB\-\-version\fR: print the version
.HP
\fB\-n\fR \fB\-\-no\-act\fR: don't actually do anything, just print the results
.SS "When reading manifest files for packages:"
.HP
\fB\-i\fR \fB\-\-indep\fR: run for all Arch: all packages
.HP
\fB\-a\fR \fB\-\-arch\fR: run for all Arch\-specific packages
.HP
\fB\-p\fR<package> \fB\-\-package=\fR<package>: package to act on (default=all)
.HP
\fB\-P\fR<packagedir> \fB\-\-tmpdir=\fR<package>: package directory (default=$CWD/debian/package)
.SS "When acting on a jar from the command line:"
.HP
\fB\-c\fR<classpath> \fB\-\-classpath=\fR<classpath>: The classpath to set (space separated)
.HP
|