Java versions: Remove 1.1, add 1.5 .
1 lines of code changed in:
renamed hidden variables
9 lines of code changed in:
RedirectorElementTest stopped working on windows w/h cat on the path.
Now it passes the testcase if cat is not available.
6 lines of code changed in:
Year
1 lines of code changed in:
get with usetimestamp did not work on Java 1.2 .
62 lines of code changed in:
cleanup
1 lines of code changed in:
I don't see the debug output in the Kaffe Gump run, try it unconditionally
18 lines of code changed in:
parsersupport
3 lines of code changed in:
condition to check for parser features. Left to others to put into Ant's build.xml.
300 lines of code changed in:
fix name-hiding and style by Kev Jackson
39 lines of code changed in:
Move inactive committers to Emeriti section.
140 lines of code changed in:
fix spelling, name hiding, javadocs and style
Submitted by: Kev Jackson
84 lines of code changed in:
fixcrlf gets a new attribute to make it easier to fix a single file. no nested filesets for <fileset file>, see.
Also put the schemavalidate in the right place in WHATSNEW.
53 lines of code changed in:
Test failed on 1.2 due to ant.home not being set on the helper Project.
1 lines of code changed in:
Add pointer to Antigen submitted by John Taylor
73 lines of code changed in:
debug=false breaks Symantec compiler
29 lines of code changed in:
Fixed erroneous statements in documentation.
PR: 33626
4 lines of code changed in:
-5 + 2 LOC
3 lines of code changed in:
fix logic
1 lines of code changed in:
Kaffe suddenly supports java.lang.Readable, but not InetAddress.isReachable
9 lines of code changed in:
Remove trailing WS from blank lines.
12 lines of code changed in:
2005
1 lines of code changed in:
lower success message to verbose output on schema validation. Could do the same for XmlValidate, and indeed, am sorely tempted to. Also added some javadocs.
32 lines of code changed in:
Worked out how to validate XSD files themselves. Changes to task made, and the examples of the task now show how to do this.
71 lines of code changed in:
Update with <schemavalidate>
3 lines of code changed in:
Pathconvert no longer requires that one of (targetos|pathsep|dirsep)
be set; platform defaults are used when this is the case.
17 lines of code changed in:
More LOC bumming
10 lines of code changed in:
Trade 2 LOC for 10.
2 lines of code changed in:
Missing quote in javadoc.
1 lines of code changed in:
those extra tests I threatened
194 lines of code changed in:
Javadoc and moved members of $MapEntry .
46 lines of code changed in:
still had an interim attribute name here. fixed.
1 lines of code changed in:
Fix the date up
3 lines of code changed in:
<schemavalidate>. Because I can never get the settings right.
891 lines of code changed in:
case warning. not important.
1 lines of code changed in:
NPE when when <presetdef> tries to configure a task that
cannot be instantiated.
PR: 33689
Reported by: Steve Loughran
8 lines of code changed in:
deprecation warning
2 lines of code changed in:
On second thought, this seems to be the real fix for
PR: 33412
when updating an archive, we never want to drop files from the
original archive, no matter what the current default excludes setting
says.
3 lines of code changed in:
This commit eliminates all (but one) use of Project.createTask("some name") from the codebase. It also sets up all created tasks using the new Task.bindToOwner call.
I'm tempted to retrofit Task.bindToOwner back to the 1.6.x codebase, for the benefit of third party tasks; same for the extra constructors for exec and java. Thoughts?
80 lines of code changed in:
no longer valid
2 lines of code changed in:
these two get new constructors that do the config, as they get created so often.
33 lines of code changed in:
Move the logic to bind a created task to an existing one into Task.
14 lines of code changed in:
adding a selector to abstractfileset did not null the cached directory scanner
now there is no need to null the directory scanner when cloning
1 lines of code changed in:
Some people expect an INSTALL file, PR 33273
4 lines of code changed in:
Clarify docs, PR 33282
3 lines of code changed in:
Allo zip to store files with size between 2GB and 4GB
30 lines of code changed in:
Needed getDefaulexcludes in 1.6.3 for PR 33412
1 lines of code changed in:
<zip> update ignored defaultexcludes, PR 33412
5 lines of code changed in:
Test for PR 33412
31 lines of code changed in:
Don't close SocketClients if connect has failed, PR 33618
16 lines of code changed in:
clear the cached directory scanner when cloning an abstractfileset
1 lines of code changed in:
Update Ant Pretty Build information
22 lines of code changed in:
Uninstall the ant RPMs hint by Robert Koberg
50 lines of code changed in:
I never claimed I could spell - thanks Martin
1 lines of code changed in:
Disable clone test until we know why it fails on Linux.
2 lines of code changed in:
2005
1 lines of code changed in:
choose your digest wisely
13 lines of code changed in:
Add a tagdiff, which is probably more usefull than revisiondiff
35 lines of code changed in:
Add some more common attributes
129 lines of code changed in:
Use LineOrientedOutputStream with some tweaks to keep BWC signatures in LogOutputStream
13 lines of code changed in:
Port LineOrientedOutputStream from svn proposal, add tests
139 lines of code changed in:
Silly me forgot to commit the tests
3 lines of code changed in:
Add revisiondiff to match cvstagdiff, well, sort-of
184 lines of code changed in:
*Really* fix Ant-URL
1 lines of code changed in:
fix Ant-URL
2 lines of code changed in:
Attributes += verbose
5 lines of code changed in:
Use a not-that active svn module, throw in a stylesheet
21 lines of code changed in:
Add more info on paths, don't accumulate information, msg -> message
71 lines of code changed in:
Add docs for changelog
0 lines of code changed in:
javadoc / removed unused local variable
4 lines of code changed in:
More info to see what Gump sees when this test fails. I may still remove
the clone task, but until then I'll try to keep the tests passing.
1 lines of code changed in:
The bug was only in HEAD
0 lines of code changed in:
Really output time, when you say so
4 lines of code changed in:
svnchangelog task, very similar to cvschangelog - has a lot of potential for improvements
63 lines of code changed in:
Fileutils closing
2 lines of code changed in:
Unfinished caching of IllegalStateExceptions for concurrent scan() invocations.
6 lines of code changed in:
Splitting hairs
1 lines of code changed in:
Beautify imports.
6 lines of code changed in:
Merged duplicate code from private methods.
19 lines of code changed in:
More javadoc
15 lines of code changed in:
LOC
84 lines of code changed in:
File inclusion: unnecessarily checked presence of selectors
AND DirectoryScanner.isEverythingIncluded, which will be false if
selectors cause omissions.
2 lines of code changed in:
Removing some (IMO) unnecessary blank lines; a couple of string cat merges;
replaced an if block with ?: notation.
11 lines of code changed in:
Javadoc
62 lines of code changed in:
Javadoc
1 lines of code changed in:
Keep setFile atomic.
1 lines of code changed in:
Javadoc
3 lines of code changed in:
Beautify imports.
18 lines of code changed in:
Instantiate our own DirectoryScanner, since we plan to override
the fileset's followSymlinks attribute.
2 lines of code changed in:
Modified to return a cached DirectoryScanner instance until
changes are made to the AbstractFileSet.
78 lines of code changed in:
Remove trailing spaces (and the whole line they were on too, hey).
0 lines of code changed in:
Add initial task
4 lines of code changed in:
here is a plan
26 lines of code changed in:
Synchronize scanning so that a scan initiated before the end of another scan
will block and the two will share results. Likewise for slow scans.
170 lines of code changed in:
More javadoc
10 lines of code changed in:
Ensure the forked VM can find the Sun Javah implementation.
12 lines of code changed in:
Move some validation into execute();
remove unnecessary guards against storepass == null.
9 lines of code changed in:
Tighten security by sending storepass and keypass to signjar
via the input stream of the forked process.
Also, create signjar's helper ExecTask instance directly rather than by
typedef discovery mechanisms.
PR: 33433
35 lines of code changed in:
Added loginputstring attribute to redirector.
76 lines of code changed in:
Commandline.describeCommand() methods would attempt to describe
arguments even when none, other than the executable name, were present.
4 lines of code changed in:
Year
1 lines of code changed in:
Corrected loglevel info in javadoc.
3 lines of code changed in:
convert tabs
17 lines of code changed in:
Some very temporary diagnostic output to help find/fix a Kaffe+Gump issue
18 lines of code changed in:
2005
3 lines of code changed in:
tweaking the bit on arguments.
3 lines of code changed in:
flip fork bit on Apt
8 lines of code changed in:
return code checking on rpm. How do we test this?
9 lines of code changed in:
diagnostics probes temp dir by writing a file to it.
68 lines of code changed in:
This is actually a serious issue. if i have a login on a machine, I can get the keystore password by waiting for someone to sign a JAR on it. We can fix this, either by running jarsigner in VM, or by passing the input over stdio.
7 lines of code changed in:
Javadoc
101 lines of code changed in:
minor doc updates
16 lines of code changed in:
Javadoc
31 lines of code changed in:
Remove temp variable/method call, some blank lines
1 lines of code changed in:
Javadoc
159 lines of code changed in:
Javadoc
15 lines of code changed in:
s/native2ascii/javah
2 lines of code changed in:
Move instance variables
14 lines of code changed in:
another convenience method
10 lines of code changed in:
+2 convenience methods
17 lines of code changed in:
year
1 lines of code changed in:
downgraded some logging to verbose level.
2 lines of code changed in:
1.6.3
1 lines of code changed in:
Javadoc (okay DD? ;) )
3 lines of code changed in:
Personal taste
4 lines of code changed in:
logging of command line was incomplete
3 lines of code changed in:
Javadoc
115 lines of code changed in:
More Jikes whining
1 lines of code changed in:
Turn <deleteFromTarget> into <preserveInTarget> in <sync>
250 lines of code changed in:
Make javah a facade task, support kaffeh
645 lines of code changed in:
2005
4 lines of code changed in:
Javadoc & changed File constructors from
new File(f1.getAbsolutePath() + File.separator + f2.getName()) to
new File(f1, f2.getName())
50 lines of code changed in:
Typo
2 lines of code changed in:
Javadoc
10 lines of code changed in:
Javadoc
19 lines of code changed in:
Add recurse attribute to filterset.
221 lines of code changed in:
Add 1.7 tags to dispatch methods.
4 lines of code changed in:
Revamp symlink task:
Extend DispatchTask
Remove 1.1 stuff / use 1.2 features where helpful
Javadoc & bumming
259 lines of code changed in:
Added level attribute to zip & subclasses.
PR: 25513
114 lines of code changed in:
Testcase was failing on Windows.
2 lines of code changed in:
Add nested header element to the mail task.
PR: 24713
303 lines of code changed in:
typo
1 lines of code changed in:
Make native2ascii a full-blown facade task, add docs
110 lines of code changed in:
Use GPL-save command line invokation
12 lines of code changed in:
Simplify forking of new VMs by providing a fork method in ExecuteJava
205 lines of code changed in:
Nurflugel AntScript Visualizer
89 lines of code changed in:
whitespace + javadoc
2 lines of code changed in:
whitespace around +
2 lines of code changed in:
Make Jikes happy
8 lines of code changed in:
Use refelection to completely decouple Native2Ascii from Sun's implementation
20 lines of code changed in: