| Newsgroups |
gmane.comp.jakarta.oro.devel |
| Message-ID |
<[email protected]> |
dfs 02/04/04 10:43:57
Modified: . COMPILE
Log:
Updated compilation instructions.
Revision Changes Path
1.3 +10 -14 jakarta-oro/COMPILE
Index: COMPILE
===================================================================
RCS file: /home/cvs/jakarta-oro/COMPILE,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- COMPILE 23 May 2001 00:00:32 -0000 1.2
+++ COMPILE 4 Apr 2002 18:43:57 -0000 1.3
@@ -1,14 +1,14 @@
-$Id: COMPILE,v 1.2 2001/05/23 00:00:32 dfs Exp $
+$Id: COMPILE,v 1.3 2002/04/04 18:43:57 dfs Exp $
The Jakarta-ORO library follows the same build procedure as other
Jakarta projects, relying on the Ant build system. You can learn more
-about the Ant build system from http://jakarta.apache.org/. However,
-building the Jakarta-ORO library does not require any knowledge of
-Ant. A Unix build script and a Win32 batch file are provided in the
-build/ directory. These scripts take care of invoking Ant for you.
-By default they will build a jar file containing the library.
+about the Ant build system from http://jakarta.apache.org/. If
+you don't have Ant installed on your system, you must download and
+install it to compile the software.
+
+By default, build.xml will build a jar file containing the library.
Optionally, you can pass one of the following build targets as an
-argument to the script:
+argument to Ant:
lib - builds the library
examples - builds the example programs
examples-awk - builds the org.apache.oro.text.awk examples
@@ -21,18 +21,14 @@
gzipped tar file (.tar.gz)
clean - removes all files generated by build targets
-All generated class files are stored a classes/ directory. All
+All generated class files are stored in a classes/ directory. All
documentation is stored in a doc/ directory.
-To execute any of the build targets, your current working directory
-should be the build directory. Change to the directory first before
-executing the build scripts.
-
Examples:
To build only the library use:
- build.sh lib
+ ant lib
To build only the javadocs use:
- build.sh javadocs
+ ant javadocs