From: <no...@us...> - 2003-06-20 17:38:39
|
Log Message: ----------- Added instructions about getting dependant jar files Modified Files: -------------- /cvsroot/htmlunit/htmlunit/src/xdocs: buildingFromCvs.xml changes.xml Revision Data ------------- Index: buildingFromCvs.xml =================================================================== RCS file: /cvsroot/htmlunit/htmlunit/src/xdocs/buildingFromCvs.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- buildingFromCvs.xml 11 Apr 2003 19:29:15 -0000 1.5 +++ buildingFromCvs.xml 20 Jun 2003 17:38:37 -0000 1.6 @@ -4,6 +4,7 @@ <properties> <title>Building HtmlUnit from CVS</title> <author email="mb...@Ga...">Mike Bowler</author> + <author email="Bar...@us...">BarnabyCourt</author> <revision>$Revision$</revision> </properties> @@ -38,7 +39,11 @@ <p> Make sure that you have <a href="http://jakarta.apache.org/ant">Ant</a> 1.5 installed. The build.xml file is located in the root of the src directory so change to that - directory and execute the following command + directory and execute the following commands + </p> + <source>ant initialize</source> + <p> + This will get the libraries needed to build that are not in the CVS repository. </p> <source>ant cleancompile</source> <p> Index: changes.xml =================================================================== RCS file: /cvsroot/htmlunit/htmlunit/src/xdocs/changes.xml,v retrieving revision 1.108 retrieving revision 1.109 diff -u -d -r1.108 -r1.109 --- changes.xml 30 May 2003 19:22:18 -0000 1.108 +++ changes.xml 20 Jun 2003 17:38:37 -0000 1.109 @@ -107,6 +107,14 @@ both allow the form to be submitted no matter what is returned from Input.onclick. </action> + <action type="update" dev="mbowler" due-to="Barnaby Court"> + Moved all logic from the HtmlInput subclasses up into HtmlInput itself. + Patch provided by Barnaby Court. + </action> + <action type="update" dev="mbowler" due-to="Barnaby Court"> + Added instructions for the "how to compile from cvs" document. + Patch provided by Barnaby Court. + </action> </release> </body> |