Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

jasmin(1) [debian man page]

JASMIN-SABLE(1) 					      General Commands Manual						   JASMIN-SABLE(1)

NAME
jasmin - Java assembler compiler SYNOPSIS
jasmin jasmin [-d <directory>] [-version] <file> [<file> ...] DESCRIPTION
jasmin is a Java ASseMbler INterface. It takes ASCII descriptions of Java classes, written in the Java Virtual Machine instruction set in an assembler-like syntax. Jasmin converts these input files into binary Java class files (.class) suitable for executing on an Java Virtual Machine. OPTIONS
-d <directory> Destination directory where the resulting files are to be placed. -version Show version of program. <file> ... Source .j (Jasmin Java assembler format) file(s) to be compiled. SEE ALSO
The /usr/share/doc/jasmin-sable/examples directory should contain some example assembly files. AUTHOR
This manual page was written by Grzegorz Prokopski (Debian Developer) <gadek@debian.org> and Chris Lamb <chris@chris-lamb.co.uk> for the Debian project (but may be used by others). It is available under the GNU Lesser General Public License. February 10, 2008 JASMIN-SABLE(1)

Check Out this Related Man Page

DH_JAVADOC(1)							     Debhelper							     DH_JAVADOC(1)

NAME
dh_javadoc - generate javadoc documentation and install in package directory SYNOPSIS
dh_javadoc [debhelper options] [-p<package>] [--sourcedir source path] [Java packages] DESCRIPTION
dh_javadoc is a debhelper program that is responsible for generating HTML Java documentation and installing it in package directories. This should be done in the documentaion package of all Java libraries. Normal Java programs should not be supplied with javadoc documentation (neither in their main package or in a separate documentation package) Any package specified as parameters will be installed into the first package dh_javadoc is told to act on. Use of the standard debhelper -p option is highly recommended. A file named debian/package.javadoc may list additional packages to have documentation generated. These should be separated by new lines. When the Java policy is modified, this script will also install links to the documentation in a common place so that javadoc pages may be interlinked; and also provide a substitution variable for documentation package dependencies. Javadoc generation is done using gjdoc, currently the only free javadoc implementation. When new features are added to this (such as overview files), this script will be modified accordingly. OPTIONS
--sourcedir source path Specify the source path in which to look for Java source files. Java packages Names of Java packages to be documented. TODO
+ Check parameters more carefully. + Add substvar for documentation dependencies + Don't put the 'common' directory in all packages - refer to one in /usr/share/gjdoc & insist on creating that dependency + Other items depend on gjdoc improvements: - Add package listings to common directory - Generate dependency substvar based on additional doc packages used. SEE ALSO
debhelper(7) This program is designed similar to debhelper AUTHOR
Mark Howard <mh@debian.org> 4.7 2012-04-16 DH_JAVADOC(1)
Man Page