1. Removing mention of JDK 1.1 which is no longer supported anyway.
2. More readable HTML source formatting - reduce merge conflicts, e.g.
20 lines of code changed in:
doc for signedselector
26 lines of code changed in:
changed error message to explain what was missing.
1 lines of code changed in:
add doc for issigned condition
31 lines of code changed in:
make the preserveLastModified field private
1 lines of code changed in:
add new preservelastmodified attribute to signjar
PR: 30987
Obtained from: Ignacio Coloma
59 lines of code changed in:
Tuning
1-if you dont specify an archive name, use that of the project
2-its OK to specify suffix=""
3-you do need the "." in the suffix; this was not needed.
(3) will break anything which set the suffix. I assumed the user
base was small enough to avoid a compatibility hack.
98 lines of code changed in:
Add reference to JarPatch by Norbert Barbosa
83 lines of code changed in:
Use new mapper syntax in an example, submitted by Russel Gold
3 lines of code changed in:
exclude directories for signed selection
6 lines of code changed in:
Some more whitespace fixes by Larry Shatzer
4 lines of code changed in:
Added warnings regarding duplicate files to <zip> and family.
PR: 30339
24 lines of code changed in:
checkstyle changes
Obtained from: Kevin Jackson
2 lines of code changed in:
some simple tests for the issigned condition
66 lines of code changed in:
xdoclet complains it is illegal to have comments at the end.
2 lines of code changed in:
Fix class name, make tests pass
1 lines of code changed in:
* Use <issigned> from <signjar>
* Refactor <issigned> by moving the test into a static method so it is
easier to use from a different task.
* Avoid IndexOutOfBoundsException if name is shorter than eight characters.
49 lines of code changed in:
remove issigned task, make it a condition only
122 lines of code changed in:
Added isSigned condition and task and signedselector selector
PR: 32126
Obtained from: Tarlika Elisabeth Schmitz
60 lines of code changed in:
Various checkstyle violations
Submitted by: Larry Shatzer
And some
(untabify (point-min) (point-max))
on some files.
468 lines of code changed in:
regenerate site
9 lines of code changed in:
Add my blurb, testing write access to repo. --DD
10 lines of code changed in:
Clarify that multiple targetfileset/list elements can exist
in the manner of srcfileset/list elements.
2 lines of code changed in:
consistent use of <code> - submitted by Larry Shatzer
323 lines of code changed in:
In use, you need to know why your build file has paused for so long.
1 lines of code changed in:
1. Move from optional.repository to tasks.repository
2. rename <libraries>
89 lines of code changed in:
Updated <getlibraries> code, plus new classes. After this
checkin I'm about to move and rename some of the existing stuff.
724 lines of code changed in:
patch to stop java1.5 whining about character encodings.
2 lines of code changed in:
ApacheCon is over
23 lines of code changed in:
Some Gump based Kaffe debugging
5 lines of code changed in:
Set the location for the default target (the location will be the project tag)
PR: 32267
Reported by: Yves Martin
6 lines of code changed in:
Clarify patterns, PR: 32148
9 lines of code changed in:
Spelling
3 lines of code changed in:
Change <apply>'s "overwrite" attribute name to "force". Also commit missing
Java changes. Oops.
24 lines of code changed in:
Add overwrite attribute to <apply>.
48 lines of code changed in:
More references to nightly builds
6 lines of code changed in:
A new attempt on nightly builds
4 lines of code changed in:
Try to provide more information on an exception occuring in Kaffe
25 lines of code changed in:
> -> >
Submitted by: Larry Shatzer
370 lines of code changed in:
More Jikes warnings
83 lines of code changed in:
fix self-comparision
11 lines of code changed in:
Junit task -- display suite first
PR: 31962
Obtained from: Kevin Jackson
38 lines of code changed in:
Fix propertyset's builtin attribute
1 lines of code changed in:
Fixed escaping of stderr/stdout
PR: 30662
2 lines of code changed in:
Make Jikes happy
201 lines of code changed in:
Fixed property typo for p4counter.
Thanks to Bernd Gerlach-de Campos
PR: 30981
1 lines of code changed in:
deprecated or not, this is the only way to avoid creation of both - a Date and a Calendar instance - that works on JDK 1.3 and 1.2 - Calendar#setTimeInMillis has been protected before 1.4
25 lines of code changed in:
JDK 1.3-
5 lines of code changed in:
several javadoc fixes.
PR: 30410
Submitted by: Brant Langer Gurganus
32 lines of code changed in:
Lots of typos and spelling (was that misspelt/misspelled ;-) errors.
Submitted by: Larry Shatzer
57 lines of code changed in:
Invoke static methods as static methods.
Submitted by: Kevin Jackson
1 lines of code changed in:
Don't create too many temporary objects, based on a patch by Kevin Jackson
17 lines of code changed in:
ChangeLogWriterTest uses package private class ChangeLogWriter - doesn't work unless both come from the same classloader
2 lines of code changed in:
Restore old method signature (BWC) and plug a ResultSet leak at the same time
24 lines of code changed in:
Avoid calling getResultSet() multiple times when printing just in case Informix does not like it. This was per suggestion of Bohuslav Roztocil.
PR: 27162
4 lines of code changed in:
Fix a NPE that occurred apparently because Folder.list() can return null
Thanks to Bob Evans
PR: 31965
4 lines of code changed in:
PR32190: manifest warnings
3 lines of code changed in:
Manifest task logs warnings: PR32190
40 lines of code changed in:
Fix invalid xml formed in case the filename is made of reserved xml characters (ampersand for entities for instance)
PR: 30817
6 lines of code changed in:
Make it compatible with Safari.. the open function does not return any document.
Thanks to Ingmar Stein
PR: 26953
6 lines of code changed in:
Comments about Java versions
33 lines of code changed in:
factor out close logic. This changes
semantics slightly was we no longer raise an IOE
if file closure fails.
3 lines of code changed in:
factor out close logic
2 lines of code changed in:
final declaration is moot for a static
1 lines of code changed in:
These are all patches to stop java1.5 whining about varargs.
In java.15 some of the reflection APIs are overloaded to be
usable via varargs, so untyped things cause confusion. These
are everywhere that bootstrap complains.
22 lines of code changed in:
Improve code as suggested by Dominique
9 lines of code changed in:
fix years
1 lines of code changed in:
Preparations for PR: 21832, in particular unit tests and some
refactorings for <sync>
Changes to Sync:
* drop JDK 1.1 compatibility,
* override scan instead of buildMap in MyCopy so that we get the
included directories even if includeEmptyDirs is false.
* use a DirectoryScanner to find orphaned files instead of the
recursive algorithm.
116 lines of code changed in:
Some places where url.toFile has been used instead of FileUtils.fromURI.
PR: 30593, 30642
Submitted by: Kevin Greiner <kgreiner at xpediantsolutions dot com>
6 lines of code changed in:
Keep track of contributions
0 lines of code changed in:
Make getCompatibilityWith actually compare two different values.
PR: 31360
Submitted by: David G?rtner <david dot gaertner at syngenio dot de>
9 lines of code changed in:
Don't use deprecated code. Submitted by: Kevin Jackson <kevin dot jackson at it dot fts dash vn dot com>
17 lines of code changed in:
Adjust to reality
5 lines of code changed in:
Adjust to reality
3 lines of code changed in:
Tests for recorder by Martijn Kruithof
70 lines of code changed in:
PR: 32066: exec favours .exe over . com. Yes, it does.
12 lines of code changed in:
Deprecate defaultexcludes; consistency.
PR: 31834
20 lines of code changed in:
remove httpclient selector. Leave the test in for future use.
0 lines of code changed in:
1. Updated repository work; now has the following from Russel Gold's contrib
-uses <get> to get
-sets a classpath after
2. some changes to Get to make this work. They also lay the way to adding progress indicators to guis, if that is felt useful in IDEs (it may be, once downloads become more common)
3. starting on security. This will need to work with <checksum> to get done. Currently the md5 can be fetched if asked for, and if so it must exist.
390 lines of code changed in:
whitespace changes only
14 lines of code changed in:
Make sure <record> lets go of files when stopped.
PR: 26020
Submitted by: Martijn Kruithof
75 lines of code changed in:
ApacheCon
134 lines of code changed in:
more diagnostics
2 lines of code changed in: