Fix <linecontains> filter.
PR: 13048
Submitted by: Eric Pugh <epugh at upstate.com>
82 lines of code changed in:
Throw BuildException in <xmlvalidate> if a requested feature is not
supported.
Make <xmlvalidate>'s unit tests handle parsers without knowledge about
XML Schema gracefully, passes with Crimson and Xerces on my box now.
44 lines of code changed in:
Next try for PR: 12844 (Stochern im Nebel)
7 lines of code changed in:
filtersets that are nested into filersets don't work as the code tries
to access nested elements before they have been configured.
PR: 9056
54 lines of code changed in:
Add <os> and <exec> support for OS/400.
PR: 13047
Submitted by: Brian Farrar <brian_farrar at countrywide.com>
18 lines of code changed in:
Upgrade to Xerces 2.2.0
2 lines of code changed in:
add example for referencing filtersets by id.
PR: 12324
Submitted by: Laurie Harper <zodiac at holoweb.net>
13 lines of code changed in:
Make jjtree as verbose as javacc.
PR: 12589
Submitted by: Kimbo Mundy <kmundy at denovis.com>
2 lines of code changed in:
Add some clarification to <antcall>'s docs.
PR: 12820
12 lines of code changed in:
documentation for some of the inherited attributes has been missing
21 lines of code changed in:
forgot to save some files
1 lines of code changed in:
Remove magic that prepends a $ to vsspath and projectpath in VSS and
SOS tasks.
PR: 10201
Submitted by: Jesse Stockall <jesse at cryptocard.com>
332 lines of code changed in:
conditionally exclude JUnitReportTest
15 lines of code changed in:
<junitreport> would create an empty junit-noframes.html if format was
not defined.
PR: 12390
Testcase submitted by: Martijn Kruithof <martijn at kruithof.xs4all.nl>
252 lines of code changed in:
Make HTML generated by <junitreport> look more like valid HTML.
PR: 12604
Submitted by: Ville Skytt? <ville.skytta at iki.fi>
33 lines of code changed in:
Make <cab> use the not deprecated methods of ExecTask.
PR: 12468
Submitted by: Jesse Stockall <jesse at cryptocard.com>
25 lines of code changed in:
<tstamp>'s prefix attribute didn't apply to nested <format>s.
The code tries to use the prefix but fails because setPrefix() gets
called after createFormat().
PR: 12829
Submitted by: gjfdh at yahoo.com
31 lines of code changed in:
Go on if a non-JSP has been found in <wljspc>.
PR: 12844
3 lines of code changed in:
Make <ftp>'s MKDIR action work recursively (if necessary).
PR: 12576
Submitted by: Kyle Adams <kadams at gfs.com>
34 lines of code changed in:
Fix the path to discovery.
2 lines of code changed in:
change misleading example in <mail>'s documentation.
Submitted by: Jeremy Anderson <jeranderson at amerisourcebergen.com>
2 lines of code changed in:
New <ftp> action rmdir.
PR: 12765
Submitted by: Gabriele Garuglieri <gabriele.garuglieri at infoblu.it>
120 lines of code changed in:
Add preservelastmodified attribute to <ftp>.
PR: 12548
Submitted by: gudnabrsam at yahoo.com
26 lines of code changed in:
Add ability to set parser features in <xmlvalidate>.
Submitted by: Nick Pellow <nick.pellow at mindmatics.de>
171 lines of code changed in:
Add FAQ contributed by Henri Gomez <hgomez at apache.org>
50 lines of code changed in:
Create FAQ on the Ant 1.4, Windows XP, JDK 1.4 problem and mention the
workaround confirmed by Curt Wilhelm.
54 lines of code changed in:
Add pointer to Karthik Kumar's doxygen task.
100 lines of code changed in:
AbstractFileSet should check whether it is a reference in a couple of places
Triggered by PR: 12838
24 lines of code changed in:
typos in docs.
PR: 12906
Submitted by: dan at rollocos.com
2 lines of code changed in:
remove commented out lines
0 lines of code changed in:
Make sure <replaceregexp> doesn't add a newline char at the end of the
file if byline="true" either.
PR: 12407
Submitted by: Stefan Moebius <stmoebius at yahoo.com>
71 lines of code changed in:
This looks like duplicate code, I'm not 100% sure, waiting to see
whether it affects any Gump run. It causes problems with custom tasks
that have nested Sequential child elements.
3 lines of code changed in:
Don't add extra linefeed in <replaceregexp>
PR: 12407
Submitted by: Stefan Moebius <stmoebius at yahoo.com>
Note that the byline="true" case is still broken (and a commented-out
test confirms this) - I'll look into it later this week.
44 lines of code changed in:
Support name() accessors as well.
Submitted by: Andrew Everitt <Andrew.Everitt at gbr.xerox.com>
20 lines of code changed in:
even more missing quotes.
Add some indentation to reduce confusion on my side 8-)
Submitted by: JonL White <jonl.white at commerceone.com>
4 lines of code changed in:
IDEA reformat, and changed destdir to be File type
51 lines of code changed in:
Provide a resonable name value for test implementations that are not
TestCase subclasses - user their getName method if present.
This should give better reports for tests that use jFunc or similar
frameworks.
PR: 11531
Submitted by: <ender at one.net>
46 lines of code changed in:
Release references to the child project when <ant*> has been done.
PR: 12499
Submitted by: <gregm at bea.com>
10 lines of code changed in:
I'm always scared of changing the core classes, so would be more reluctant to commit this if it wasnt needed so much by Axis. Once committed. I'm going to do more soak testing.
Purpose of fix: use weak references on Java1.2+ for the createdTasks list.
We may want to think of cleaning this list up for extra leak prevention.
11 lines of code changed in:
a reference that is hard on 1.1, weak on 1.2+
134 lines of code changed in:
little consequence of "" not being a valid target name; you cannot have default="" in <project>
1 lines of code changed in:
This is a fractional refactor of the class to split task creation from adding it to the list of tasks we know about. As the factored out method is private, external routines still cannot create tasks that arent added to the list...this change does not alter the external API of Project, just makes it possible.
24 lines of code changed in:
and commenting out the feature tests in the test file.
4 lines of code changed in:
XmlValidate no longer needs 1.2
0 lines of code changed in:
rolling back feature support, but retaining the extra explanation text under existing examples
12 lines of code changed in:
rolling back feature support till it works on 1.1 and looks more like xstyle
12 lines of code changed in:
Merge fix from 1.5 branch.
PR: 5781 and 11630
6 lines of code changed in:
Supply location when complaining about empty target names.
16 lines of code changed in:
document <isreference> in WHATSNEW
2 lines of code changed in:
New <isreference> condition.
253 lines of code changed in:
XMLValidate now depends on JDK 1.2
2 lines of code changed in:
Feature support from Nick Pellow, nick.pellow@mindmatics.de.
122 lines of code changed in:
Tests for XML schema support. I think we have issues w.r.t catalogs, dtd and Schema, or at least need some docs on the subject.
61 lines of code changed in:
case change
9 lines of code changed in:
JUnit 3.8.1 has been released
2 lines of code changed in:
more tag to space fixup on the rest of the dir. left alone tagdiff.xsl as that has other problems, like every second line is blank. Saved as binary?
1161 lines of code changed in:
DD's junit patch. a bigger diff than you'd think on account of tab to space fixup across the whole doc.
494 lines of code changed in:
patch queue link; will only go into the web site when an update takes place. NB, why doesnt gump do that?
1 lines of code changed in:
little trick to allow <ant> callers to spec a classpath for their own stuff, cos I am trying to invoke this from axis, with mixed results.
4 lines of code changed in:
Fix typo.
Submitted by: Larry Shatzer
1 lines of code changed in:
Make sure the prompt is visible even in -quiet mode.
PR: 10729
2 lines of code changed in:
Make cvstagdiff inherit from AbstractCvsTask
PR: 12119
Submitted by: Rob van Oostrum <rvanoo@xs4all.nl>
23 lines of code changed in:
Add announcement of 1.5.1beta1 on main page, fix a typo in
replaceregexp docs.
29 lines of code changed in:
<tag /> ---> <tag/>
remove some stray CRs
fix some typos
Submitted by: Larry Shatzer <Larry.Shatzer@Spirent.com>
717 lines of code changed in:
Add explicit tests for <fixcrlf>'s CRCRLF handling.
PR: 12219
39 lines of code changed in:
Announce 1.5.1 Beta1 release in antnews
28 lines of code changed in:
Replace > with > where appropriate.
PR: 12193 and 12195
Submitted by: Larry Shatzer
99 lines of code changed in:
getParentFile may return null.
Reported by: Bayyapu, Pavan <pavan.bayyapu@sap.com>
6 lines of code changed in:
Merge from 1.5 Branch
PR: 11675
9 lines of code changed in:
updated WHATSNEW with things I've changed recently.
6 lines of code changed in:
refactored to be 1.1 compatible and allow filenames that contain spaces
6 lines of code changed in:
fixed binary for those of you non-Mac OS Xers :)
0 lines of code changed in:
Show all command line options of Ant and fix a typo.
Submitted by: Larry Shatzer <Larry.Shatzer@Spirent.com>
19 lines of code changed in:
Make sure Python and Perl scripts get only included once in -bin.tar.
Submitted by: Jim Wright <JimWright@quick.cz>
2 lines of code changed in:
vacations are never long enough, are they?
2 lines of code changed in:
Upgrade to JUnit 3.8 and Xerces 2.1.0.
3 lines of code changed in: