[jdom-commits] CVS Update: jdom

nobody nobody at chimbo.servlets.com
Tue Apr 29 18:26:41 PDT 2003


****************************************
Date:   Tue Apr 29, 2003 @19:26:41 MDT
Author: 

Update of /home/cvs/jdom
In directory chimbo:/tmp/cvs-serv9906

Modified Files:
build.xml
Log Message:
Patch from Laurent:

Attached is a proposal to make the JDOM build.xml customizable. The idea is to
allow the user to create a file (build.properties) when he wants to override
some of the default settings of the build.xml, thus avoiding him to modify the
original file.
The jdom-contrib & jdom-test build.xml can be specifically customized but also
use the customization of the JDOM core.

I've attached the one build.properties I use, in the jdom directory.

The diffs also contains miscellaneous enhancements:
- Renaming of the compiler-related variables
- Removal of the build.compiler=classic that generates warning with new JDKs
- Clean-up of JDK 1.1 collections remnants
- Cosmetic fixes (code & comment alignment, moving echo calls around, ...)
- Change of the default target of jdom-test to "test" instead of "package"
- Removal of used JARs (jakarta-regexp.jar & xslt.jar in jdom-test)

Also includes a second patch:

Another proposal for enhancement to jdom/build.xml. This one adds the jdom
version to the JavaDoc. (The diff includes the previous diff for a
customizable build.)


The build.properties sample:

xml-apis.jar = C:/java/xml/parsers/xerces-2_4_0/xml-apis.jar
parser.jar = C:/java/xml/parsers/xerces-2_4_0/xercesImpl.jar

junit.jar = C:/dev/junit-3.8.1/junit.jar

jaxen-jdom.jar = C:/java/xml/xpath/jaxen-1.0/jaxen-jdom.jar
jaxen-core.jar = C:/java/xml/xpath/jaxen-1.0/jaxen-core.jar
jaxen-saxpath.jar = C:/java/xml/xpath/jaxen-1.0/lib/saxpath.jar

compile.debug = false
compile.deprecation = true

-jh-


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

   Working revision:	1.46	Wed Apr 30 01:26:41 2003
   Repository revision:	1.46	/home/cvs/jdom/build.xml,v

   Existing Tags:
	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