hopefully fix Gump
13 lines of code changed in:
Switch to using regular collections instead of the deprecated XCollections
15 lines of code changed in:
Update XDoclet and XJavaDoc (XJavaDoc is no longer a singleton)
2 lines of code changed in:
migrated Ant XDoclet code here, to maintain it easier
1600 lines of code changed in:
Minor doc changes and optimizations
5 lines of code changed in:
A more defensive approach to PR: 14849, keep things as they've been
unless we are using JProbe 4+.
17 lines of code changed in:
From the JDK tool-docs for javac of JDK 1.4:
> An argument file can include javac options and source filenames in
> any combination. The arguments within a file can be space-separated
> or newline-separated.
that means, file names must be quoted if they contain spaces. No idea
whether this is true for JDK 1.2 or 1.3 as well (1.1 doesn't support
@argfile).
PR: 10499
32 lines of code changed in:
Merge file for <property>
57 lines of code changed in:
added a basic install-lite target
7 lines of code changed in:
brought in sync with main branch
315 lines of code changed in:
Update the versions of XDoclet and XJavaDoc
0 lines of code changed in:
Fix javadocs comments and add new @ant.attribute tags for xdocs
134 lines of code changed in:
Only tasks should be case-sensitive inside TaskContainers - simply the
code a little.
20 lines of code changed in:
Disabled the test by accident
0 lines of code changed in:
Enable mixed-case task names inside task-containers while trying to
keep backwards compatibility for all other cases (all "normal" nested
element names get converted to lower case).
PR: 19323
62 lines of code changed in:
Demonstrate bug 19323
Submitted by: Jim Scarborough <jimes at hiwaay dot net>
18 lines of code changed in:
output file must be specified as argument for JProbe 4.x.
PR: 14849
3 lines of code changed in:
New German language book on Ant.
Submitted by: Jan Materne <Jan dot Materne at rzf dot fin dash nrw dot de>
90 lines of code changed in:
fixed 2 javadoc typos
2 lines of code changed in:
add a link to zipfileset in the section about types supporting references
2 lines of code changed in:
fix a typo equivalent not euqivalent
1 lines of code changed in:
Fix the javadoc comments and add @ant.attribute tags for xdocs documentation generation
50 lines of code changed in:
1 more @tag to ignore
1 lines of code changed in:
Add 2 new @tags that should be ignored by <javadoc>
2 lines of code changed in:
Add some new @tags for xdocs
38 lines of code changed in:
Generate attribute requirements
40 lines of code changed in:
Fix broken link
4 lines of code changed in:
<unzip> can now deal with self-extracting archives.
PR: 16213
Submitted by: Jason Salter <jasonsalter at hotmail dot com>
57 lines of code changed in:
More code reuse
2 lines of code changed in:
More code reuse
6 lines of code changed in:
Properly deal with multi-byte encodings by reusing existing code that does.
PR: 19187
4 lines of code changed in:
Keep track of changes
2 lines of code changed in:
Improve OS/2 support:
* Apparently the vmlauncher in OS/2's JDK 1.3 doesn't work properly,
disable it.
* Add REXX scripts to run Ant.
* Add OS/2 specific notes to the docs.
Submitted by: Zdenek Wagner <wagner at cesnet dot cz>
391 lines of code changed in:
Enable previously disabled head-tail tests.
Make StripJavaComments recognize and retain Mac line endings.
PR: 18476
Submitted by: peter.reilly@corvil.com (peter reilly)
29 lines of code changed in:
Make Definer use the new ClasspathUtils, make ClasspathUtils even more
reuse-friendly.
PR: 19213
Submitted by: Marc Portier <mpo at apache dot org>
341 lines of code changed in:
fix ZipFileSet#getRef for referenced ZipFileSets
5 lines of code changed in:
Add testcase for containsregexp selector.
Submitted by: Jay <jvandermeer2 at comcast dot net>
77 lines of code changed in:
fix because of class cast exception detected
4 lines of code changed in:
avoid backward compatibility problems for lib attribute of war task, so relax ZipFileSet#getRef
12 lines of code changed in:
allow to set a property with the exit code of java bugrep 19099 submitted by Donal Quinlan (donal at savvion dot com)
74 lines of code changed in:
filter readers modify lineendings.
PR: 18476
Submitted by: peter.reilly@corvil.com (peter reilly)
357 lines of code changed in:
Some improvements on "you need cvs in your PATH".
Submitted by: Chris Reeves <chris.reeves@mindspring.com>
9 lines of code changed in:
Update Antenna's description.
Submitted by: Joerg Pleumann <joerg at pleumann dot de>
22 lines of code changed in:
2003
19 lines of code changed in:
further cleanup
2 lines of code changed in:
new README file for antlib
0 lines of code changed in:
make antlib work
286 lines of code changed in:
removed 4 duplicate Visual Source Safe tasks
0 lines of code changed in:
More javadoc warning fixes
3 lines of code changed in:
Fix javadoc warnings
20 lines of code changed in:
Syntax error
PR: 19186
Submitted by: Chris Reeves
1 lines of code changed in:
adding index entries for subant bugrep 19181
6 lines of code changed in:
StarTeam performance enhancement
PR: 15730
Submitted by: Steve Cohen
73 lines of code changed in:
make the WarTest pass
1 lines of code changed in:
Import cleanup
0 lines of code changed in:
keep WHATSNEW up to date
18 lines of code changed in:
allow to define ZipFileSet(s) outside of Zip task bugrep 17007
231 lines of code changed in:
add international support for mailtask - bug report 15434
199 lines of code changed in:
Add linksource attribute to Javadoc.
Submitted by: <smagoun at mac dot com>
Add breakiterator attribute to Javadoc.
PR: 11569
55 lines of code changed in:
Add destfile attribute to <gzip> and <bzip2>.
PR: 11102
24 lines of code changed in:
Improve event dispatch performance (OK because we are using a cloned
list of listeners)
PR: 19101
Submiitted By: smagoun from mac.com
15 lines of code changed in:
Updated 1.5.3 download to remove spurious junit.jar
60 lines of code changed in:
Missed updated testcase in previous commit
40 lines of code changed in:
Enable <antlr>'s debug attribute.
PR: 19051
Submitted by: Jorge <jorgemanrubia at terra dot es>
9 lines of code changed in:
Correctly echo selected properties.
PR: 18588
Submitted by: Gary Gregory <ggregory at seagullsw dot com>
5 lines of code changed in:
Documentation for the image task.
PR: 19055
Submitted by: Jan Mat?rne <jan at materne dot de>
216 lines of code changed in:
Typos
2 lines of code changed in:
The contributors list is supoosed to be sorted - I think the locale
for collation is en_US, not sure ;-)
regen site to give Jesse and Antoine a chance to appear on the web
(you need to run ant -f docs.xml after changing the XML sources).
17 lines of code changed in:
Changing employers again. Trying to avoid spam... Added Wolf and myself (after more then 2 years passed 8-)) to manual credits.
7 lines of code changed in:
fix bugrep 17257 build.sh install problem under cygwin
3 lines of code changed in:
fix bugrep 18956 p4change task causes build to hang
3 lines of code changed in:
Refactor static method into a non-static version.
198 lines of code changed in:
HeadTailTest reportedly fails on Mac OS-X and Linux. A correct solution is probably to address PR 18476. Acknowledging this issue while working on a fix.
1 lines of code changed in:
Make it work with JDK 1.2
3 lines of code changed in:
Add myself to contributors list
4 lines of code changed in:
Beanshell and Apache BSF don't like each other. As the test is going
to use Javascript anyway, the check whether scripting is available
should do so, too. In particular, the test will now checke whether
Rhino is there, which the old test didn't.
Remove excess logging that lead me to think the test was failing
instead of skipped.
1 lines of code changed in:
Make breadcrumbs work on IE 5 for MacOS.
Submitted by: fritz <fritz at lateral dot net>
10 lines of code changed in:
It's me again, erm, 2003, I mean.
4 lines of code changed in:
Make javadoc happy
1 lines of code changed in:
Update the manual to reflect new attributes
68 lines of code changed in:
Add ability to overwrite or skip writable files during 'get latest' or 'checkout'
Add ability to specify timestamps for files retrieved during 'get latest' or 'checkout'
Fix label length issues
Other minor fixes unearthed after major refactoring of VSS tasks
PR: #11562 #8451 #4387 #12793 #14174 #13532 #14463
Submitted by: Nigel Magnay, Keying Xi, and others
313 lines of code changed in:
Better detection of classes passed as method params like 'System.out.println(Outer.Inner.class);'
PR: 13273
76 lines of code changed in:
Update Release history.
15 lines of code changed in:
Provide ability to override selection of files to be transformed.
2 lines of code changed in:
1.5.2 -> 1.5.3
5 lines of code changed in:
Note on addition of six clearcase tasks.
2 lines of code changed in:
6 New ClearCase Tasks Created
PR: 17408
Submitted by: spkane@genomatica.com (Sean P. Kane)
2865 lines of code changed in:
"e; -> "
1 lines of code changed in:
New tokenfilter for filterchain
PR: 18312
Submitted by: peter.reilly@corvil.com (peter reilly)
2236 lines of code changed in:
Call setproject for all created objects.
PR: 18312
Submitted by: peter.reilly@corvil.com (peter reilly)
62 lines of code changed in:
Adding a new attribute is not a bug...
3 lines of code changed in:
New "skip" attribute for HeadFilter and TailFilter
PR: 18849
Submitted by: jan@materne.de (Jan Mat?rne)
635 lines of code changed in:
typo
1 lines of code changed in:
More cleanup
66 lines of code changed in:
Add myself to the list as a test of write access
5 lines of code changed in:
Better explain what we mean with "must verify using signatures from
main site".
Submitted by: Matt Benson <gudnabrsam at yahoo dot com>
24 lines of code changed in:
style fixes
110 lines of code changed in:
Argh
1 lines of code changed in:
Fix javadoc typos
2 lines of code changed in:
Add a new containsregexp selector.
Submitted by: Jay van der Meer <jvandermeer2 at comcast dot net>
261 lines of code changed in:
Utility class to centralize all classloader and "instante from custom
classloader" related actions.
PR: 18906
Submitted by: Marc Portier <mpo at apache dot org>
241 lines of code changed in:
moving to httpclient, slowly
39 lines of code changed in:
More syncing of the antlib proposal with the main code line.
Submitted by: Antoine Levy-Lambert <levylambert at tiscali dash dsl dot de>
57 lines of code changed in:
Indicate default for update attribute, Bug 18949
6 lines of code changed in:
Patch from Lo??c P??ron <loic.peron@bigfoot.com> to compile against ant153
5 lines of code changed in:
Use MARC as our primary archive link until dlr finds time to breathe.
23 lines of code changed in:
Spread the word
4 lines of code changed in:
Simplify build file, now that JDK 1.2 is a given
15 lines of code changed in:
Fix <signjar>'s documentation (jar attribute is not required).
PR: 18876
At the same time fix the broken "do I have fileset child elements"
check and warn users if nested filesets are ignored.
14 lines of code changed in:
testlet has moved again
2 lines of code changed in:
Don't die on empty values.
PR: 18625
7 lines of code changed in:
Demonstrate bug 18625
64 lines of code changed in:
Clarify docs
12 lines of code changed in:
There is no bug
2 lines of code changed in:
Demonstrate bug 18670
11 lines of code changed in:
Make <javah> work on JDK 1.4.2.
PR: 18667
Submitted by: James Allers <jallers at advancedreality dot com>
27 lines of code changed in:
Provide user control over Statement's escape processing.
PR: 18822
29 lines of code changed in:
Keep record of fixed bugs
3 lines of code changed in:
Don't defer setting of default excludes for the implicit fileset,
thereby making <tar basedir="..."> and <zip basedir="..."> honor this
attribute.
PR: 18637
1 lines of code changed in:
Fix link - oops
4 lines of code changed in:
Ant 1.5.3 release
184 lines of code changed in:
FAQ about the broken zip task in 1.5.2
45 lines of code changed in:
Add pointer to JMX4Ant.
Submitted by: Jan.Materne@rzf.fin-nrw.de
83 lines of code changed in:
Document <input>'s defaultvalue attribute.
PR: 18717
Submitted by: Jan Mat?rne <jan at materne dot de>
17 lines of code changed in:
Remove duplication in Parallel
19 lines of code changed in:
Article has been removed.
Submitted by: Jayakrishnan Nair
0 lines of code changed in:
Fix up handling of TaskContainer configuration.
58 lines of code changed in:
Replace unprintable character (x'a0') with a space
1 lines of code changed in:
Add license
53 lines of code changed in:
Remove stray character
1 lines of code changed in:
New task container test, which fails. This doesn't fail as badly
under 1.5.x but nevertheless is not functional
75 lines of code changed in:
Avoid reusing StringBuffers to work around JDK 1.4.1 memory leak.
I'm sure that my changes in most cases are of the paranoid type,
ResourceUtils and FixCRLF look as if they really had a chance of
running into trouble.
41 lines of code changed in:
Remove stray CRs
3 lines of code changed in:
Make <javacc> and <jjtree> work with JavaCC version 3.x.
PR: 18664
Submitted by: Jene Jasper <jjasper at abz dot nl>
126 lines of code changed in:
Sync docs with new functionality.
Submitted by: Rob Anderson <Anderson dot Rob at vectorscm dot com>
8 lines of code changed in:
Speed up <junitreport> by buffering output.
Vastly reduce memory requirements of DOMElementWriter on JDK 1.4.1 by
using the workaround for JDK 1.4.1's StringBuffer#toString memory leak
(JDC BugParade Bug 4724129).
PR: 18504
Submitted by: Andrus Adamchik <mensk at users dot sourceforge dot net>
13 lines of code changed in:
Regen other pages
21 lines of code changed in:
KHTML does not right align table cells
2 lines of code changed in:
More CSS - less tables
859 lines of code changed in:
Apply some reflection to become JDepend version independent
49 lines of code changed in:
Fix up handling of input in nested builds.
PR: 18642
13 lines of code changed in:
Add support for JProbe 4.x.
PR: 14849
43 lines of code changed in:
Improve standards compliance of created index.
PR: 16972
31 lines of code changed in:
Demonstrate bug 16972
1 lines of code changed in:
Regen all files
105 lines of code changed in:
More CSS based layout
16 lines of code changed in:
Menu now rendered with CSS
1717 lines of code changed in:
Remove footer table
1425 lines of code changed in:
Make sure that streams get closed
60 lines of code changed in:
2003
1 lines of code changed in:
Ignore index lists found when creating a jar with index="on".
PR: 10262
7 lines of code changed in:
Demonstrate bug 10262
25 lines of code changed in:
Enable test for task container property setting
0 lines of code changed in:
Don't hardcode /usr/bin/env for Unix.
PR: 17642
19 lines of code changed in:
Use a class that's only in antlrall.jar to add the "real" jar to our
classpath.
PR: 17807
2 lines of code changed in:
Initial refactoring to address 14849
34 lines of code changed in:
Add <classespath> nested element to mirror <sourcespath> but point to
compiled classes.
Add <exclude> nested element to conditionally exclude packages from
being parsed.
PR: 17134
Submitted by: Bob Hays <electricbob at alephnaught dot com>
179 lines of code changed in:
Tweak the handling of config of tasks in task containers.
Tasks in task containers are not configured until they are used.
Other elements in Task containers (which is now supported by 1.6)
will be configured when the task container itself is configured.
Remove override in Sequential as it is no longer necessary
7 lines of code changed in:
Eliminate a few more tables for layout
30 lines of code changed in:
2003
2 lines of code changed in:
Remove some tables from HTML and use CSS for layout instead.
More to come
1028 lines of code changed in:
Defer configuration of TaskContainer's tasks. This forces Tasks to get
configured just prior to execution picking up latest property values
etc.
5 lines of code changed in:
Change reporting of problems creating elements within Task containers to
say that the container does not support the given nested element.
15 lines of code changed in:
Recompile grammar if supergrammar has changed.
PR: 12961
27 lines of code changed in:
demonstrate bug 12961
48 lines of code changed in:
Fix ANTLR's test8 testcase.
26 lines of code changed in:
Remove redundant classes
6 lines of code changed in:
Compile, then commit!
1 lines of code changed in:
Don't say milliseconds when you mean seconds
5 lines of code changed in:
Make <sshexec> wait for the remote command to finish.
Requires jsch-0.1.3 to work.
Submitted by: Dale Anson <danson at germane dash software dot com>
218 lines of code changed in:
Part 2 of Antoine's patch
31 lines of code changed in:
Sync with main code line
857 lines of code changed in:
Small cleanup
27 lines of code changed in:
ANTLR 2.7.2 creates two files, PR 17807
20 lines of code changed in: