better update our own links as well
14 lines of code changed in:
moved the KEYS file
2 lines of code changed in:
<http>'s errorsbeginat didn't work, Bug 14833
3 lines of code changed in:
<xmlvalidate> ignored the encoding declaration of files it should
validate.
PR: 11279
42 lines of code changed in:
Add pointers to JCSC and Greebo
Submitted by: Ralph Jocham <rjocham72 at yahoo.com>
Ozben Evren <OzbenE at discore.com>
188 lines of code changed in:
exclude all velocity logfiles
1 lines of code changed in:
propery copyright line format
1 lines of code changed in:
Finally updated Wolf and my e-Mail addresses.
4 lines of code changed in:
Allow multiple <systemPath> ( system path is used to add more stuff
to the 'main' loader - for example to add junit.jar so that
<junit> optional task can work )
13 lines of code changed in:
I hope this won't brake anything :-), but I need to try it.
Remove the reference to the task after the task execution.
Next time the task is called a new instance will be created.
This avoids excessive memory usage and potential leaks in large
programs. All the memory that is used by the task - i.e. the
task itself and all the object it creates - are beeing hold in
memory and prevented from GC by this reference.
I hope this will remove some OutOfMemory errors for large build
files.
Nicola - please let me know if you see any problems after this change !
3 lines of code changed in:
Merged the patch from Nicola.
Removed some stuff that was not used.
If the dynamic properties are adopted in the main tree, we
can remove ( or move out ) the optional implementations.
I also removed the jmx stuff - there is no need to have them
tied to embed or ant1.6. Some functional ( but not complete )
jmx tasks are already in jakarta-commons/modeler ( including
code to control tomcat5 using jmx )
15 lines of code changed in:
Expand tasks did not behave as expected with PatternSets.
PR: 11100
Submitted by: gudnabrsam@yahoo.com
6 lines of code changed in:
Patch that fix memory leaks in SelectorUtils.java
The method matchPatternStart generates memory leaks due to the 2 Vectors: patDirs and strDirs, used to hold tokenizedPaths.
Submitted by: "Francis ANDRE" <francis.andre@e-xmlmedia.fr>
7 lines of code changed in:
The filesetmanifest attribute of <jar> has been reenabled.
PR: 13296
Submitted by: bdeitte@macromedia.com (Brian Deitte)
114 lines of code changed in:
Allow start and end tokens to be multiple characters long.
PR: 13939
Submitted by: "Don Brown" <mrdon@twdata.org>
16 lines of code changed in:
Add a test that shows that <script> can use beanshell.
... and disable it as Apache BSF now supports beanshell, but beanshell
doesn't seem to support Apache BSF yet.
64 lines of code changed in:
Add tests for <script>
99 lines of code changed in:
help Nicola build embed in Gump
19 lines of code changed in:
Looks as if JDK 1.4 is counting lines differently
10 lines of code changed in:
revert unnecessary formatting changes
28 lines of code changed in:
Good-Bye resolver 1.0.
38 lines of code changed in:
Fix some typos and remove a tab
6 lines of code changed in:
bug ID 14613: no passdown of webinc and webxml, by toby.
2 lines of code changed in:
Add drimode attribute for the permissions od directories to <tarfileset>.
PR: 12289
40 lines of code changed in:
Don't add newlines in <concat> that haven't been in the files
originally - no matter what encoding.
PR: 12511
46 lines of code changed in:
Don't stop with encoding # when creating URIs for the XML parser.
Code heavily inspired by Xerces-J code. This version is extremely
simplified as it doesn't deal with non-ASCII characters for now.
PR: 13679
211 lines of code changed in:
The cvschangelog task doesn't seem to report changes for the current
calendar day.
The problem lies in the fact that the exec'ed cvs command is in the form:
> cvs log "-d >=2002-11-7"
rather than:
> cvs log -d ">=2002-11-7"
The two commands return different results when changes have been made today!
PR: 14397
Submitted by: Paul Berrevoets <paul at swi.com>
6 lines of code changed in:
Add pointer to serialver project.
PR: 7901
Submitted by: stephane chauvin <stchauvin at yahoo.com>
100 lines of code changed in:
merge some minor changes from 1.5 branch
8 lines of code changed in:
Throw in a reuseloadedstylesheet attribute for <style> (feel free to
come up with a better name). This provides a workaround for a bug in
Xalan-J - the version that gets distributed with JDK 1.4.1.
PR: 13859
based on a patch submitted by: Jens Elkner <elkner at linofee.org>
31 lines of code changed in:
correct attribute name in icontract docs, PR13972
3 lines of code changed in:
Add new tasks to overview
21 lines of code changed in:
Switching to Apache BSF
31 lines of code changed in:
Print a warning and don't create an output file if there is no input
to <concat>.
PR: 14310
Submitted by: Gus Heck <gus.heck at olin.edu>
12 lines of code changed in:
Upgrade to Xerces-J 2.2.1
3 lines of code changed in:
Reenable tests for xmlcatalog
0 lines of code changed in:
forgot the since tags
4 lines of code changed in:
1.5 branch has been more recent here 8-)
2 lines of code changed in:
Nightly builds have moved to cvs.apache.org
9 lines of code changed in:
added user/password support in the proxy, though I cant test it myself. Also added removal of http host in cleanup routine.
1 lines of code changed in:
added user/password support in the proxy, though I cant test it myself. Also added removal of http host in cleanup routine.
60 lines of code changed in:
I was flickiing through the latest ant book and noticed a bit where they cited ant in anger and implied that i didnt necessarily know what I was talking about. So I checked: they were referring to the version of the doc in ant1.4. But with the file open in the IDE it was time for an update, so here it is.
332 lines of code changed in:
Clean up on concat test
1 lines of code changed in:
Make PMD a bit more happy
6 lines of code changed in:
doc patch for PR13747
1 lines of code changed in:
-source is a javadoc option, not one of the standard doclet.
PR: 13747
9 lines of code changed in:
Add Date header to MailLogger by reusing code from <mail> task.
PR: 14046
43 lines of code changed in:
Improve error reporting in <fixcrlf>
PR: 14061
Submitted by: Jesse Glick <jesse.glick at netbeans.com>
6 lines of code changed in:
Fix NPE in <concat>.
PR: 14310
21 lines of code changed in:
Missing pieces from Craeg's patch.
Fix small backwards incompatibility introduced by last commit.
40 lines of code changed in:
re-enable tests that failed after the first iteration of Craeg's
resolver patch.
Submitted by: Craeg K Strong <cstrong@arielpartners.com>
193 lines of code changed in:
help XML parsers that think an URI was a java.net.URL
3 lines of code changed in:
Simplify a few methods by using FileSet#setFile, remove redundant dir
attribute from the three latest task additions.
19 lines of code changed in:
Normalize build file location for symlink test
278 lines of code changed in:
New task <attrib>
Submitted by: Shiraz Kanga <SKanga at ingenuus.com>,
J?r?me Lacoste <jerome.lacoste at smartcardsystem.com>
seventeen months ago 8-)
259 lines of code changed in:
New tasks <chown> and <chgrp>
PR: 9809
Submitted by: Gus Heck <gus.heck at olin.edu>
554 lines of code changed in:
Add WHATSNEW entry
2 lines of code changed in:
fix misleading message in <replace>.
PR: 14315
9 lines of code changed in:
fix NPE
1 lines of code changed in:
New optional task <symlink>.
PR: 9808
Submitted by: Gus Heck <gus.heck at olin.edu>
992 lines of code changed in:
update Jakarta logo
0 lines of code changed in:
Move added features to 'other changes'. I don't understand the 'stlist' status
reflect thing as I'm not familiar with Starteam so I assume the user will understand
based on the fixes.
5 lines of code changed in:
Thanks to Steve Cohen
Not sure though where to put this...bugs fixed...changes that could break...others
A little bit of everything.
10 lines of code changed in:
Fixed spelling. ie occured -> occurred
4 lines of code changed in:
various starteam task enhancements.
PR: 14006,14208,14210
Submitted by: Steve Cohen <SteveC at ignitesports.com>
Reviewed by: Art Blake <Art.Blake at Metavante.com>,
Jonny Boman <Jonny.Boman@vikingline.fi>
1156 lines of code changed in:
Generate some dummy output if <junit> kills a test because of a timeout.
PR: 2499
Submitted by: Martijn Kruithof <martijn at kruithof.xs4all.nl>
45 lines of code changed in:
Fix of by one error in printTargets
PR: 14274
Submitted by: Martijn Kruithof <martijn at kruithof.xs4all.nl>
1 lines of code changed in:
Doc patches and additional tests for <xmlproperty>.
Submitted by: Paul Christmann <paul at priorartisans.com>
240 lines of code changed in:
Make <xmlcatalog> support the OASIS "Open Catalog" standard with
Norman Walsh resolver code from xml-commons.
Submitted by: Craeg K Strong <cstrong at arielpartners.com>
1178 lines of code changed in:
Disable some tests that fail if I apply Craeg's patch and don't have
resolver.jar in my CLASSPATH.
5 lines of code changed in:
Enhancements for <xmlproperty>: you can now expand ${properties},
define ids or paths and use Ant's location magic for filename
resolutions in the XML file.
PR: 11321, 12045
Submitted by: Paul Christmann <paul at priorartisans.com>
828 lines of code changed in:
Fixed NPEs that could have been flying if ant.home was not defined
PR: 14232
Reported by: darin_swanson@oti.com (Darin Swanson)
15 lines of code changed in: