Merge of 1.4.1 changes into Main truck for Gump testing
759 lines of code changed in:
Make the project accessible via consistent name ("project").
Submitted by: "Erik Hatcher" <jakarta-ant@ehatchersolutions.com>
3 lines of code changed in:
Added the ability to set the loader-file as a parameter
Submitted by: Marcus B?rger <Marcus.Boerger@post.rwth-aachen.de>
33 lines of code changed in:
Adding some more detail to the documentation, such as a pointer to where jasper comes from, another example, the failonerror flag and some more minor cleaning up.
89 lines of code changed in:
change download links.
22 lines of code changed in:
Fix logic of last patch to make <zipfileset src="foo.zip" /> work again.
4 lines of code changed in:
Fixed case where
<zip zipfile="test.zip">
<zipfileset src="test1.jar"
includes="META-INF/taglib.tld"
fullpath="tld/taglib.tld"/>
</zip>
would fail to copy source file to fullpath.
Submitted by: "Bordet, Simone" <Simone.Bordet@compaq.com>
18 lines of code changed in:
Remove whitespace at end of lines.
42 lines of code changed in:
Fix up cut and paste error - oops - Thanks Sam
2 lines of code changed in:
Add encoding to <replace> task so that replace can work on double byte
characters
26 lines of code changed in:
Add an encoding attribute so SQL statements can be double byte
PR: 3080
22 lines of code changed in:
and update the page for the site as well.
Submitted by: Vincent Massol <vmassol@octo.com>
2 lines of code changed in:
Revert to old gzip interface.
3 lines of code changed in:
Delegate to Task.perform() instead which has better error checking rather than reimplementing in this class.
1 lines of code changed in:
Made the -projecthelp only print out targets that have coresponding descriptions unless loglevel is verbose or debug.
Don't you hate it when you forget to commit changes?
23 lines of code changed in:
Clean whitespace
0 lines of code changed in:
I noticed that when a task is created using taskdef, all messages were
being logged against the target.
Submitted by: Garrick Olson <Garrick.Olson@Aceva.com>
7 lines of code changed in:
use FileUtils' resolution method for the dir/antfile logic
committed in this branch to see whether it has broken something in
next GUMP run.
3 lines of code changed in:
make merge easier by manually merging this file (added encoding decl).
1 lines of code changed in:
Made codebase not violate the JLS recomendations by removing redundent access specifiers.
26 lines of code changed in:
Removed redundent access specifiers so that Ant compiles cleanly in jikes pedantic mode. They are "strongly discouraged" by the JLS spec.
96 lines of code changed in:
Removed ; characters in innapropriate places to get rid of jikes warning:
Warning: An EmptyDeclaration is a deprecated feature that should not be used - ";" ignored.
3 lines of code changed in:
First cut at a generic jspc task/facade system.
Submitted by: Matthew Watson <mattw@mortbay.com>
611 lines of code changed in:
Reworked task to use files internall rather than strings so that the task doesn't have to try and resolve things internally.
Based on Daniel Hoppe <hoppe@sitewaerts.de> 's patch.
21 lines of code changed in:
Noted that inheritall bug had been fixed.
2 lines of code changed in:
Fix bug in Ant where the system properties would not be placed into new Project when inheritall=false. (This was due to confusion between variable naming).
Submitted by: Jason Brittain <jasonb@collab.net>
2 lines of code changed in:
Fixed spelling mistake (superseded).
2 lines of code changed in:
Remove name attribute from project.
1 lines of code changed in:
Oops I used the wrong convention!!!
This patch corrects it so that the old zipfile attribute is now tofile.
13 lines of code changed in:
Super is redundent.
1 lines of code changed in:
Update ant build file so that it uses the new unified "file" attribute for all archive manipulation tasks.
6 lines of code changed in:
Deprecated zipfile in favour of file to follow siuit with the other tasks that d
eal with archives.
4 lines of code changed in:
Deprecated zipfile in favour of file to follow siuit with the other tasks that deal with archives.
7 lines of code changed in:
Deprecated earfile in favour of file.
6 lines of code changed in:
remove super. as it is redundent.
1 lines of code changed in:
Remove deprecated tag as that method is NOT deprecated - gotta love copy-paste documentation ;)
0 lines of code changed in:
Unify the attribute of the archive to "file" rather than having three separate attributes (zipfile, jarfile and warfile).
35 lines of code changed in:
Added documentation for new P4Add task.
Submitted by: Anli Shundi <ashundi@tibco.com>
51 lines of code changed in:
YALP (yet another logo proposal 8-)
Submitted by: Joe Marron <jmarron@contextmedia.com>
32 lines of code changed in:
Added in perforce p4add task.
Submitted by: Anli Shundi <ashundi@tibco.com>
145 lines of code changed in:
Added redundent statement to aid understanding (will be optimized out by compiler anyways).
1 lines of code changed in:
I added an XML declaration (<?xml version="1.0"?>) to the XML log file.
Also, I removed some extra spaces in XmlLogger.java.
Submitted by: "Ingmar Stein" <stein@xtramind.com>
12 lines of code changed in:
Update link to the Cactus Ant tutorial.
Submitted by: Vincent Massol <vmassol@octo.com>
2 lines of code changed in:
keep track of release history in the FAQ.
19 lines of code changed in:
- Applied manual patches supplied by Daniel Martin <dtmartin24@home.com>
- Fixed some other places too.
189 lines of code changed in:
Updated Get task so that it supports authenticated URLS.
Submitted by: Gautam Guliani <gautamg@grassroots-tech.com>
138 lines of code changed in:
Fixed links.
Submitted by: Jeff Turner <jeff@socialchange.net.au>
3 lines of code changed in:
I have used the pvcs task and have come up with a patch that
I believe will address Bug ID 3219 in a slightly more flexible
way, and also allows the archive filename extension to vary
from the format hardcoded in the createFolders() method in
Pvcs.java
Submitted by: Steven Newton <snewton@standard.com>
25 lines of code changed in:
Update front page
10 lines of code changed in:
Filtering was active during copying docs/images - bad results for our nice logos :-(
10 lines of code changed in:
Announce 1.4 release
24 lines of code changed in: