Log of /ant/core/trunk/CONTRIBUTORS
Parent Directory
|
Revision Log
Revision
834354 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Nov 10 05:28:45 2009 UTC
(2 weeks, 1 day ago)
by
bodewig
File length: 5108 byte(s)
Diff to
previous 809863
(
colored)
All instances of the same scriptdef task shared a single ScriptRunner, causing problems in multithreaded situations. Submitted by Valentino Miazzo. PR 41602
Revision
808350 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Aug 27 10:14:07 2009 UTC
(2 months, 4 weeks ago)
by
bodewig
File length: 4922 byte(s)
Diff to
previous 808310
(
colored)
refactored <ftp> so commons-net may be loaded via a separate classloader. Based on patch by Greg Roodt in PR 45860. Not really tested, yet, therefore I haven't changed defaults.properties so far
Revision
808310 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Aug 27 07:52:50 2009 UTC
(2 months, 4 weeks ago)
by
bodewig
File length: 4911 byte(s)
Diff to
previous 808009
(
colored)
allow rootfilesets with a dir other than the dir attribute of the classfileset. PR 37763. Submitted by Alexei Yudichev
Revision
805320 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Aug 18 08:29:01 2009 UTC
(3 months, 1 week ago)
by
bodewig
File length: 4811 byte(s)
Diff to
previous 801246
(
colored)
add a destdir attribute to rmic so generated stubs or whatever can be put into a different place. PR 20699. Submitted by Mark A. Ziesemer
Revision
801246 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Aug 5 14:54:17 2009 UTC
(3 months, 3 weeks ago)
by
bodewig
File length: 4794 byte(s)
Diff to
previous 797509
(
colored)
Use java.runtime.version instead of java.vm.version in Created-By manifest attribute. Submitted by Gilbert Rebhan. PR 47632
Revision
797496 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Jul 24 14:39:17 2009 UTC
(4 months ago)
by
bodewig
File length: 4749 byte(s)
Diff to
previous 796762
(
colored)
configurable display text and more control over progressbar in splash task. Submitted by Tomasz Bech. PR 39957
Revision
775914 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon May 18 12:10:02 2009 UTC
(6 months, 1 week ago)
by
bodewig
File length: 4710 byte(s)
Diff to
previous 763669
(
colored)
javadoc creation of Ant's own sources failed on JDK 1.4. PR 46731. Patch submitted by Martin von Gagern
Revision
745930 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Feb 19 17:19:23 2009 UTC
(9 months ago)
by
bodewig
File length: 4651 byte(s)
Diff to
previous 745859
(
colored)
Support more modern encoding flag where archives signal filenames as UTF-8. Based on submissions by Wolfgang Glas to commons-compress and TAMURA Kent to Ant. PR 45548.
Revision
722942 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Dec 3 15:50:20 2008 UTC
(11 months, 3 weeks ago)
by
bodewig
File length: 4610 byte(s)
Diff to
previous 711860
(
colored)
don't say a file was modified in the future if it has been modified a second ago. PR 43665. Submitted by Kim Hansen.
Revision
711860 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Nov 6 14:33:43 2008 UTC
(12 months, 2 weeks ago)
by
bodewig
File length: 4599 byte(s)
Diff to
previous 707368
(
colored)
emulate async I/O when processing output of forked processes in order to deal with the case where a child of the forked process outlives its parent. PR 5003. Based on a patch by Adam Sotona.
Revision
705626 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Oct 17 14:16:26 2008 UTC
(13 months, 1 week ago)
by
bodewig
File length: 4570 byte(s)
Diff to
previous 705228
(
colored)
allow control over whether <concat> creates a file when there are no resources. Submitted by Mark Salter. PR 46010.
Revision
705228 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Oct 16 12:41:52 2008 UTC
(13 months, 1 week ago)
by
bodewig
File length: 4558 byte(s)
Diff to
previous 704943
(
colored)
Make port attribute work for some "non-standard" CVS clients. submitted by Johann Herunter. PR 30124.
Revision
699336 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Sep 26 14:19:58 2008 UTC
(13 months, 4 weeks ago)
by
bodewig
File length: 4511 byte(s)
Diff to
previous 698943
(
colored)
Allow selectors for remote filesets in <ftp>. Submitted by Mario Frasca. PR 44726. (unfortunately some whitespace changes slipped in as well, sorry for that).
Revision
695797 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Sep 16 09:47:47 2008 UTC
(14 months, 1 week ago)
by
bodewig
File length: 4473 byte(s)
Diff to
previous 695779
(
colored)
use sigfile attribute when checking whether a jar is already signed. PR 44805. Submitted by Clemens Hammacher.
Revision
688083 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Aug 22 13:49:57 2008 UTC
(15 months ago)
by
bodewig
File length: 4414 byte(s)
Diff to
previous 687412
(
colored)
Make sure JunitTestRunners return code is correct when running under JUnit4. PR 43892. Submitted by Brian Curnow.
Revision
686775 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Aug 18 14:48:51 2008 UTC
(15 months, 1 week ago)
by
bodewig
File length: 4384 byte(s)
Diff to
previous 683942
(
colored)
sometimes an infinite recursion of filters is flagged when there is none. PR 44226. Submitted by Adam Bryzak.
Revision
677887 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Jul 18 12:37:34 2008 UTC
(16 months, 1 week ago)
by
bodewig
File length: 4357 byte(s)
Diff to
previous 677575
(
colored)
avoid excessive StringBuffer.toString calls while waiting for a response string. PR 34464. Based on patch by Adam Blinkinsop.
Revision
677211 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Jul 16 09:32:52 2008 UTC
(16 months, 1 week ago)
by
bodewig
File length: 4289 byte(s)
Diff to
previous 677206
(
colored)
Create remoteDir if needed, More meaningful error when exception occurs. PR 42781. Submitted by Eduard Wirch.
Revision
675993 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Jul 11 15:45:53 2008 UTC
(16 months, 2 weeks ago)
by
bodewig
File length: 4250 byte(s)
Diff to
previous 675894
(
colored)
XmlLogger could lose messages when parallel is used. PR 25734. Based on analysis and patch by Craig Sandvik
Revision
675894 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Jul 11 09:52:31 2008 UTC
(16 months, 2 weeks ago)
by
bodewig
File length: 4236 byte(s)
Diff to
previous 675603
(
colored)
Allow subclasses to modify the connection and statement instances used by <sql> or to access the cached instances. PR 27178. Submitted by Mike Davis
Revision
675603 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Jul 10 14:54:20 2008 UTC
(16 months, 2 weeks ago)
by
bodewig
File length: 4225 byte(s)
Diff to
previous 675579
(
colored)
clean up previous state when building multiple ejbjars in Borlands Appserver. PR 26921. Submitted by David leRoy.
Revision
463045 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Oct 11 23:13:08 2006 UTC
(3 years, 1 month ago)
by
peterreilly
File length: 3905 byte(s)
Diff to
previous 454035
(
colored)
Added outputtoformatters attribute to <junit> to allow suppression
of noisey tests. Bugzilla report 12817.
Revision
450209 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Sep 26 21:15:12 2006 UTC
(3 years, 2 months ago)
by
peterreilly
File length: 3842 byte(s)
Diff to
previous 449824
(
colored)
Bugzilla 31520
adding SPI to jar-task
This patch from bernd Dutkowski adds
a nested element <service> to the <jar> task
this creates the SPI files - see doc.
Revision
419898 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Jul 7 14:39:28 2006 UTC
(3 years, 4 months ago)
by
jhm
File length: 3650 byte(s)
Diff to
previous 419881
(
colored)
Bug: 39153
Add notes (log+manual) that <java> does not handle jar+classpath together (more exactly Java itself does not).
Revision
417590 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Jun 27 21:39:46 2006 UTC
(3 years, 5 months ago)
by
mbenson
File length: 3627 byte(s)
Diff to
previous 417584
(
colored)
allow @s before the "real" one in scp uris. Bugzilla 38082.
Submitted by Michael Montuori/Robert Anderson.
Revision
417584 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Jun 27 20:47:31 2006 UTC
(3 years, 5 months ago)
by
mbenson
File length: 3610 byte(s)
Diff to
previous 417494
(
colored)
<fixcrlf> now supports an outputencoding attribute. Bugzilla report 39697.
Submitted by Stephen Goetze
Revision
405846 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri May 12 19:31:56 2006 UTC
(3 years, 6 months ago)
by
mbenson
File length: 3541 byte(s)
Diff to
previous 396563
(
colored)
check file equality before deleting dest file in case of case-insensitive
system case changing renames. Bugzilla 37701; submitted by Anthony Goubard.
Revision
396563 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Apr 24 14:15:52 2006 UTC
(3 years, 7 months ago)
by
peterreilly
File length: 3525 byte(s)
Diff to
previous 392045
(
colored)
Bugzilla Report: 39295
Reporter: Waldek Herka
extract the fileToURL code
use it for tools jar as well as the other paths
Revision
374488 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Feb 2 20:43:05 2006 UTC
(3 years, 9 months ago)
by
jkf
File length: 3481 byte(s)
Diff to
previous 373714
(
colored)
Corrected fix in Task.java (first shortcut removed the task name from the logging entry.) Used patch of Andreas Mross.
Revision
367316 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Jan 9 15:11:36 2006 UTC
(3 years, 10 months ago)
by
mbenson
File length: 3451 byte(s)
Diff to
previous 367315
(
colored)
support failonerror when file locked or similar issue. Bugzilla report 38175.
Submitted by Georges-Etienne Legendre.
Revision
328081 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Oct 24 15:09:47 2005 UTC
(4 years, 1 month ago)
by
peterreilly
File length: 3402 byte(s)
Diff to
previous 278540
(
colored)
bugzilla 37184: multiple calls to addlistener for introspection helper objects
reporter: Frank Harnack
Revision
278137 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Apr 14 09:29:17 2005 UTC
(4 years, 7 months ago)
by
bodewig
File length: 3322 byte(s)
Diff to
previous 278073
(
colored)
Major speed improvements on BZip2 streams.
PR: 24798
Submitted by: Joerg Wassmer <joerg dot wassmer at web dot de>
Revision
278009 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Mar 17 12:01:19 2005 UTC
(4 years, 8 months ago)
by
bodewig
File length: 3270 byte(s)
Diff to
previous 277999
(
colored)
failOnError and showOutput attributes for <rpm>
Submitted by: Zach Garner <zach at awarix dot com>
In Ant 1.6.2 <rpm> wouldn't fail even if the command failed, CVS HEAD
would fail unconditionally if the command failed. If chose 1.6.2's
behavior as default for failOnError (i.e. it is false by default).
Revision
277999 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Mar 17 08:10:49 2005 UTC
(4 years, 8 months ago)
by
bodewig
File length: 3258 byte(s)
Diff to
previous 277930
(
colored)
swallow sun.reflect lines when filtertrace is true, PR 22758, Submitted by Emmanuel Bourg <ebourg at apache dot org>
Revision
277930 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Mar 14 10:42:35 2005 UTC
(4 years, 8 months ago)
by
bodewig
File length: 3243 byte(s)
Diff to
previous 277916
(
colored)
<cab> should now deal with file names containing spaces.
PR: 17182
Submitted by: Jay Peck <jpeck at afsimage dot com>
Revision
277916 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Mar 14 09:13:42 2005 UTC
(4 years, 8 months ago)
by
bodewig
File length: 3234 byte(s)
Diff to
previous 277799
(
colored)
Make the framed JUnit report deal with multiple reports for the same testcase.
PR: 32645
Submitted by: Yves Martin <yves dot martin at elca dot ch>
Revision
276963 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Oct 26 14:56:55 2004 UTC
(5 years, 1 month ago)
by
bodewig
File length: 3089 byte(s)
Diff to
previous 276950
(
colored)
Better error reporting when users set the wrong default namespace.
PR: 30660
Submitted by: Kevin Greiner <kgreiner at xpediantsolutions dot com>
Revision
276840 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Sep 10 08:50:25 2004 UTC
(5 years, 2 months ago)
by
peterreilly
File length: 3019 byte(s)
Diff to
previous 276739
(
colored)
add xmlcatalog nested element to the xmlproperty task
PR: 27053
Obtained from: David Crossley and Dave Brondsema
Revision
276739 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Aug 2 14:32:44 2004 UTC
(5 years, 3 months ago)
by
bodewig
File length: 3004 byte(s)
Diff to
previous 276732
(
colored)
Add example regexp that maps from Java class files to the
corresponding source files.
Submitted by: Paul Galbraith <pgalbraith at trigoncanada dot com>
Revision
276732 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Jul 28 19:55:37 2004 UTC
(5 years, 3 months ago)
by
mbenson
File length: 2989 byte(s)
Diff to
previous 276705
(
colored)
Wrapper scripts did not detect WINNT value of dynamic OS environment
variable when logged into workstations using Novell authentication.
PR: 30366
Obtained from: Dave Brondsema
Revision
276705 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Jul 17 15:10:11 2004 UTC
(5 years, 4 months ago)
by
antoine
File length: 2974 byte(s)
Diff to
previous 276663
(
colored)
Prevent AbstractCvsTask from closing its output and error streams
prematurely
PR: 30097
Submitted by: Will Wang (telerice at yahoo dot com)
Revision
276663 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Jul 2 07:23:54 2004 UTC
(5 years, 4 months ago)
by
bodewig
File length: 2964 byte(s)
Diff to
previous 276615
(
colored)
fix <subant>'s I/O handling
Submitted by: Christian Knorr <Christian dot Knorr at space dot eads dot net>
Revision
276615 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Jun 23 13:32:57 2004 UTC
(5 years, 5 months ago)
by
bodewig
File length: 2948 byte(s)
Diff to
previous 276597
(
colored)
Add libgcj support to Path.addJavaRuntime
PR: 29020
Submitted by: Anthony Green <green at redhat dot com>
Revision
276513 -
(
view)
(
annotate)
-
[select for diffs]
Added
Thu Jun 3 08:08:11 2004 UTC
(5 years, 5 months ago)
by
bodewig
File length: 2876 byte(s)
Removing and re-adding as binary
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
enter a numeric revision.