From 169853692017480d065208cb768b83f1014cf68a Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Wed, 26 Feb 2020 07:34:48 +0100 Subject: added jargs, made it build again, but it bases on a really old Lucene 3.5.0, so it's no longer of any use for modern Lucene/SolR/ElasticSearch --- 3rdParty/jargs-1.0/README | 60 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 3rdParty/jargs-1.0/README (limited to '3rdParty/jargs-1.0/README') diff --git a/3rdParty/jargs-1.0/README b/3rdParty/jargs-1.0/README new file mode 100644 index 0000000..8ef5e96 --- /dev/null +++ b/3rdParty/jargs-1.0/README @@ -0,0 +1,60 @@ +JArgs command-line argument parsing library +=========================================== + +Copyright (c) 2001-2003 Steve Purcell. +Copyright (c) 2002 Vidar Holen. +Copyright (c) 2002 Michal Ceresna. +Copyright (c) 2005 Ewan Mellor. + +All rights reserved. + +Released under the terms of the BSD licence. See the file LICENCE for +details. + + +Prerequisites +------------- + +For each prerequisite, the version with which JArgs has been tested is given +in parentheses. Any version equal to or later than this should work. + +Apache Ant (1.4.1), by The Apache Software Foundation, from +http://ant.apache.org/. Ant is used to build JArgs, and to run its tests. + +JUnit (3.7), by Eric Gamma, et al, from http://sourceforge.net/projects/junit. +JUnit is used to run the unit tests, and is not needed to run the library +itself. + + +Installation +------------ + +To compile, package, and test the code, run + +ant + +Two jars are created, one called lib/jargs.jar, which contains the runtime +library, and one called lib/jargs-test.jar, which contains the unit tests and +the examples. The Javadoc APIs are created in doc/api. + +To use the library with your own code, simply ensure that lib/jargs.jar is on +the CLASSPATH. + + +Documentation +------------- + +The main documentation is the detailed worked example in +src/jargs/examples/gnu/OptionTest.java, plus the generated API documentation +in doc/api/. + + +Package contents +---------------- + + src/jargs/gnu -- The library itself. + src/jargs/examples/gnu -- Examples showing how to use the library. + src/jargs/test/gnu -- JUnit tests. + doc/ -- API and other documentation. + classes/ -- Compiled classes, once built. + lib/ -- JArgs jars, once built. -- cgit v1.2.3-54-g00ecf