[jdom-commits] CVS Update: jdom

Jason Hunter jhunter at servlets.com
Wed Aug 25 10:53:09 PDT 2004


****************************************
Date:   Wed Aug 25, 2004 @10:53:08 PDT
Author: 

Update of /home/cvs/jdom
In directory servlets:/tmp/cvs-serv21676

Modified Files:
build.xml
Log Message:
A patch from Laurent removing dependence on saxpath. From 2004/4/2...

--
Antoine Lévy-Lambert wrote:
> Since saxpath is deprecated and merged under new package names into jaxen,
> can you replace the package names of saxpath with their equivalents in jaxen ?

JDOM has a dependency to saxpath because, in Jaxen 1.0, JDOMXPath constructors expose the SAXPathException.

The attached patch removes this dependency in JaxenXPath.java (removal of the import and catching of the generic Exception instead of SAXPathException) and fixes the build.xml not to explicitely reference saxpath.jar.

This patch has been tested against both Jaxen 1.0 FCS (and its current "installation" in jdom/lib) and Jaxen 1.1 beta2.

Laurent
--

-jh-

===================================================================
File: no file build.xml		Status: Needs Checkout

   Working revision:	1.50	Wed Aug 25 17:53:08 2004
   Repository revision:	1.50	/home/cvs/jdom/build.xml,v

   Existing Tags:
	BEFORE_UNCHECKED         	(revision: 1.49)
	jdom_1_0_b10             	(revision: 1.48)
	jdom_1_0_b10_rc1         	(revision: 1.47)
	after_rolf               	(revision: 1.46)
	before_rolf              	(revision: 1.46)
	jdom_1_0_b9              	(revision: 1.44)
	jdom_1_0_b8              	(revision: 1.31)
	jdom_prefilter           	(revision: 1.25)
	jdom_1_0_b7              	(revision: 1.23)
	jdom_1_0_b6              	(revision: 1.15)
	start                    	(revision: 1.1.1.1)
	jdom                     	(branch: 1.1.1)




More information about the jdom-commits mailing list