Author: sebb
Date: Mon Jan 18 20:43:33 2010
New Revision: 900545
URL: http://svn.apache.org/viewvc?rev=900545&view=rev
Log:
How to build JEXL
Added:
commons/proper/jexl/trunk/BUILDING.txt (with props)
Added: commons/proper/jexl/trunk/BUILDING.txt
URL:
http://svn.apache.org/viewvc/commons/proper/jexl/trunk/BUILDING.txt?rev=900545&view=auto
==============================================================================
--- commons/proper/jexl/trunk/BUILDING.txt (added)
+++ commons/proper/jexl/trunk/BUILDING.txt Mon Jan 18 20:43:33 2010
@@ -0,0 +1,11 @@
+Jexl 2.0 uses Maven 2 as the build tool, and requires Java 1.5 (or later).
+
+The following goals may be useful:
+* mvn clean - clean up
+* mvn test - compile and run the unit tests
+* mvn site - create the documentation
+* mvn package - build the jar
+* mvn install - build the jar and install in local maven repository
+
+N.B. When building under Java 1.5, you will need to provide access to an
implementation
+of JSR-223 (javax.script), for example BSF 3.0.
Propchange: commons/proper/jexl/trunk/BUILDING.txt
------------------------------------------------------------------------------
svn:eol-style = native