hi robert
please remember to add your name to the validator STATUS.html. (this is
required by the charter and makes it easier to tally up VOTEs.)
- robert
On Wednesday, April 30, 2003, at 06:13 PM, rleland@apache.org wrote:
> rleland 2003/04/30 10:13:51
>
> Modified: validator build.xml
> Log:
> Explicitly add xerces to test.classpath so unit tests will run
>
> Revision Changes Path
> 1.20 +2 -1 jakarta-commons/validator/build.xml
>
> Index: build.xml
> ===================================================================
> RCS file: /home/cvs/jakarta-commons/validator/build.xml,v
> retrieving revision 1.19
> retrieving revision 1.20
> diff -u -r1.19 -r1.20
> --- build.xml 17 Apr 2003 03:20:10 -0000 1.19
> +++ build.xml 30 Apr 2003 17:13:51 -0000 1.20
> @@ -124,6 +124,7 @@
> <pathelement location="${commons-logging.jar}"/>
> <pathelement location="${oro.jar}"/>
> <pathelement location="${junit.jar}"/>
> + <pathelement location="${xerces.jar}"/>
> </path>
>
> <!-- Should all tests fail if one does? -->
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: commons-dev-help@jakarta.apache.org
>
---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org
|