document mapper in expand
4 lines of code changed in:
merging features of Russell's dependencies contribution;
conditional dependencies and setting of a path to the dependency list.
Moving from httpclient to get is still todo.
342 lines of code changed in:
Patch in PR# 21996
add a flatten to unzip.
I actually only patched in the mapper nested element support; with that the flatten attribute can only introduce inconsistency (what if you spec a mapper and flatten=true).
And the patch was modified to keep the attributes private, with a getMapper() operation for subclasses (like untar) to get when needed.
Did a bit of cleanup -especially of the unzip tests- while at it.
193 lines of code changed in:
opps, forgot to save the change..
7 lines of code changed in:
Use org.apache.log4j.Logger instead of org.apache.log4j.Category
PR: 31951
Obtained from: J.M. (Martijn) Kruithof
31 lines of code changed in:
Make handling of javac -source easier. Simply make JDK 1.4.1's
interface upwards compatible.
30 lines of code changed in:
not testing the broken stuff; will do a big rework soon w/ the httpunit and incubator stuff integrated
1 lines of code changed in:
Some words of warning - always specify -target and -source or you are lost with JDK 1.5
6 lines of code changed in:
More Mono trouble on Brutus
1 lines of code changed in:
Properties.propertyNames() should be used instead of .keys():
fix for previous fix - use getProperty() and not get()
fix for PropertySet
PR: 27261
20 lines of code changed in:
Properties.propertyNames() should be used instead of .keys().
PR: 27261
Obtained from: Mike Murray
6 lines of code changed in:
Removed too much with my last patch
3 lines of code changed in:
NPE using XmlLogger and antlib
check if the value of the name attribute is not null
set the taskname of the antlib task
PR: 31840
Obtained from: Mariano Benitez
7 lines of code changed in:
Better error reporting when users set the wrong default namespace.
PR: 30660
Submitted by: Kevin Greiner <kgreiner at xpediantsolutions dot com>
11 lines of code changed in:
compiler attributes is used to determine command line arguments even in the fork case, this warning is misleading. PR: 31664
1 lines of code changed in:
Updates link to JDEE
14 lines of code changed in:
Replace all is dangerous
1 lines of code changed in:
Move GetLibrariesTest to make tests compile without httpclient
20 lines of code changed in:
Repository support; needs http client 2.x and commons-logging.
Broken: repository references (you'll see in the test results)
not tested: authenticated access to the repository.
Already had a feature request for multiple repository support;
would be nice. That and better diagnostics on failure.
Note that we dont currently probe ibiblio for availaibility; that was taking longer than the fetches themselves.
210 lines of code changed in:
Concat task instance could not be run twice
PR: 31814
Reported by: elara at smartops dot com (Eduardo)
26 lines of code changed in:
ExecTask executes checkConfiguration() even though os does not match.
PR: 31805
Obtained from: David Boon
11 lines of code changed in:
add failall value for onerror attribute of <typedef>
PR: 31685
Obtained from: steve morin
77 lines of code changed in:
If this works, my CVS access is working OK...
10 lines of code changed in:
disable .NET tests until Mono on Brutus works as it should
1 lines of code changed in:
Typos
3 lines of code changed in:
Errors thrown before we fire startTestSuite cause problems in setOutAndErr
2 lines of code changed in:
Add pointer to Antlion
87 lines of code changed in:
The code that tries to detect a crashing forked VM in <junit> breaks
down when the VM runs multiple tests.
The old code used a TestFormatter and detected a crash if the expected
output had not been written. If multiple tests get run in one VM, the
TestRunner ignores the filename that has been passed in - and the task
doesn't find any output.
Even if it didn't ignore the file name, a single non-crashing test
would have made the task think, the VM finished in a healthy way.
Make the crash-detection more explcit and let the TestRunner cooperate
more than before.
This bug has been presented by Gump in cooperation with the Hivemind
build.
24 lines of code changed in:
define <ispingable>
1 lines of code changed in:
ispingable is defined, corrected validation logic (I think :)
2 lines of code changed in:
Apt docs. Also flipped the nocompile flag in name and meaning
159 lines of code changed in:
remove a debug system.out from XmlProperty.java
Reported By: Ricky Panaglucci
0 lines of code changed in:
apt tool
1 lines of code changed in:
Fed up with complaints about rmic generated code not having its source files found. Now you can turn it off.
87 lines of code changed in:
Wrapper for Apt tool in Java1.5, from bug ID 29978
348 lines of code changed in:
Test that verifies XML parser version (Xerces) and feature set.
5 lines of code changed in:
accessors to command line are occasionally useful when working with java
20 lines of code changed in:
raise log level of targets to match that of task events
1 lines of code changed in:
update selector to go with the move
1 lines of code changed in:
Move optional conditions to a suitable place
8 lines of code changed in:
First of the Java1.5 extensions. Closest j2se has for detecting offline state, though I note J2ME and JavaWebStart have offline tests.
Needs tests.
7 lines of code changed in:
Documentation fixes for PVCS task.
PR: 31582
13 lines of code changed in:
Make Gump happy
6 lines of code changed in:
Restore <move>'s ability to replace existing files and/or write
into existing directories.
PR: 31031
182 lines of code changed in:
remove -noclasspath from build.sh and build.bat
It was not BC and may have caused a gumpy glitch.
2 lines of code changed in:
Dont ask me why jikes decided to go all fussy on me. It has, and these are the corrections.
15 lines of code changed in:
Somewhat reworked patch for bug# 31106, submitted by Isao Yanagimachi.
Took the opportunity to clean up the tasks slightly, such as removing duplication in various methods.
We need a unit test for long command line java, and many parameter java, just to see what breaks.
197 lines of code changed in:
people might reuse this task instance
1 lines of code changed in:
white space changes only
9 lines of code changed in:
plug memory leak in non-forked <junit>
PR: 27420
9 lines of code changed in:
Make sure test output gets grabbed early enough to capture everything.
PR: 30798
While fixing this, I noticed that printsummary="withOutAndErr" didn't
work with fork="true".
236 lines of code changed in:
fix license
39 lines of code changed in:
document classpathref for <typedef>
PR: 31555
Reported by: Nathan Robertson
27 lines of code changed in:
-noclasspath option
Added -noclasspath option to allow running ant WITHOUT using CLASSPATH env
variable. Modified ant.bat to do this so that %CLASSPATH% is not looked at.
Modified build.sh and build.bat to use the option.
25 lines of code changed in:
typo
1 lines of code changed in:
clean machines reveal invalid assumptions
4 lines of code changed in:
clarify conditional target execution logic
8 lines of code changed in:
javadoc fixup -only because IntelliJ is so fussy.
1 lines of code changed in: