whitespace only
7 lines of code changed in:
avoid NPE in border-cases
4 lines of code changed in:
- back to File-based algorithm
- cpu enhancement
6 lines of code changed in:
More info re. #28621.
1 lines of code changed in:
Update the note about Winzip and WEB-INF directory.
13 lines of code changed in:
fix typo, kill TAB
1 lines of code changed in:
include get-m2.xml
3 lines of code changed in:
I think Martijn forgot part of his testcase. This fixes the failing manifest test for me.
3 lines of code changed in:
Display the default value for an input prompt sensibly.
16 lines of code changed in:
Actually permit validargs and defaultvalue together in the default handler.
Formerly, would just prompt you again if you just pressed Enter.
1 lines of code changed in:
InputHandler implementations may now call InputRequest.getDefaultValue() if they wish.
23 lines of code changed in:
Correcting use of deprecated API.
7 lines of code changed in:
Add a link to ensure explanation (found an indictment of basedir's description
as being recursive). :|
2 lines of code changed in:
People should not think that "file:../master.xml" is a meaningful URI.
Ant historically supports it but normal XML parsers do not.
10 lines of code changed in:
Expressing a <dirset> as a string should show matching dirs, not files!
42 lines of code changed in:
capitalize "Ant".
2 lines of code changed in:
Javadoc typo only.
1 lines of code changed in:
remove <libraries> references.
1 lines of code changed in:
Bug 21042 "Setting XSL parameter to input filename when processed whole directory."
* changed from File.getParent() to String.substring() to avoid changing between / and \
* "dir" defaults to '.' instead of empty string, so dir+'/'+name would not result in an absolute path
21 lines of code changed in:
remove double can; replace period w/ colon
2 lines of code changed in:
could also add that to the WHATSNEW file ...
49 lines of code changed in:
Bug 21042 "Setting XSL parameter to input filename when processed whole directory."
374 lines of code changed in:
2006
1 lines of code changed in:
Bonus extra diagnostics. Handy when the uri is ${unexpanded}
12 lines of code changed in:
Updated information as requested by their maintainer Pavel Vlasov.
92 lines of code changed in:
update WHATSNEW with my recent set of changes
20 lines of code changed in:
moving log of CVS passfile info down to verbose
1 lines of code changed in:
This is a little bit of fun; something asked for on the mail list. You can now use -main to specify a new entry point for ant, so if you override ant.Main with a subclass, you can switch to that.
It has a side effect of making ant a generic launcher of things; anything that implements AntMain.startAnt.
47 lines of code changed in:
forward verify operation to references
3 lines of code changed in:
oh, this feels so good. Removing Win98 as a supported platform. Also adding an example from a bugrep on how to run ant from ant itself
71 lines of code changed in:
Add extra diags on the error message by printing out java.home
26 lines of code changed in:
another random commit
2 lines of code changed in:
Random mods to see if I can commit from my new box.
15 lines of code changed in:
Bugzilla 40021, contribution of Ivan Ivanov.
8 lines of code changed in:
Bug Report 40021. The noframes option was not working at all.
44 lines of code changed in:
Fix JUnitReport with includes.
Bug Report 40022
927 lines of code changed in:
xhtmlify javadoc
20 lines of code changed in:
Update the sandbox homepage (needs more infos...)
269 lines of code changed in:
The book is a little bit out of date ...
2 lines of code changed in:
- names are sorted by last name
- regenerate site
10 lines of code changed in:
added myself to xdocs/contributors.xml
3 lines of code changed in:
* add <junit> + <junitreport>
* update reference to Log4J 1.2.13
* minor notes
151 lines of code changed in:
manifest issues
br: 37548
Still not totally convinced that the line is not allowed to be 74 bytes long (including eol)
But the specs allow to cut off early, except for the name. So name is allowed to by 70 bytes
long, and only if the name is 70 or 69 bytes long the line will be 74 (73) bytes long. Else
it will be shorter than 72 bytes including eol.
3 lines of code changed in:
manifest issues
br: 37548
Still not totally convinced that the line is not allowed to be 74 bytes long (including eol)
But the specs allow to cut off early, except for the name. So name is allowed to by 70 bytes
long, and only if the name is 70 or 69 bytes long the line will be 74 (73) bytes long. Else
it will be shorter than 72 bytes including eol.
87 lines of code changed in:
Let the base class do the job.
2 lines of code changed in:
Bug 35850
<subant> now supports nested <target> elements as <ant> does.
150 lines of code changed in:
adopt consistent quoting on this message.
2 lines of code changed in:
Just converting tabs to spaces and additional line breaks.
8 lines of code changed in:
Fix CRight
1 lines of code changed in:
Fixed length mismatch.
Made use of shared constants in junit package.
83 lines of code changed in:
remove author
0 lines of code changed in:
The crashfile was originally written to the file.toString, now the absolute path is used, hopefully this fixes the gump problems.
3 lines of code changed in:
well, if you put the docs in, you need to follow with the code. <hasMethod> looks for methods.
176 lines of code changed in:
Give better information in case of timeout for JUnit test,as requested in Bug 39946.
111 lines of code changed in:
Give better information in case of timeout for JUnit test,as requested in Bug 39946.
12 lines of code changed in:
Give better information in case of timeout for JUnit test,as requested in Bug 39946.
34 lines of code changed in:
delete spurious letter F; update copyright
59 lines of code changed in:
Bug: 39153
Add notes (log+manual) that <java> does not handle jar+classpath together (more exactly Java itself does not).
17 lines of code changed in:
A super-call is ok here so you'll get the "standard" behaviour you expect from other BuildFileTests.
5 lines of code changed in:
Bug: 29539
More information about using the Log4jListener.
39 lines of code changed in:
roll back deletion of public teardown operator, with a comment as to why it is needed
10 lines of code changed in:
purge some spurious methods
0 lines of code changed in:
Remove methods with just super()-calls. (Don't know any more why I added them...)
7 lines of code changed in:
some private emails about manifest correctness lead to more details on what to do if you disagree with the task's logic.
21 lines of code changed in:
Examples for specifying a JDK in <java> and <javac>.
36 lines of code changed in:
Add example using the default excludes.
19 lines of code changed in:
<echoproperties> setPrefix javadoc claimed null or empty prefix would be
ignored; instead an error was thrown. Bugzilla report 39954.
Submitted by Ivan Ivanov.
20 lines of code changed in:
bugzilla report 38175; javacc needs a jdk version attribute for java1.5 support.
20 lines of code changed in:
fix GUMP failures
2 lines of code changed in:
move validation of properties into private method
23 lines of code changed in:
made all the protected methods public. Because ProjectTest was trying to call protected methods, and rather than selectively open up the methods, I made the whole set of asserts and operations open.
29 lines of code changed in:
adding ability to set the location when creating this
11 lines of code changed in:
bug 35607 ; Ant Get task downloads unmodified files when useTimestamp=true
1 lines of code changed in:
bug 36033; javadocs incorrect
5 lines of code changed in:
Add link to "antcount" as requested by Patrick Martin.
101 lines of code changed in:
Fix for pr:39946
52 lines of code changed in:
given the task is out, the docs should be purged too.
0 lines of code changed in: