Refactored Target invocation into org.apache.tools.ant.Executor
implementations.
PR: 21421, 29248
168 lines of code changed in:
Move to 1.6 branch
PR: 22863
Obtained from:
Submitted by:
Reviewed by:
3 lines of code changed in:
Allow <move>'s file attribute to rename a directory.
PR: 22863
175 lines of code changed in:
Zip task did not create tasks when there are only empty directories in the selection
I have simply added a testcase, the code was already fixed by Matt Benson in Zip.java
revision 1.128
PR: 30365
15 lines of code changed in:
reverting previous change
compiler is called weblogic in the documentation
the testcase seems to have been wrong
2 lines of code changed in:
Change to put in accordance with documentation : compiler name wlrmic, not weblogic ?
1 lines of code changed in:
FTP getTimeDiff was returning wrong value
PR: 30595
3 lines of code changed in:
checksum fileext property doc wrong
PR: 30787
Obtained from: Howard M. Lewis Ship
4 lines of code changed in:
Provide access to extension points and attribute/element/extensions/text methods in
IntrospectionHelper
PR: 30794
Obtained from: Dominique Devienne
490 lines of code changed in:
When searching /usr/local/java/jdk1.3/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/home/bodewig/bin:/home/bodewig/dev/xml-forrest/build/dist/shbat//bin, look into user supplied environment first
19 lines of code changed in:
<nunit>
8 lines of code changed in:
small refactorings
40 lines of code changed in:
Log if unable to open a File.
7 lines of code changed in:
Typo
1 lines of code changed in:
Fix bug whereby the first file open was always logged to System.out.
Fix by opening only on demand so that managingTask can be set.
4 lines of code changed in:
Fix bug whereby the first file open was always logged to System.out.
Fix by opening only on demand so that managingTask can be set.
1 lines of code changed in:
fix for multiple macro instance use to fail
9 lines of code changed in:
WHATSNEW for bug:
PR: 30567
2 lines of code changed in:
<apply> differentiating between empty and up to date broke <classfileset>s.
PR: 30567
33 lines of code changed in:
Me to PMC; Peter and Sam not in alpha order.
9 lines of code changed in:
Add @since tags to methods introduced in Ant 1.6.2
PR: 30276
Submitted by: Jesse Glick
4 lines of code changed in:
Merged the solution of PR 15390 (choice of regular expression implementation)
into ANT_16_BRANCH
3 lines of code changed in:
article about extending <input>
58 lines of code changed in:
Missed closing tag
1 lines of code changed in:
Current Nightly builds are a little, um, stale. Don't get people's hopes up
for now.
1 lines of code changed in:
Merge
7 lines of code changed in:
Add name attribute to project element in Ant's build file
PR: 30608
Submitted by: Jesse Glick
1 lines of code changed in:
Correct subscripts.
2 lines of code changed in:
Use a different way to deal with Mono's "I don't like absolute Unix
path names" feature - change into the directory that holds the WSDL
file and only use the file name.
(1) restores the old signature of setSrcFile
(2) makes XSD include with relative URLs work (and probably WSDL
import as well).
8 lines of code changed in:
Make NetCommand#setDirectory actually do something
13 lines of code changed in:
Clearify the availability of nested <param>/<property> elements in <ant>/<antcall>.
14 lines of code changed in:
typo
1 lines of code changed in:
missing license
53 lines of code changed in:
external Xclude task
89 lines of code changed in:
Allow DependScanner to use DirectoryScanner's basedir attribute.
PR: 30558
3 lines of code changed in:
test fixup, I still think the csc tests are broken.
29 lines of code changed in:
fixed the test failure, added a proper self contained test.
I have commented out the test that asserts that sourceTime==destTime implies up-to-dateness. This is an interesting problem. Filesys granularity gets in the way.
22 lines of code changed in:
external JudoScript task
84 lines of code changed in:
javadocs
22 lines of code changed in:
more tests; 'default' compiler and "" has a well defined behaviour.
281 lines of code changed in:
IDE stuck in a GPL license, thinking this was day-job code :)
15 lines of code changed in:
rmic gets a fork option.
Most of the changes here are actually adding tests, which was surprisingly hard work.
294 lines of code changed in:
I am still to test this.
1 lines of code changed in:
sneak in an explicit test of the new file utils timestamp comparison stuff
2 lines of code changed in:
Change output so that it doesn't look as if csc always compiles everything
4 lines of code changed in:
29808. Clearify what 'external' means.
4 lines of code changed in:
updated whatsnew
6 lines of code changed in:
These changes will break Stefan's and my work builds, but they are for the better.
1. pull file/url stuff from the main class into another instance of the schema class.
2. added a makeURL flag that turns a file ref in a schema into a URL. v. useful for .net.
3. added a compiler enum and attr that lets you choose compiler. Compilers are microsoft|mono|microsoft-on-mono.
4. renamed parseableerrors to ideErrors.
5. dependency logic uses filesys granularity.
No tests for the compiler stuff, we need to think about how to do that.
257 lines of code changed in:
Echo cleanup. Too much duplicate logic.
29 lines of code changed in:
1. some factoring out of the timestamp checks for even more reuse. That way the granularity logic can all go in one place.
2. a refactoring of close() to ignore exceptions. I made this static because I want to use it everywhere we close things in a finally clause. NB, note that all four methods would all be unified if the writer/reader/instream/outstream classes had a base class "Closeable" with method void close().
No, I have not refactored everything to use these yet.
95 lines of code changed in:
The ide is fussy, so we dont have to be
2 lines of code changed in:
little known facts about IA64. 64 bit pointers mean you run out heap twice as fast.
17 lines of code changed in:
fix case
1 lines of code changed in:
wsdl.exe cant spell parseable.
1 lines of code changed in:
typo
1 lines of code changed in:
A couple extra traces in the log for xml validate.
I wonder if we should include the full exception text on a parse failure, as it is often useful.
2 lines of code changed in:
Now support for nested schemas as add ons. Will probably break mono, but the tests have been written so as not to expose that break.
Also: protocol, parseableErrors. These are WSE2.0 options.
225 lines of code changed in:
Add example regexp that maps from Java class files to the
corresponding source files.
Submitted by: Paul Galbraith <pgalbraith at trigoncanada dot com>
26 lines of code changed in:
Article about 'buildfile' written in Java
42 lines of code changed in: