Moved myself into correct session.
7 lines of code changed in:
Added myself into this file too.
3 lines of code changed in:
Oops, correcting stupid mistake - had listed 'executable' attr to <javadoc> as part of the <tag> nested element
by accident. Unfortunately got into 1.6.3.
8 lines of code changed in:
Removing some gratuitous XHTML-isms. They still break JavaHelp, alas, and the manual is anyway not even strictly
formatted plain HTML, much less XHTML.
341 lines of code changed in:
I'm so particular about capitalizing "Ant".
3 lines of code changed in:
Updates.
4 lines of code changed in:
Minor HTML corrections.
6 lines of code changed in:
change name of current release from 1.6.2 to 1.6.3
2 lines of code changed in:
Corrected email address.
1 lines of code changed in:
Added myself into contributors list.
3 lines of code changed in:
Ant 1.6.3 release
103 lines of code changed in:
whitespace
1 lines of code changed in:
Don't override includeJavaRuntime in gcj-adapter, PR 34638
7 lines of code changed in:
allow url'ed source's to be used as build files
0 lines of code changed in:
Make Jikes less upset
314 lines of code changed in:
2005
1 lines of code changed in:
added a private constructor, to stop this being instantiated/subclassed.
6 lines of code changed in:
javadoc
1 lines of code changed in:
check for same targets in a source file
PR: 34566
55 lines of code changed in:
Make it well-formed
95 lines of code changed in:
Pointer to Ant Web Start Task
22 lines of code changed in:
Fix a few URLs
3 lines of code changed in:
Pointer to AntInstaller
29 lines of code changed in:
PMCs are no longer expected to touch archive.apache.org, don't clean up
0 lines of code changed in:
2005
2 lines of code changed in:
Fixed minor threading issue in StreamPumper
11 lines of code changed in:
PR: 34502
2 lines of code changed in:
Somehat more intelligent way to let windows catch up in java test
PR: 34502
11 lines of code changed in:
time /t gives IOException / error=2 (file not found) on win XP home NL.
cmd.exe should be available on all NT versions.
3 lines of code changed in:
duh
1 lines of code changed in:
javadocs
4 lines of code changed in:
just change the exception and not make a new exception
when hiding the macro
2 lines of code changed in:
typeo
1 lines of code changed in:
add backtrace attribute to <macrodef>
PR: 27219
76 lines of code changed in:
mark a task use as <code>, wrap some lines.
7 lines of code changed in:
2005
1 lines of code changed in:
nt->winnt
3 lines of code changed in:
add os and exec changes.
6 lines of code changed in:
Now for the fun. Exec adds an osfamily attribute, so you can restrict execution to a platform such as nt, or unix. This propagates to execon, so into chmod, attrib, etc. We could therefore adapt them use osfamily as their way of being unix or windows only.
86 lines of code changed in:
Os gets
-specific test for nt based systems
-refactored (less recursive) OS analysis
-constant strings for every family
Patched into chmod.
101 lines of code changed in:
Avoid using of CharacterIterator for URIs that do not contain %, as suggested in pr34529.
PR: 34529
14 lines of code changed in:
flush any output before we run.
1 lines of code changed in:
Noting a difference between <property file="..."/> and <loadproperties srcfile="..."/>.
2 lines of code changed in:
Added missing dot at end of paragraph
1 lines of code changed in:
ant.bat was missing runAntNoClasspath label for goto
PR: 34510
8 lines of code changed in:
add at since tag for new method
1 lines of code changed in:
Make Zip#createEmptyZip be called again when empty zips need to be created
(similar for overrides in superclasses)
26 lines of code changed in:
The refid attribute of the I/O redirector was not functional.
100 lines of code changed in:
Make sure we add a location when <java> fails
4 lines of code changed in:
Some assert tasks
0 lines of code changed in:
Major speed improvements on BZip2 streams.
PR: 24798
Submitted by: Joerg Wassmer <joerg dot wassmer at web dot de>
2345 lines of code changed in:
untabify
16 lines of code changed in:
Java1.5 has different classes in the parent. i've blocked off the xml parser stuff; i worry if that is the right thing to do, but it adheres to the spec.
This may be something to go into 1.6.3
16 lines of code changed in:
close a <tt>
1 lines of code changed in:
Obtained from: Kev Jackson
Javadoc in ContainerMapper to contain lowercase code instead of uppercase code.
13 lines of code changed in:
Task.init() was called twice for most tasks.
PR: 34411
2 lines of code changed in:
When getting the real object from UE, do not call Task.init() on the Object
returned from ComponentHelper as init() has been called in createComponent().
PR: 34411
2 lines of code changed in:
merge fix for 27162
7 lines of code changed in:
Oops, forgot /reference:
1 lines of code changed in:
mcs on Linux doesn't like quotes in /references.
I guess it is a platform-depenent command line parsing issue rather
than Mono vs MS, so I madi it conditional on the OS.
27 lines of code changed in:
Add linecontains/linecontainsregexp negate attribute to WHATSNEW.
PR: 34374
Obtained from:
Submitted by:
Reviewed by:
4 lines of code changed in:
Add negate attribute to linecontains and linecontainsregexp filterreaders.
PR: 34374
144 lines of code changed in:
Lower-case HTML tags
604 lines of code changed in:
Why not fix the comment while we are at it?
1 lines of code changed in:
Remove "strip-duplicates" behavior from; add condition behavior to, Length task.
333 lines of code changed in:
Round NTFS Granularity up rather than down
1 lines of code changed in:
Remove stray semicolon.
PR: 34356
Submitted by: Jim Fuller
1 lines of code changed in:
Remove KeepGoingExecutor; keep-going responsibility is on each Executor impl.
PR: 22901
Submitted by: Alexey Solofnenko
Reviewed by: Matt Benson
0 lines of code changed in:
Add subproject Executor to Executor interface + its use to Project & Ant task.
Move keep-going awareness to Executors.
PR: 22901
Submitted by: Alexey Solofnenko
Reviewed by: Matt Benson
87 lines of code changed in:
Made compilable on 1.2 / 1.3
10 lines of code changed in:
ok, sometimes drift is -ve.
1 lines of code changed in:
looking@why my junit reports are apparently an hour old. No fix, but -diagnostics now prints some clock info, and examines diffs between temp dir and local clock and complains if they are too different. (>10s, purely arbitrary)
26 lines of code changed in:
Improved heuristics on file timestamp granularity by adding an NTFS category and checking for it
18 lines of code changed in:
Work around jdk 1.4.2(no _version) jarsigner bug.
20 lines of code changed in:
name hiding
13 lines of code changed in:
Announce Antidote's retirement
47 lines of code changed in:
Rename rpm's showoutput attribute to quiet, document it - Submitted by Zach Garner
32 lines of code changed in:
DD is opinionated!
2 lines of code changed in: