/[Apache-SVN]/commons/proper/digester/trunk/build.xml
ViewVC logotype

Log of /commons/proper/digester/trunk/build.xml

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Revision:

Revision 730234 - (view) (annotate) - [select for diffs]
Modified Tue Dec 30 20:45:28 2008 UTC (10 months, 3 weeks ago) by rahul
File length: 11051 byte(s)
Diff to previous 729375 (colored)
Roll version to 2.1-SNAPSHOT.

Revision 729375 - (view) (annotate) - [select for diffs]
Modified Wed Dec 24 20:33:14 2008 UTC (11 months ago) by rahul
File length: 11051 byte(s)
Diff to previous 729335 (colored)
Keep ant build file in trunk at SNAPSHOT.

Revision 729335 - (view) (annotate) - [select for diffs]
Modified Wed Dec 24 17:26:18 2008 UTC (11 months ago) by rahul
File length: 11042 byte(s)
Diff to previous 729270 (colored)
Keep jar name simple, revert r729072 to keep Gump smiling.

Revision 729270 - (view) (annotate) - [select for diffs]
Modified Wed Dec 24 07:39:55 2008 UTC (11 months ago) by rahul
File length: 11063 byte(s)
Diff to previous 729072 (colored)
Update ant build for v2.0.

Revision 729072 - (view) (annotate) - [select for diffs]
Modified Tue Dec 23 19:29:24 2008 UTC (11 months ago) by rahul
File length: 11072 byte(s)
Diff to previous 728895 (colored)
Add version to jar file name (Ant).

Revision 728895 - (view) (annotate) - [select for diffs]
Modified Tue Dec 23 07:34:50 2008 UTC (11 months ago) by rahul
File length: 11051 byte(s)
Diff to previous 561230 (colored)
Update Ant artifacts for v2.0, by default have paths point to m2 repository (rather than m1).

Revision 561230 - (view) (annotate) - [select for diffs]
Modified Tue Jul 31 04:17:09 2007 UTC (2 years, 3 months ago) by rahul
File length: 11053 byte(s)
Diff to previous 560660 (colored)
TLP related blanket changes:

s:jakarta.apache.org/commons:commons.apache.org:
s/commons-user@jakarta.apache.org/user@commons.apache.org/
s/commons-dev@jakarta.apache.org/dev@commons.apache.org/
s/Jakarta Commons/Apache Commons/
s:svn.apache.org/viewcvs/jakarta/commons:svn.apache.org/viewvc/commons:
s:svn.apache.org/viewcvs.cgi/jakarta/commons:svn.apache.org/viewvc/commons:
s:svn.apache.org/viewvc/jakarta/commons:svn.apache.org/viewvc/commons:
s:svn.apache.org/repos/asf/jakarta/commons:svn.apache.org/repos/asf/commons:

I'd appreciate another pair of eyes on this. There are some categories we probably don't want to change ATM (hopefully, none of these snuck in):
 * Historicals (proposals etc.)
 * URLs that shouldn't change (DOCTYPE fragments etc.)
 * Test cases where namespace URLs matter etc. (I'll track any related nightly failures)

Revision 560660 - (view) (annotate) - [select for diffs]
Modified Sun Jul 29 03:42:34 2007 UTC (2 years, 4 months ago) by bayard
File length: 11070 byte(s)
Diff to previous 560658 (colored)
Moving to TLP

Revision 560658 - (view) (annotate) - [select for diffs]
Modified Sun Jul 29 03:42:15 2007 UTC (2 years, 4 months ago) by bayard
Original Path: jakarta/commons/proper/digester/trunk/build.xml
File length: 11070 byte(s)
Diff to previous 560657 (colored)
Moving back :)

Revision 560657 - (view) (annotate) - [select for diffs]
Modified Sun Jul 29 03:40:41 2007 UTC (2 years, 4 months ago) by bayard
Original Path: commons/commons/proper/digester/trunk/build.xml
File length: 11070 byte(s)
Diff to previous 557404 (colored)
Moving to TLP

Revision 557404 - (view) (annotate) - [select for diffs]
Modified Wed Jul 18 21:37:11 2007 UTC (2 years, 4 months ago) by bayard
Original Path: jakarta/commons/proper/digester/trunk/build.xml
File length: 11070 byte(s)
Diff to previous 557397 (colored)
Applying Petteri Ra:ty's build.xml improvement from DIGESTER-89 so you can build the jar without the javadoc. I did modify it so you are forced to run the tests when building the jar

Revision 557397 - (view) (annotate) - [select for diffs]
Modified Wed Jul 18 21:11:26 2007 UTC (2 years, 4 months ago) by bayard
Original Path: jakarta/commons/proper/digester/trunk/build.xml
File length: 11026 byte(s)
Diff to previous 481817 (colored)
The build.xml is simplified, using an include/exclude approach with the <junit> task rather than defining a task per test package. The build.properties.sample is updated to look in the local .maven by default, making it easier for the average committer to test the ant build out. See: DIGESTER-117

Revision 481817 - (view) (annotate) - [select for diffs]
Modified Sun Dec 3 17:11:45 2006 UTC (2 years, 11 months ago) by rahul
Original Path: jakarta/commons/proper/digester/trunk/build.xml
File length: 22019 byte(s)
Diff to previous 480700 (colored)
Roll to 1.8.1 snap.

Revision 480700 - (view) (annotate) - [select for diffs]
Modified Wed Nov 29 19:52:32 2006 UTC (2 years, 11 months ago) by rahul
Original Path: jakarta/commons/proper/digester/trunk/build.xml
File length: 22008 byte(s)
Diff to previous 480175 (colored)
RC3 prep, switch to version 1.8

Revision 480175 - (view) (annotate) - [select for diffs]
Modified Tue Nov 28 19:45:38 2006 UTC (2 years, 11 months ago) by rahul
Original Path: jakarta/commons/proper/digester/trunk/build.xml
File length: 22012 byte(s)
Diff to previous 479207 (colored)
Time for 1.8 RC2

Revision 479207 - (view) (annotate) - [select for diffs]
Modified Sat Nov 25 21:53:07 2006 UTC (3 years ago) by craigmcc
Original Path: jakarta/commons/proper/digester/trunk/build.xml
File length: 22021 byte(s)
Diff to previous 479167 (colored)
Add public APIs that allow Digester users to parse and register URL
instances directly, to avoid potential information loss on conversion
from a URL (such as one returned by ServletContext.getResource()) to
String, and then back again.  Also, close any input streams we opened
when creating internal InputSource instances.

DIGESTER-110

Revision 479167 - (view) (annotate) - [select for diffs]
Modified Sat Nov 25 18:59:57 2006 UTC (3 years ago) by rahul
Original Path: jakarta/commons/proper/digester/trunk/build.xml
File length: 21414 byte(s)
Diff to previous 476323 (colored)
RC2 prep.

Revision 476323 - (view) (annotate) - [select for diffs]
Modified Fri Nov 17 21:21:14 2006 UTC (3 years ago) by rahul
Original Path: jakarta/commons/proper/digester/trunk/build.xml
File length: 21405 byte(s)
Diff to previous 475561 (colored)
Lets try RC1.

Revision 475561 - (view) (annotate) - [select for diffs]
Modified Thu Nov 16 03:49:06 2006 UTC (3 years ago) by rahul
Original Path: jakarta/commons/proper/digester/trunk/build.xml
File length: 21405 byte(s)
Diff to previous 472841 (colored)
Sync m1 and ant build files to match dependency changes recently made to the m2 pom.

Revision 472841 - (view) (annotate) - [select for diffs]
Modified Thu Nov 9 10:19:29 2006 UTC (3 years ago) by skitching
Original Path: jakarta/commons/proper/digester/trunk/build.xml
File length: 21943 byte(s)
Diff to previous 471661 (colored)
Add comments only.

Revision 471661 - (view) (annotate) - [select for diffs]
Modified Mon Nov 6 08:09:25 2006 UTC (3 years ago) by skitching
Original Path: jakarta/commons/proper/digester/trunk/build.xml
File length: 21467 byte(s)
Diff to previous 378713 (colored)
Update to new license header

Revision 378713 - (view) (annotate) - [select for diffs]
Modified Sat Feb 18 10:44:10 2006 UTC (3 years, 9 months ago) by skitching
Original Path: jakarta/commons/proper/digester/trunk/build.xml
File length: 21282 byte(s)
Diff to previous 280181 (colored)
Suppress "local variable shadows field" warnings generated by Jikes compiler.

Revision 280181 - (view) (annotate) - [select for diffs]
Modified Sun Sep 11 20:54:48 2005 UTC (4 years, 2 months ago) by rdonkin
Original Path: jakarta/commons/proper/digester/trunk/build.xml
File length: 21166 byte(s)
Diff to previous 190332 (colored)
Added notice file to jar.

Revision 190332 - (view) (annotate) - [select for diffs]
Modified Mon Jun 13 01:03:45 2005 UTC (4 years, 5 months ago) by skitching
Original Path: jakarta/commons/proper/digester/trunk/build.xml
File length: 21078 byte(s)
Diff to previous 178358 (colored)
Update post-1.7 release

Revision 178358 - (view) (annotate) - [select for diffs]
Modified Wed May 25 04:02:28 2005 UTC (4 years, 6 months ago) by skitching
Original Path: jakarta/commons/proper/digester/trunk/build.xml
File length: 21074 byte(s)
Diff to previous 155412 (colored)
Moved revision number to 1.7
Also make footer copyright statement consistent with other commons projects,
and with advice on legal-discuss list (the compilation can be copyright ASF
even if some individual components are not).

Revision 155412 - (view) (annotate) - [select for diffs]
Modified Sat Feb 26 12:58:36 2005 UTC (4 years, 9 months ago) by dirkv
Original Path: jakarta/commons/proper/digester/trunk/build.xml
File length: 21110 byte(s)
Diff to previous 151146 (colored)
svn:keywords correction

Revision 151146 - (view) (annotate) - [select for diffs]
Modified Thu Feb 3 11:31:42 2005 UTC (4 years, 9 months ago) by skitching
Original Path: jakarta/commons/proper/digester/trunk/build.xml
File length: 21110 byte(s)
Diff to previous 132754 (colored)
Change text that appears on the bottom of each javadoc page. The copyright 
statement has been slightly modified and the licence text removed as per
consensus on legal-discuss and pmc@jakarta.apache.org.

Revision 132754 - (view) (annotate) - [select for diffs]
Modified Tue Jan 18 10:04:33 2005 UTC (4 years, 10 months ago) by skitching
Original Path: jakarta/commons/proper/digester/trunk/build.xml
File length: 21912 byte(s)
Diff to previous 132723 (colored)
Add comment re javadoc target not working on MS-Windows.

Revision 132723 - (view) (annotate) - [select for diffs]
Modified Mon Sep 20 21:59:23 2004 UTC (5 years, 2 months ago) by rdonkin
Original Path: jakarta/commons/proper/digester/trunk/build.xml
File length: 21714 byte(s)
Diff to previous 132722 (colored)
Allows exception throwing for mismatches to be switch on. Patch contributed by Gabriele Carcassi.

Revision 132722 - (view) (annotate) - [select for diffs]
Modified Sun Sep 19 16:51:18 2004 UTC (5 years, 2 months ago) by rdonkin
Original Path: jakarta/commons/proper/digester/trunk/build.xml
File length: 21458 byte(s)
Diff to previous 132718 (colored)
Updated versions to reflect release

Revision 132718 - (view) (annotate) - [select for diffs]
Modified Thu Sep 9 20:38:21 2004 UTC (5 years, 2 months ago) by rdonkin
Original Path: jakarta/commons/proper/digester/trunk/build.xml
File length: 21454 byte(s)
Diff to previous 132663 (colored)
Merged in release branch

Revision 132663 - (view) (annotate) - [select for diffs]
Modified Sat May 1 20:42:59 2004 UTC (5 years, 6 months ago) by craigmcc
Original Path: jakarta/commons/proper/digester/trunk/build.xml
File length: 20132 byte(s)
Diff to previous 132607 (colored)
Phase II of removing the RSS examples from the core Digester distribution.
Remove the sources that have been migrated.

Revision 132607 - (view) (annotate) - [select for diffs]
Modified Sun Apr 4 05:05:09 2004 UTC (5 years, 7 months ago) by skitching
Original Path: jakarta/commons/proper/digester/trunk/build.xml
File length: 21021 byte(s)
Diff to previous 132554 (colored)
Add target for running new OverlappingCallMethodRuleTestCase

Revision 132554 - (view) (annotate) - [select for diffs]
Modified Sun Feb 15 01:02:14 2004 UTC (5 years, 9 months ago) by craigmcc
Original Path: jakarta/commons/proper/digester/trunk/build.xml
File length: 20412 byte(s)
Diff to previous 132529 (colored)
As agreed to earlier on the COMMONS-DEV mailing list, remove direct
dependence on commons-collections.  This involves maintaining a local
copy of ArrayStack that was originally contributed to Collections when
Digester and Beanutils were factored out of Struts.

There is still a runtime dependency on commons-collections by virtue of
the fact that commons-beanutils requires it.  Once this dependency is
lifted, we can remove commons-collections settings from the build.xml and
build.properties.sample files, as well as from the unit test classpath.

Also fixed a couple of Javadoc errors that triggered warning messages.

Revision 132529 - (view) (annotate) - [select for diffs]
Modified Tue Dec 2 23:23:10 2003 UTC (5 years, 11 months ago) by rdonkin
Original Path: jakarta/commons/proper/digester/trunk/build.xml
File length: 20468 byte(s)
Diff to previous 132527 (colored)
Added support for substitution of variables (and anything else that people want ;). This is a first cut, hopefully I'll be back with more documentation and Remy's peculiar implementation tommorrow. Contains contributions by Simon Kitching.

Revision 132527 - (view) (annotate) - [select for diffs]
Modified Wed Nov 19 21:07:06 2003 UTC (6 years ago) by rdonkin
Original Path: jakarta/commons/proper/digester/trunk/build.xml
File length: 19839 byte(s)
Diff to previous 132507 (colored)
Tests for new SetNestedPropertiesRuleTest rule. Submitted by Simon Kitching

Revision 132507 - (view) (annotate) - [select for diffs]
Modified Sat Oct 18 13:40:46 2003 UTC (6 years, 1 month ago) by rdonkin
Original Path: jakarta/commons/proper/digester/trunk/build.xml
File length: 19250 byte(s)
Diff to previous 132494 (colored)
Patched build script so that the logging output (which often confused new developers) can be easily supressed. Patch submitted by Simon Kitching.

Revision 132494 - (view) (annotate) - [select for diffs]
Modified Sat Oct 4 12:26:51 2003 UTC (6 years, 1 month ago) by rdonkin
Original Path: jakarta/commons/proper/digester/trunk/build.xml
File length: 16159 byte(s)
Diff to previous 132491 (colored)
Added plugins module. Submitted by Simon Kitching.src/java/org/apache/commons/digester/plugins/Declaration.java

Revision 132491 - (view) (annotate) - [select for diffs]
Modified Sun Sep 28 09:41:29 2003 UTC (6 years, 2 months ago) by rdonkin
Original Path: jakarta/commons/proper/digester/trunk/build.xml
File length: 15743 byte(s)
Diff to previous 132469 (colored)
Added build for the examples. Submitted by Simon Kitching.

Revision 132469 - (view) (annotate) - [select for diffs]
Modified Mon Apr 28 17:51:32 2003 UTC (6 years, 7 months ago) by rdonkin
Original Path: jakarta/commons/proper/digester/trunk/build.xml
File length: 15587 byte(s)
Diff to previous 132467 (colored)
Added new Rules implementation. This wraps an existing implementation, adding support for default rules (to be fired whenever no other rule matches).

Revision 132467 - (view) (annotate) - [select for diffs]
Modified Sun Apr 27 18:53:15 2003 UTC (6 years, 7 months ago) by rdonkin
Original Path: jakarta/commons/proper/digester/trunk/build.xml
File length: 15130 byte(s)
Diff to previous 132465 (colored)
Post 1.5 release tasks.

Revision 132465 - (view) (annotate) - [select for diffs]
Modified Sun Apr 27 15:48:54 2003 UTC (6 years, 7 months ago) by rdonkin
Original Path: jakarta/commons/proper/digester/trunk/build.xml
File length: 15126 byte(s)
Diff to previous 132463 (colored)
Preparations for 1.5 release

Revision 132463 - (view) (annotate) - [select for diffs]
Modified Fri Apr 25 10:20:07 2003 UTC (6 years, 7 months ago) by rdonkin
Original Path: jakarta/commons/proper/digester/trunk/build.xml
File length: 15129 byte(s)
Diff to previous 132450 (colored)
Ooops. This should have been committed before tagging the release candidate

Revision 132450 - (view) (annotate) - [select for diffs]
Modified Wed Apr 2 19:05:12 2003 UTC (6 years, 7 months ago) by rdonkin
Original Path: jakarta/commons/proper/digester/trunk/build.xml
File length: 15130 byte(s)
Diff to previous 132449 (colored)
Added new Rule implementation based on a pluggable regex implementation. Also test case and a simple regex matching implementation

Revision 132449 - (view) (annotate) - [select for diffs]
Modified Mon Mar 31 00:41:14 2003 UTC (6 years, 8 months ago) by craigmcc
Original Path: jakarta/commons/proper/digester/trunk/build.xml
File length: 14713 byte(s)
Diff to previous 132445 (colored)
Copy LICENSE.txt file we already have, instead of going to our parent
directory.  This makes building from source distros easier.

PR: 18455
Submitted by:	J.Pietschmann <j3322ptm at yahoo.de>

Revision 132445 - (view) (annotate) - [select for diffs]
Modified Sat Mar 15 18:41:04 2003 UTC (6 years, 8 months ago) by rdonkin
Original Path: jakarta/commons/proper/digester/trunk/build.xml
File length: 14722 byte(s)
Diff to previous 132439 (colored)
Test cases for optional no-propagation of factory create rule exceptions

Revision 132439 - (view) (annotate) - [select for diffs]
Modified Sun Mar 2 11:33:49 2003 UTC (6 years, 8 months ago) by rdonkin
Original Path: jakarta/commons/proper/digester/trunk/build.xml
File length: 14276 byte(s)
Diff to previous 132437 (colored)
Post 1.4.1 release update

Revision 132437 - (view) (annotate) - [select for diffs]
Modified Sat Mar 1 11:39:45 2003 UTC (6 years, 8 months ago) by rdonkin
Original Path: jakarta/commons/proper/digester/trunk/build.xml
File length: 14274 byte(s)
Diff to previous 132422 (colored)
Preparations for 1.4.1 release

Revision 132422 - (view) (annotate) - [select for diffs]
Modified Sun Feb 23 23:39:21 2003 UTC (6 years, 9 months ago) by rdonkin
Original Path: jakarta/commons/proper/digester/trunk/build.xml
File length: 14277 byte(s)
Diff to previous 132418 (colored)
Preparations for 1.4.1 release

Revision 132418 - (view) (annotate) - [select for diffs]
Modified Mon Feb 3 21:03:19 2003 UTC (6 years, 9 months ago) by rdonkin
Original Path: jakarta/commons/proper/digester/trunk/build.xml
File length: 14276 byte(s)
Diff to previous 132416 (colored)
Updated to new version number after 1.4 release

Revision 132416 - (view) (annotate) - [select for diffs]
Modified Mon Feb 3 18:40:28 2003 UTC (6 years, 9 months ago) by rdonkin
Original Path: jakarta/commons/proper/digester/trunk/build.xml
File length: 14272 byte(s)
Diff to previous 132413 (colored)
Preparations for digester 1.4 release

Revision 132413 - (view) (annotate) - [select for diffs]
Modified Sun Feb 2 16:30:29 2003 UTC (6 years, 9 months ago) by rdonkin
Original Path: jakarta/commons/proper/digester/trunk/build.xml
File length: 14275 byte(s)
Diff to previous 132411 (colored)
Preparing for release candidate

Revision 132411 - (view) (annotate) - [select for diffs]
Modified Sun Feb 2 16:09:53 2003 UTC (6 years, 9 months ago) by rdonkin
Original Path: jakarta/commons/proper/digester/trunk/build.xml
File length: 14272 byte(s)
Diff to previous 132408 (colored)
Updated copyright year in licenses

Revision 132408 - (view) (annotate) - [select for diffs]
Modified Sat Jan 18 18:47:08 2003 UTC (6 years, 10 months ago) by craigmcc
Original Path: jakarta/commons/proper/digester/trunk/build.xml
File length: 14273 byte(s)
Diff to previous 132400 (colored)
Make BeanPropertySetterRule and SetPropertyRule throw an exception if an
invalid property name is specified.  The previous behavior was to silently
ignore these setters, which caused lots of user confusion.

Added unit tests to validate this new behavior as well.

PR: 16233
Submitted by:	Howard Miller <me@howardmiller.co.uk>

Revision 132400 - (view) (annotate) - [select for diffs]
Modified Fri Oct 25 21:31:49 2002 UTC (7 years, 1 month ago) by sanders
Original Path: jakarta/commons/proper/digester/trunk/build.xml
File length: 13842 byte(s)
Diff to previous 132399 (colored)
new object param rule, submitted by Mark Huisman <mhuisman@h5technologies.com>

Revision 132399 - (view) (annotate) - [select for diffs]
Modified Wed Oct 2 20:27:18 2002 UTC (7 years, 1 month ago) by rdonkin
Original Path: jakarta/commons/proper/digester/trunk/build.xml
File length: 13386 byte(s)
Diff to previous 132397 (colored)
New rule which creates a DOM node from part of the XML tree and pushes it onto the stack. Submitted by Christopher Lenz.

Revision 132397 - (view) (annotate) - [select for diffs]
Modified Mon Sep 30 19:48:51 2002 UTC (7 years, 1 month ago) by rdonkin
Original Path: jakarta/commons/proper/digester/trunk/build.xml
File length: 12954 byte(s)
Diff to previous 132383 (colored)
Fix for issue #12756. This enhances digester by support for call param rules which take their values from the stack. Patch submitted by John Yu.

Revision 132383 - (view) (annotate) - [select for diffs]
Modified Tue Aug 13 16:28:59 2002 UTC (7 years, 3 months ago) by sanders
Original Path: jakarta/commons/proper/digester/trunk/build.xml
File length: 12505 byte(s)
Diff to previous 132360 (colored)
ready to release 1.3

Revision 132360 - (view) (annotate) - [select for diffs]
Modified Mon Apr 29 22:24:37 2002 UTC (7 years, 7 months ago) by craigmcc
Original Path: jakarta/commons/proper/digester/trunk/build.xml
File length: 12510 byte(s)
Diff to previous 132358 (colored)
Reset version number for development.

Revision 132358 - (view) (annotate) - [select for diffs]
Modified Mon Apr 29 22:18:48 2002 UTC (7 years, 7 months ago) by craigmcc
Original Path: jakarta/commons/proper/digester/trunk/build.xml
File length: 12506 byte(s)
Diff to previous 132357 (colored)
Update version number for release.

Revision 132357 - (view) (annotate) - [select for diffs]
Modified Mon Apr 29 22:03:51 2002 UTC (7 years, 7 months ago) by craigmcc
Original Path: jakarta/commons/proper/digester/trunk/build.xml
File length: 12510 byte(s)
Diff to previous 132356 (colored)
Copy release notes to distribution directory.

Revision 132356 - (view) (annotate) - [select for diffs]
Modified Mon Apr 29 21:46:27 2002 UTC (7 years, 7 months ago) by craigmcc
Original Path: jakarta/commons/proper/digester/trunk/build.xml
File length: 12433 byte(s)
Diff to previous 132345 (colored)
Add an overview file and tweak the package documentation.

Revision 132345 - (view) (annotate) - [select for diffs]
Modified Mon Mar 11 21:31:15 2002 UTC (7 years, 8 months ago) by craigmcc
Original Path: jakarta/commons/proper/digester/trunk/build.xml
File length: 12353 byte(s)
Diff to previous 132343 (colored)
Re-add execution of the XML Rules test as part of the "test" target.

Revision 132343 - (view) (annotate) - [select for diffs]
Modified Mon Mar 11 05:01:54 2002 UTC (7 years, 8 months ago) by craigmcc
Original Path: jakarta/commons/proper/digester/trunk/build.xml
File length: 12307 byte(s)
Diff to previous 132336 (colored)
Instead of swallowing Throwables inside a rethrown SAXException, simply
log and rethrow any Error that occurs so that things like OutOfMemoryError
problems are not masked by being wrapped in a SAXException.

PR: Bugzilla #6290
Submitted by:	David H. Martin <dmartin at altoweb.com>

Revision 132336 - (view) (annotate) - [select for diffs]
Modified Thu Jan 31 20:25:11 2002 UTC (7 years, 9 months ago) by rdonkin
Original Path: jakarta/commons/proper/digester/trunk/build.xml
File length: 12352 byte(s)
Diff to previous 132313 (colored)
Updated java doc copyright date in build.xml

Revision 132313 - (view) (annotate) - [select for diffs]
Modified Sat Jan 5 00:34:46 2002 UTC (7 years, 10 months ago) by craigmcc
Original Path: jakarta/commons/proper/digester/trunk/build.xml
File length: 12348 byte(s)
Diff to previous 132312 (colored)
Add "META-INF/LICENSE.txt" for digester and logging also.

Revision 132312 - (view) (annotate) - [select for diffs]
Modified Fri Jan 4 05:32:11 2002 UTC (7 years, 10 months ago) by sanders
Original Path: jakarta/commons/proper/digester/trunk/build.xml
File length: 12192 byte(s)
Diff to previous 132303 (colored)
Updated Digester to use the commons logging package.

Revision 132303 - (view) (annotate) - [select for diffs]
Modified Tue Dec 4 19:46:11 2001 UTC (7 years, 11 months ago) by sanders
Original Path: jakarta/commons/proper/digester/trunk/build.xml
File length: 11622 byte(s)
Diff to previous 132300 (colored)
Updated to JUnit 3.7
Adding XML rules definition
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 132300 - (view) (annotate) - [select for diffs]
Modified Tue Nov 20 00:37:25 2001 UTC (8 years ago) by craigmcc
Original Path: jakarta/commons/proper/digester/trunk/build.xml
File length: 11164 byte(s)
Diff to previous 132296 (colored)
Fix the broken test on BeanPropertySetterRule, and include it in the
default "ant test" execution.

Submitted by:	Robert Burrell Donkin <robertdonkin@mac.com>

Revision 132296 - (view) (annotate) - [select for diffs]
Modified Wed Nov 14 19:54:05 2001 UTC (8 years ago) by craigmcc
Original Path: jakarta/commons/proper/digester/trunk/build.xml
File length: 11122 byte(s)
Diff to previous 132292 (colored)
Add the BeanPropertySetterRule and associated tests.  NOTE:  The test case
curently fails (target "test.bpsr") -- could someone take a look and see
what I screwed up in incorporating this stuff?

Submitted by:	Robert Burrell Donkin

Revision 132292 - (view) (annotate) - [select for diffs]
Modified Tue Oct 16 23:58:01 2001 UTC (8 years, 1 month ago) by craigmcc
Original Path: jakarta/commons/proper/digester/trunk/build.xml
File length: 10710 byte(s)
Diff to previous 132290 (colored)
Back to development version number.

Revision 132290 - (view) (annotate) - [select for diffs]
Modified Tue Oct 16 23:46:34 2001 UTC (8 years, 1 month ago) by craigmcc
Original Path: jakarta/commons/proper/digester/trunk/build.xml
File length: 10708 byte(s)
Diff to previous 132286 (colored)
Set version number for a patch release (1.1.1).

Clean up warning messages during Javadoc generation.

Revision 132286 - (view) (annotate) - [select for diffs]
Modified Sat Sep 22 19:06:39 2001 UTC (8 years, 2 months ago) by craigmcc
Original Path: jakarta/commons/proper/digester/trunk/build.xml
File length: 10174 byte(s)
Diff to previous 132285 (colored)
Update version number for future development.

Revision 132285 - (view) (annotate) - [select for diffs]
Modified Sat Sep 22 19:03:15 2001 UTC (8 years, 2 months ago) by craigmcc
Original Path: jakarta/commons/proper/digester/trunk/build.xml
File length: 10174 byte(s)
Diff to previous 132283 (colored)
Updates for Digester 1.1 release.

Revision 132283 - (view) (annotate) - [select for diffs]
Modified Sat Sep 22 18:44:13 2001 UTC (8 years, 2 months ago) by craigmcc
Original Path: jakarta/commons/proper/digester/trunk/build.xml
File length: 10170 byte(s)
Diff to previous 132280 (colored)
Update version number for 1.1 release.

Revision 132280 - (view) (annotate) - [select for diffs]
Modified Thu Sep 20 20:42:04 2001 UTC (8 years, 2 months ago) by craigmcc
Original Path: jakarta/commons/proper/digester/trunk/build.xml
File length: 10173 byte(s)
Diff to previous 132275 (colored)
Add an advanced pluggable rules matcher for Digester.  The original
behavior remains the default, but this one can easily be subsituted:

  Digester digester = ...;
  ...
  digester.setRules(new ExtendedBaseRules());
  ...

Submitted by:  Robert Burrell Donkin <robertdonkin@mac.com>

Revision 132275 - (view) (annotate) - [select for diffs]
Modified Wed Sep 5 03:33:26 2001 UTC (8 years, 2 months ago) by craigmcc
Original Path: jakarta/commons/proper/digester/trunk/build.xml
File length: 9702 byte(s)
Diff to previous 132265 (colored)
Add separate unit test suite for Rules (to facilitate subclassing for
custom Rules implementations).

Submitted by:  Robert Burrell Donkin <robertdonkin@mac.com>

Revision 132265 - (view) (annotate) - [select for diffs]
Modified Mon Aug 20 21:59:43 2001 UTC (8 years, 3 months ago) by craigmcc
Original Path: jakarta/commons/proper/digester/trunk/build.xml
File length: 9267 byte(s)
Diff to previous 132248 (colored)
Add some initial unit tests for actually processing an input file.

Revision 132248 - (view) (annotate) - [select for diffs]
Modified Sun Jul 15 00:17:24 2001 UTC (8 years, 4 months ago) by craigmcc
Original Path: jakarta/commons/proper/digester/trunk/build.xml
File length: 8898 byte(s)
Diff to previous 132246 (colored)
Update version numbers for development subsequent to 1.0 releases.

Revision 132246 - (view) (annotate) - [select for diffs]
Modified Sun Jul 15 00:10:36 2001 UTC (8 years, 4 months ago) by craigmcc
Original Path: jakarta/commons/proper/digester/trunk/build.xml
File length: 8894 byte(s)
Diff to previous 132241 (colored)
Update version number for 1.0 release, and document the external
dependencies on other Commons modules.

Revision 132241 - (view) (annotate) - [select for diffs]
Modified Tue May 22 04:19:11 2001 UTC (8 years, 6 months ago) by craigmcc
Original Path: jakarta/commons/proper/digester/trunk/build.xml
File length: 8759 byte(s)
Diff to previous 132239 (colored)
Add initial unit tests for Digester.  So far, only the fundamental
property related methods are being exercised, no actual parsing yet.

Revision 132239 - (view) (annotate) - [select for diffs]
Modified Tue May 22 02:55:03 2001 UTC (8 years, 6 months ago) by craigmcc
Original Path: jakarta/commons/proper/digester/trunk/build.xml
File length: 8133 byte(s)
Diff to previous 132237 (colored)
Restore the RSS 0.91 processing code (and example) from the sandbox.

Revision 132237 - (view) (annotate) - [select for diffs]
Modified Sat May 12 16:45:34 2001 UTC (8 years, 6 months ago) by sanders
Original Path: jakarta/commons/proper/digester/trunk/build.xml
File length: 7720 byte(s)
Diff to previous 132236 (colored)
Updated to the dist directory
PR:
Obtained from:
Submitted by:
Reviewed by:

Revision 132236 - (view) (annotate) - [select for diffs]
Added Thu May 3 00:28:33 2001 UTC (8 years, 6 months ago) by craigmcc
Original Path: jakarta/commons/proper/digester/trunk/build.xml
File length: 7723 byte(s)
Check in the Commons digester module, transferred from the sandbox.

NOTE:  I have omitted the RSS 0.91 example, for two reasons:
- There is some current politics going on around Netscape's pulling the
  DTD from their web site.
- It might make some more sense to collaborate with the Jetspeed folks
  on an RSS 1.0 implementation, if they are interested in it.

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

apache@apache.org
ViewVC Help
Powered by ViewVC 1.1.2