• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

doc/H03-May-2022-133112

src/jcmdline/H10-Feb-2010-8,2742,247

testsrc/jcmdline/H10-Feb-2010-4,6322,629

.classpathH A D10-Feb-2010350 98

.projectH A D10-Feb-2010367 1817

CHANGESH A D10-Feb-20101.2 KiB3225

CREDITSH A D10-Feb-2010193 95

LICENSEH A D10-Feb-201025.2 KiB471396

READMEH A D10-Feb-20101.8 KiB4933

build.xmlH A D10-Feb-201011.8 KiB300213

jcmdline.envH A D10-Feb-2010132 43

README

1The jcmdline package is used to process command line parameters from
2a Java program.
3
4This directory contains the source necessary to build the jcmdline java
5package.  It also contains a prebuilt jar file, jcmdline-<rel>.jar.  The
6jar file is all that is necessary to use this package - make sure
7that it is placed somewhere in the CLASSPATH.
8
9The javadoc API can be found under the doc directory.
10
11A User Guide that provides information on effective use of this program
12is accessible from the Description section of the package summary page
13in the javadoc API.  (It is also available in the doc-files directory
14in the package source directory).
15
16The project builds with ant.  To obtain a copy of ant, go to
17http://jakarta.apache.org/ant/index.html.  Execute:
18
19    ant -projecthelp
20
21for a list of build targets.
22
23Unit tests require JUnit, available from http://www.junit.org/index.htm.
24
25Notes for developers that wish to work on this project may be found in file
26devinfo.html.
27
28The contents of this package are subject to the Mozilla Public License Version
291.1 (the "License"); you may not use this file except in compliance with
30the License. You may obtain a copy of the License at
31http://www.mozilla.org/MPL/, or view it in file LICENSE, included with
32this distribution.
33
34Software distributed under the License is distributed on an "AS IS" basis,
35WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
36for the specific language governing rights and limitations under the
37License.
38
39The Original Code is the Java jcmdline (command line management) package.
40
41The Initial Developer of the Original Code is Lynne Lawrence.
42
43Portions created by the Initial Developer are Copyright (C) 2002
44the Initial Developer. All Rights Reserved.
45
46Contributor(s): Lynne Lawrence <lgl@visuallink.com>
47
48A copy of the MPL is available in file MPL-1.1.txt.
49