s/baskslashes/backslashes
1 lines of code changed in:
Renamed <file> resource's "base" attribute to "basedir",
for consistency / familiarity.
17 lines of code changed in:
reorder imports before adding more.
8 lines of code changed in:
Move javadoc backslash with space fix to ant 1.6.5
Check if file separator character is backslash before conversion
7 lines of code changed in:
Clearly (hopefully) document '$'-escaping relating to Ant properties;
increase findability of this information by linking from property task.
PR: 34534
15 lines of code changed in:
2005
4 lines of code changed in:
Add logging of local vs remote timestamps in <ftp> task.
PR:31812
28 lines of code changed in:
The Bookstore
152 lines of code changed in:
Added ISBNs for later use (e.g. Online Bookstore)
9 lines of code changed in:
Add initialSiteCommand and siteCommand attributes.
PR:34257, 34853
141 lines of code changed in:
* <macrodef> with redefined default values was incorrect. (Fix for
31215 had a bug). Bugzilla report 35109.
PR: 35109
63 lines of code changed in:
improve new test
2 lines of code changed in:
Based on a patch submitted by Neeme Praks, allow support for a retry count on FTP transfers. Some
servers are unreliable for unknown - this allows for a retry count to be specified to accomodate work on such
flaky servers.
293 lines of code changed in:
convert serverLanguageCodeConfig attribute to use EnumeratedAttribute pattern
89 lines of code changed in:
Convert ftp task systemTypeKey and timestampGranularity attributes to using the EnumeratedAttribute pattern
and add some JUnit tests of the new configuration stuff.
265 lines of code changed in:
Replace properties in description elements
2 lines of code changed in:
Javadoc + very slight code reworking
25 lines of code changed in:
Fix the condition; formatting.
20 lines of code changed in:
add installation information for the jpackage distirbution
38 lines of code changed in:
Make -projecthelp output display even in -quiet mode.
PR: 17471
1 lines of code changed in:
Javadoc (fixing my uppercase code tags!)
14 lines of code changed in:
Consistency and some spaces
19 lines of code changed in:
Document the change wrought by introducing Project.createSubProject().
PR: 17901
3 lines of code changed in:
Obtain subproject instance from Project to satisfy the remote chance
of Project having been subclassed.
PR: 17901
21 lines of code changed in:
Avoid multiple instantiations of equal File objects, and multiple
resolveFile calls.
2 lines of code changed in:
Document ResourceCollections in paths.
13 lines of code changed in:
various inconsequentials/cleanup
34 lines of code changed in:
Add resourcecount + a little cleanup
18 lines of code changed in:
checkstyle - mostly javadoc
588 lines of code changed in:
Oops need this for echoxml task.
3 lines of code changed in:
Add an echoxml task just for Steve!
173 lines of code changed in:
go ahead and close elements with no children
78 lines of code changed in:
checkstyle javadoc
4 lines of code changed in:
checkstyle - mostly removal of _
108 lines of code changed in:
checkstyle - javadoc
2 lines of code changed in:
checkstyle - mostly javadoc
49 lines of code changed in:
Add pointer to Parabuild
77 lines of code changed in:
2005
8 lines of code changed in:
document recent changes to FTP task
22 lines of code changed in:
Improved the newInstance method in ClasspathUtils, and used this method from
the places where newInstances are made and Throwable is caught.
136 lines of code changed in:
add resourcecount to Resource Collections blurb
2 lines of code changed in:
Document the resourcecount task.
69 lines of code changed in:
Document length task changes.
11 lines of code changed in:
Document pathconvert changes.
11 lines of code changed in:
Update concat documentation for ResourceCollections.
14 lines of code changed in:
Oops, must build in the contents of src/resources
2 lines of code changed in:
Remove clone task.
0 lines of code changed in:
ResourceCollections
2 lines of code changed in:
ResourceCollections
7140 lines of code changed in:
use DataType's convenience method
1 lines of code changed in:
add TimeComparison ExtendedAttribute; retrofit DateSelector
139 lines of code changed in:
allow absolute include paths & no basedir for Directory scanning
171 lines of code changed in:
use DataType's (new) convenience methods
46 lines of code changed in:
new methods for reference checking and logging
211 lines of code changed in:
add brief version of getElementName()
24 lines of code changed in:
Catching Throwable while calling new on a no statement constructor (all fields / base classes only have no statement constructors as well) seems overdone. Removing catch clause.
1 lines of code changed in:
Avoiding Throwable while BuildException was actually meant
5 lines of code changed in:
Removing constructs to close streams that catch Throwable -> FileUtils.close.
14 lines of code changed in:
update stale link to Sun javadocs.
1 lines of code changed in:
Document new timestampGranularity attribute and spiff up the page generally, add links to Java code as
appropriate, fix up the table column sizing which had become rather unwieldy.
53 lines of code changed in:
Add new timestampGranularity attribute to account for the typical case in PUT operations where the client
is HH:mm:ss and the ftp server is HH:mm.
58 lines of code changed in:
Removed reflection for 1.1 purposes
14 lines of code changed in:
Avoiding to catch unspecified Error. The context indicates we want to continue even when loading a class is unsuccessful. The only Error we expect and want to continue on would in that case be LinkageError (and not e.g ThreadDeath / VirtualMachineError).
1 lines of code changed in:
Avoiding use of Error for clauses that indicat programming errors, using runtime exceptions instead.
7 lines of code changed in:
Throwable caught for 1.1 compatibility only according to comment. As catiching Throwable generally is a bad thing, removed.
0 lines of code changed in:
Added tests for the "newer" attribute in conjunction with the servertimezoneconfig attribute in the PUT and GET actions.
171 lines of code changed in:
use of fileUtils.close
2 lines of code changed in:
more diagnostics, corrected method name, but not working. Bug#35006
3 lines of code changed in:
add option to read properties file from the user's home directory as well as from the top of the ant tree, where it is vulnerable to being wiped out from cvs
replace operations.
2 lines of code changed in:
Change so that systemTypeKey and all the new xxxConfig attributes work by the convention that setting the attribute to "" leaves the attribute unset, at
whatever value it had before, that is, for all these, the default value of null. This would enable property-file based development to proceed more easily.
Update documentantation to reflect this.
PR: 34978
80 lines of code changed in:
Javadoc
16 lines of code changed in:
Add isfailure condition.
128 lines of code changed in:
Complement includeTests with excludeTests
3 lines of code changed in:
Make XmlValidateTest pass.
7 lines of code changed in:
small clarification
1 lines of code changed in:
If launcher gets an InstantiationException when using the
default constructor of ant, change the error message
to say that this is an incompatible version of ant main
and attempt to print out the location of this class.
Some jar files have old version of ant within them
- (weblogic in particular) so this should help in
showing if this is the case.
9 lines of code changed in:
move typedef to 1.7 section of WHATSNEW
4 lines of code changed in:
add uri attribute to typefound type
22 lines of code changed in:
fix mistake
4 lines of code changed in:
Add information concerning the new java-repository
16 lines of code changed in:
Ant 1.6.4 release
111 lines of code changed in:
new target upload merged from Ant 1.6 branch
19 lines of code changed in:
fix bug 34941
2 lines of code changed in:
Note current state of extension case.
8 lines of code changed in:
propertyset threw NPE with nested, mapped propertysets.
57 lines of code changed in:
Seems to be an typo for me.
4 lines of code changed in:
Fix ?-umlaut that got translated from ISO8859-1 to UTF-8 by accident
3 lines of code changed in:
No more nightlies for now
25 lines of code changed in:
Roxes is now Orangevolt
173 lines of code changed in:
remove unnecessary " marks.
104 lines of code changed in:
add correct (c) statements
30 lines of code changed in:
fetch moves to maven, though no auto download of those tasks, yet.
59 lines of code changed in:
Exclude AbstractScriptComponent.java as well
1 lines of code changed in:
no, I didnt need to do that. rolling back.
0 lines of code changed in:
2005
1 lines of code changed in:
jruby support in script. We ought to have a task to add these declarations.
15 lines of code changed in:
2005
1 lines of code changed in:
build the distribution with subdirectories source and binaries like
the directories on the Apache web site
22 lines of code changed in:
<scriptmapper>, with tests and docs. At this point we have near total script coverage of all the core ant extension points. Note the refactoring of scriptcondition to give us a better base for these things.
350 lines of code changed in:
Allways create qualified targets in imported build files
PR: 28444
64 lines of code changed in:
apply apache rules as to position of + on a multiline string
4 lines of code changed in:
utterly without documents or tests, a utility task to extract a path to a dir, by way of a mapper.
192 lines of code changed in:
typefound logic.
9 lines of code changed in:
merged antlib: strings to a single (currently private) constant.
3 lines of code changed in:
scp doc tweakage.
11 lines of code changed in:
punctuation
5 lines of code changed in:
change name of attribute from systemKeyConfig to systemTypeKey as a more intuitive name and check in
documentation for revised FTP task.
182 lines of code changed in:
more changes, plus some corrections to existing reports.
15 lines of code changed in:
added a special case that detects -cp and -lib calls in Main, and tells the caller that they have a probable version mismatch.
13 lines of code changed in:
and of course the date change.
1 lines of code changed in:
tests for junitreport handling various forms of bad data, plus explicit handling of zero-byte files with a different error message..
232 lines of code changed in:
1. new books
2. touched up old books
3. stripped out my old email address. I now know why that alias still get so much virus/spam mail.
68 lines of code changed in:
checkstyle - mostly javadoc
30 lines of code changed in:
improve clarity of what FTPConfigurator is doing.
3 lines of code changed in:
Add FTPConfigurator class so as to avoid forcing users to upgrade to version 1.4.0 of commons-net.
As long as users use the ftp task as they have previously, they do not need 1.4.0.
139 lines of code changed in:
Use FileUtils.close()
9 lines of code changed in:
<unzip> and <untar> could leave streams open. PR 34893
21 lines of code changed in:
Adapt Ant to use the new functionalities of commons-net 1.4.0 to enable greater configurability of the server:
Month names other than English, date formats other than the standard ones (such as all-numeric timestamps
on unix), and different server time zones can now be supported in Ant.
PR:30706, 33443
Obtained from:
Submitted by: Neeme Praks
Reviewed by: Steve Cohen
CVS: ----------------------------------------------------------------------
CVS: PR:
CVS: If this change addresses a PR in the problem report tracking
CVS: database, then enter the PR number(s) here.
CVS: Obtained from:
CVS: If this change has been taken from another system, such as NCSA,
CVS: then name the system in this line, otherwise delete it.
CVS: Submitted by:
CVS: If this code has been contributed to Apache by someone else; i.e.,
CVS: they sent us a patch or a new module, then include their name/email
CVS: address here. If this is your work then delete this line.
CVS: Reviewed by:
CVS: If we are doing pre-commit code reviews and someone else has
CVS: reviewed your changes, include their name(s) here.
CVS: If you have not had it reviewed then delete this line.
1 lines of code changed in:
Adapt Ant to use the new functionalities of commons-net 1.4.0 to enable greater configurability of the server:
Month names other than English, date formats other than the standard ones (such as all-numeric timestamps
on unix), and different server time zones can now be supported in Ant.
PR:30706, 33443
Obtained from:
Submitted by: Neeme Praks
Reviewed by: Steve Cohen
CVS: ----------------------------------------------------------------------
CVS: PR:
CVS: If this change addresses a PR in the problem report tracking
CVS: database, then enter the PR number(s) here.
CVS: Obtained from:
CVS: If this change has been taken from another system, such as NCSA,
CVS: then name the system in this line, otherwise delete it.
CVS: Submitted by:
CVS: If this code has been contributed to Apache by someone else; i.e.,
CVS: they sent us a patch or a new module, then include their name/email
CVS: address here. If this is your work then delete this line.
CVS: Reviewed by:
CVS: If we are doing pre-commit code reviews and someone else has
CVS: reviewed your changes, include their name(s) here.
CVS: If you have not had it reviewed then delete this line.
119 lines of code changed in:
1.6.4 changes
8 lines of code changed in:
Correct granularity attribute from 1.6 to 1.6.2
1 lines of code changed in:
Patch XMLValidate to create a new parser every time, plus test case that verifies it works.
Note that there is an extra change, the return code of doVerify() is now boolean and not void. I have plans for an option to halt the build only if a schema is valid (I'm using ant/gump) to validate XSD files, and want to test that a schema correctly rejects invalid files. This is just a step on the way, while I was in the method.
20 lines of code changed in:
Silly me, when Ajax picks up this change, the checksums will be there as well
12 lines of code changed in:
Will provide SHA1 checksums soon
48 lines of code changed in:
Add SHA1 checksums, prepare stuff for http://www.apache.org/dist/java-repository/
32 lines of code changed in:
fix NPE reported by Curt Arnold
4 lines of code changed in:
Maybe somebody should have said that the image was transparent and
antialiased for a white background.
Maybe I should simply allow my browser to load images that don't come
from the same server as the HTML page.
18 lines of code changed in:
Spelling/punctuation/wording/etc.
20 lines of code changed in:
2005
1 lines of code changed in:
ApacheCon commercial
104 lines of code changed in:
Base64 conversion of userid:password was (always) broken. The length of
the result was calculated correctly, but was translating two bytes to four instead of three. This would obviously cause buffer overruns.
PR: 34734
16 lines of code changed in:
antlib awareness in diagnostics messages
13 lines of code changed in:
removes fork option from Apt, in code, in docs.
53 lines of code changed in:
Attempt to fix broken encoding due to miscalculated output buffer.
PR: 34734
29 lines of code changed in:
AntXMLContext.setCurrentTargets() is now public.
PR: 34680
2 lines of code changed in:
Document javah and DirectoryScanner.slowScan() fixes.
PR: 34681, 34722
17 lines of code changed in:
Partly rewrite the delegating-classloader FAQ since 1.5.x and 1.6.x are really quite a bit different
272 lines of code changed in:
Validate system properties before running a Java command, PR 34725
14 lines of code changed in:
Not 100% sure this fixes the entire bug, but it eliminates NPEs for me.
PR: 34722
9 lines of code changed in:
Bugzilla 34680: make AntXMLContext#setCurrentTargets current
1 lines of code changed in:
WeakHashMap
3 lines of code changed in:
And this time, I make sure the 'reformat code' button is not set on the commit.
36 lines of code changed in:
Move to WeakHashMap to reduce resource leakage on long-lived many-exec runs
37 lines of code changed in:
Convert some " - " to emdashes, semicolons, etc. where appropriate.
9 lines of code changed in:
As a (-n inactive) Jext project admin I have decided it doesn't have " - "
in the middle of its name.
3 lines of code changed in:
Different contact address
2 lines of code changed in:
Added closing " to last example.
PR: 34706
Obtained from:
Submitted by:
Reviewed by:
1 lines of code changed in:
cleanup
3 lines of code changed in: