Add pointer to JReleaseInfo, submitted by Thomas Cotting
84 lines of code changed in:
Remove unused import.
0 lines of code changed in:
Restore Task inheritance to Exit/<fail>.
107 lines of code changed in:
Describe relative file behaviour in <import> task.
4 lines of code changed in:
<fail> accepts nested conditions.
PR: 19220
188 lines of code changed in:
update WHATSNEW
3 lines of code changed in:
File paths to imported build files should not be canonicalized
PR: 28505
Obtained from: Jesse Glick
39 lines of code changed in:
Anton Mazkovoi has provided the base for PR 24697
0 lines of code changed in:
Move Process stream closure into a new public static method,
closeStreams(Process).
PR: 28565
20 lines of code changed in:
More typo corrections (not mine).
2 lines of code changed in:
Fix typo.
1 lines of code changed in:
Close process streams in waitFor(Process).
PR: 28565
7 lines of code changed in:
@since
1 lines of code changed in:
forkstyle -> forkmode
34 lines of code changed in:
Missing '<' in @text-example.
2 lines of code changed in:
Document DateSelector pattern attribute for 1.6 in HEAD
2 lines of code changed in:
Full HEAD/1.6 sync
5 lines of code changed in:
Add a Location member to oata.Target, with the appropriate settor & gettor.
PR: 28599
26 lines of code changed in:
More merges
5 lines of code changed in:
Make <apply> differentiate between empty and up-to-date filesets/lists.
PR: 23734
36 lines of code changed in:
JDependTask did not close an output file
PR: 28557
Obtained from: Jeff Badorek
83 lines of code changed in:
More HEAD to 1.6 cleanup
7 lines of code changed in:
Merge Windows UNC fix to 1.6 branch
3 lines of code changed in:
Don't tell people what you're not giving them;
it only makes them feel cheated.
1 lines of code changed in:
Make attribute und element names in <scriptdef> lowercase (like <macrodef> does) to avoid problems with name="Foo" -> the task X doesn\'t support the attribute foo
5 lines of code changed in:
Make attribute und element names in <scriptdef> lowercase (like <macrodef> does) to avoid problems with name="Foo" -> the task X doesn\'t support the attribute foo
5 lines of code changed in:
Implement jar index for referenced jars, PR: 14255
209 lines of code changed in:
The small things you find when reviewing code
17 lines of code changed in:
Merge Redirector bugfix to 1.6 branch.
5 lines of code changed in:
Make ContainerMapper abstract; move chained/composite behaviors to
subclasses ChainedMapper and CompositeMapper, respectively.
246 lines of code changed in:
Incorporate <waitfor> to improve the chances of a pass on Windows. :(
Also make the failures more instructive for redirect* testcases.
128 lines of code changed in:
Purge of many (but not all) the if-java-1.1 tests in the ant code. I left those in the tests in, and I left the javac and javadoc tests in, as they are more complex. This is the simple set.
21 lines of code changed in:
A new uptodate test that includes granularity. the
intent is to move all date tests to this single place, to eliminate inconsistencies.
The only place I use it is signjar, which, by virtue of the fact there is no signjar test, means I know it wont break the tests.
Also, cleaned up the reflection hacks for 1.1.
72 lines of code changed in:
One less complaint from jikes about code style.
3 lines of code changed in:
Fix syntax errors in examples.
4 lines of code changed in:
don't depend on jre being lowercase, PR: 25798
5 lines of code changed in:
One not too much
1 lines of code changed in:
Add <touch> <filelist> support to 1.6 branch.
2 lines of code changed in:
Add resource support to <loadproperties>.
PR: 28340
147 lines of code changed in:
Switch getParentFile(File) to delegate to File.getParentFile() and deprecate.
5 lines of code changed in:
Removed v1.14 conflict indicator.
0 lines of code changed in:
Add nested text support commentary to HEAD.
51 lines of code changed in:
Typo correction.
1 lines of code changed in:
move to the Java1.2 implementation.
13 lines of code changed in:
Document the use of @{attributes} inside <attribute/> definition.
30 lines of code changed in:
Generate proper file URLs in AntClassLoader#getResource, PR: 28060
8 lines of code changed in:
Various typo fixes by Jesse Glick, PR: 28480
12 lines of code changed in:
Document yet another classloading quirk within <junit>, PR: 24646
76 lines of code changed in:
Minor formatting changes
6 lines of code changed in:
<assertions> inside <java> or <junit> didn't work, PR: 27218
74 lines of code changed in:
28479: NetBeans ships 1.6.1. Thanks Jesse
2 lines of code changed in:
removing one line
1 lines of code changed in:
show the alternate invocation mechanism does work. hmm.
16 lines of code changed in:
Javadocs and some refactoring. tmpDir is now validated and used consistently where properties files are created.
75 lines of code changed in:
This is a test that demonstrates that assert checks dont get through properly. Fix in progress.
73 lines of code changed in:
accessor to arguments
10 lines of code changed in:
Replaced "The".
1 lines of code changed in:
More cleanup.
8 lines of code changed in:
Clarify use of the depends attribute with regard to overridden targets.
PR: 27116
39 lines of code changed in:
very experimental WiX task
13 lines of code changed in:
Remove doubles.
0 lines of code changed in:
Add hostname/timestamp from Jeff Tulley. Remove authors (like in java files).
44 lines of code changed in:
Use addMapper instead pf createMapper as suggested by Peter
2 lines of code changed in:
Don't delete existing file when trying to update a read-only archive, PR: 28419
12 lines of code changed in:
Some doc tweaks and a new goal
8 lines of code changed in:
Add nested mappers to xslt, PR: 11249
113 lines of code changed in:
Set context classloader in <xslt>, PR: 24802
23 lines of code changed in:
Merged the subclass-friendly <junit> version into 1.6 branch
1 lines of code changed in:
Add forkStyle attribute to <junit> with possible values of once,
perTest and perBatch.
once will create a single Java VM for all forked tests, perTest is
what we have traditionally (and the default), perBatch uses a VM per
<batchtest>.
Actually, this is not entirely true since only tests with the same
configuration of filtetrace and haltonfailure and friends can run
inside the same VM, so we may end up with mutliple VMs anyway - but
once really should be a lot faster than perTest in general.
Based on
PR: 24697
Submitted by: Anton <anton at atlassian dot com>
369 lines of code changed in:
Capture stderr in <sshexec>, PR 28349
3 lines of code changed in:
-breakiterator fixes by Jack Woehr
79 lines of code changed in:
and one more wrong license
13 lines of code changed in:
Fix line-ends, one more wrong license
13 lines of code changed in:
Adapt the OS/2 wrapper scripts to the new launcher.
PR: 28226
Submitted by: Zdenek Wagner <wagner at cesnet dot cz>
Adapted to new license while I was at it.
54 lines of code changed in:
new attributes for the tests: hostname and timestamp.
32 lines of code changed in:
Add macrodef-solution to 'propertycopy'. Thanks Stefan
23 lines of code changed in:
Fixed <import>'s "optional" attribute.
Reported by: Nick Gianakas
3 lines of code changed in:
Fixed "optional" attribute.
Reported by: Nick Gianakas
1 lines of code changed in:
enable gcj's java -> native compilation.
Submitted by: Arnaud Vandyck <arnaud dot vandyck at ulg dot ac dot be>
37 lines of code changed in:
book-keeping
4 lines of code changed in:
less noisy verbose mode for <scp> by Rami Ojares
18 lines of code changed in:
Add special local/remote variants of the file and todir attributes to
explicitly state what is local or remote.
Document verbose attribute.
Submitted by: Rami Ojares
88 lines of code changed in:
Add RedHat S/390 hint submitted by Jack Woehr
24 lines of code changed in:
2004
1 lines of code changed in:
Cleanup.
2 lines of code changed in:
Spelling corrections and minor wording change.
4 lines of code changed in:
Don't die if the ant.file property hasn't been set.
Jelly's Ant tag library currently doesn't set this property and each
<ant> task used in Jelly will result in an NPE otherwise.
5 lines of code changed in:
Add pattern attribute to DateSelector. Document granularity attribute.
Submitted by: David Kavanagh
67 lines of code changed in:
Add progress report to <scp>.
Submitted by: Rami Ojares
135 lines of code changed in:
Expose MacroDef from MacroInstance
PR: 28242
Reported by: Darin Swanson
7 lines of code changed in:
add jack to contributors
0 lines of code changed in:
remove refernce to optional.jar in "unable to create task/type" message
Obtained from: Jack J. Woehr
8 lines of code changed in:
Document build.clonevm
53 lines of code changed in:
Clarify that antstructure isn't really that useful, PR: 27735
13 lines of code changed in:
Make contributing to Ant easier for Eclipse users
2 lines of code changed in:
Fix the previous change; handle invalid URLs and 1.2 compatibility.
Submitted by: Martijn Kruithof, Rainer Noack
15 lines of code changed in:
One Gus is enough (PR: 28169)
0 lines of code changed in:
UNC pathnames did not work for ANT_HOME or -lib locations on Windows.
PR: 27922
15 lines of code changed in:
fix mailing list address
2 lines of code changed in:
I/O-intensive processes hung when started by Execute.spawn()
PR: 23893/26852.
Submitted by: Daniel Spilker
16 lines of code changed in:
<parallel>: failonany was tested even if the task succeeded.
PR: 28122
Reported by: Oliver Dungey
5 lines of code changed in: