Author: rdonkin
Date: Thu Jun 9 13:33:27 2005
New Revision: 189812
URL: http://svn.apache.org/viewcvs?rev=189812&view=rev
Log:
Updated README
Modified:
jakarta/commons/proper/betwixt/branches/RELEASE_0_6_1_BRANCH/README.txt
Modified:
jakarta/commons/proper/betwixt/branches/RELEASE_0_6_1_BRANCH/README.txt
URL:
http://svn.apache.org/viewcvs/jakarta/commons/proper/betwixt/branches/RELEASE_0_6_1_BRANCH/README.txt?rev=189812&r1=189811&r2=189812&view=diff
==============================================================================
--- jakarta/commons/proper/betwixt/branches/RELEASE_0_6_1_BRANCH/README.txt
(original)
+++ jakarta/commons/proper/betwixt/branches/RELEASE_0_6_1_BRANCH/README.txt Thu
Jun 9 13:33:27 2005
@@ -2,41 +2,15 @@
=======================
Welcome to the Betwixt component of the Jakarta Commons
-project.
+project (http://jakarta.apache.org/commons).
-The Betwixt build process is now Mavenized!
+Betwixt uses Maven (http://maven.apache.org) for build
+process management.
-For those who haven't heard of Maven, its a unified
-project build processor. See
+To build Betwixt using Maven type:
- http://jakarta.apache.org/turbine/maven/
+ robert% maven
-for the Maven project documentation. This means that you
-now need to download and install Maven if you want to
-build Betwixt. Full details of how this can be done can
-be found on the Maven site.
-
-Maven downloads all neccessary dependencies for you
-- so you don't need to worry about that any more!
-
-Maven uses a set of standard build commands. Here's a
-couple to get you started:
-
- robert% maven
-
-this executes 'java:jar' which compiles the source,
-runs the unit tests and creates a jar.
-
- robert% maven dist:build
-
-creates a distribution (including documentation) from
-the current source as well as doing everything that
-the last comment did.
-
-See the maven documentation for more details and
-information about the other standard build commands.
-
-
-Note:
- Maven creates the documentation in
-betwixt/target/docs rather than betwixt/dist/docs.
+Betwixt can also be build using ant from the build.xml file.
+This file is generated by Maven and all required jars will be
+downloaded.
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]