Use FileUtils#resolveFile instead of doing it by hand
Should work now on windows and netware
PR: 24296
Obtained from: Matt Lennon
3 lines of code changed in:
Remove option to have parallel instead of sequential for macrodef. The
former was never tested.
4 lines of code changed in:
document loading of multiple resources
6 lines of code changed in:
Only load the first properties resource for typedef and taskdef for
backward compatibility
1 lines of code changed in:
fix documentation of move task
PR: 24193
Submitted by: Jesse Glick (jglick at netbeans dot org)
1 lines of code changed in:
timeout should result in build failure.
PR: 24170
Submitted by: Edwin Steele <Edwin underscore STEELE at rta dot nsw dot gov dot au>
10 lines of code changed in:
Change default uri from ant:core to antlib:org.apache.tools.ant
7 lines of code changed in:
checkstyle
10 lines of code changed in:
2003
1 lines of code changed in:
Correct documentation of failonerror attribute for scp and ssh.
PR: 24169
Submitted by: Edwin Steele (Edwin_STEELE at rta dot nsw dot gov dot au )
2 lines of code changed in:
Solution for the Starteam disconnect bug
PR: 24110
Submitted by: Steve Cohen (scohen at apache dot org)
42 lines of code changed in:
Simplify assertion in testcase (remark of Martin Kruithof)
2 lines of code changed in:
Make org.apache.tools.ant.taskdefs.optional.sitraka.ClassFileTest pass under
JDK 1.2
PR: 23919
Submitted by: Martijn Kruithof (ant at kruithof dot xs4all dot nl)
6 lines of code changed in:
Allow typedef resource to pick up all the resources
of the name in the classloader, not just the first
PR: 24024
Obtained from: Jesse Glick
84 lines of code changed in:
Some typo fixes
well formed != valid
better debug support in ApacheCatalogResolver
PRs: 24059, 24060, 24069, 24070, 24074
Submitted by: Jesse Glick <jglick at netbeans dot org>
17 lines of code changed in:
Catch insanely small timeouts (i.e. it occurs before we even start to execute the command), PR 23992
16 lines of code changed in:
Properly parser return codes from server.
Also fixes PR: 23986
Suggested by: Atsuhiko Yamanaka <ymnk at jcraft dot com>
37 lines of code changed in:
If remotedir has been omitted, make it default to . - PR 23987
5 lines of code changed in:
Replace non ASCII characters by UNICODE escapes
PR: 23919
Submitted by: Martijn Kruithof (ant at kruithof dot xs4all dot nl)
38 lines of code changed in:
fix for bug#19630; no handling large files. Needs testing on mono!
165 lines of code changed in:
comment
6 lines of code changed in:
Better support for people debugging timed out reads in <telnet>, Submitted by Larry Shatzer
2 lines of code changed in:
Add pointer to ImTask, Submitted by Jon Madison
74 lines of code changed in:
Register xmlcatalog as entity resolver for the stylesheet as well
9 lines of code changed in:
Make properties available in timed-out tests, PR 23935
2 lines of code changed in:
Test for PR 23862
10 lines of code changed in:
user and new arguments have been swapped in setNew and setUser, PR 23966, Submitted by Jose Alberto Fernandez
2 lines of code changed in:
Add jar required for IBM JDK's to the classpath, PR 23922, Submitted by Martijn Kruithof
1 lines of code changed in:
Fix and test for unresolved references due inability
to create the reference object to give to scripts.
PR: 23915
Reported by: Jose Alberto Fernandez
72 lines of code changed in:
New external Task PRes.
73 lines of code changed in:
Include checkstyle stylesheets
1 lines of code changed in:
set project for created targets
3 lines of code changed in:
Pull ant-launcher.jar into the classpath as well
1 lines of code changed in:
Remove last-modified line
0 lines of code changed in:
Remove reference to jdk 1.1
PR: 23910
Obtained from: Jose Alberto Fernandez
2 lines of code changed in:
small list of new tasks and note on internal tasks/types change
17 lines of code changed in:
synchonize ComponentHelper#checkNamespace()
This fixes a bug with use of <parallel> and xmlns:prefix="antlib:package
<project default="bug" xmlns:ac="antlib:net.sf.antcontrib">
<target name="t2">
<parallel>
<ac:shellscript shell="bash">echo hello</ac:shellscript>
<ac:shellscript shell="bash">echo hello</ac:shellscript>
</parallel>
</target>
</project>
- need a unit test for this
1 lines of code changed in:
Update the news to mention ant1.6beta2
20 lines of code changed in:
Add mention of the Wiki and move ant1.6beta2
14 lines of code changed in:
Adding to HEAD the beta.png and the antmanual.css
56 lines of code changed in:
Add myself to authors list.
1 lines of code changed in:
add an optional attribute to import
note this is differnet from a failonerror attribute in
that it only checks for the existance of the
imported file, other errors in the imported
file would cause the build to fail
29 lines of code changed in:
Make .ssh/known_hosts optional
18 lines of code changed in:
Merge from ANT_16_BRANCH
Fix problem with non absolute remote dirs
PR: 23833
10 lines of code changed in:
fix usage of mixed case names of add(typedef) introspection.
fix by moving the tolower method from unknownelement to introspectionhelper.
7 lines of code changed in:
Condition is an interface
1 lines of code changed in:
Opps, compare defaultvalue with name when testing for macrodef equality
fix equality testing
Obtained from: Larry Shatzer
12 lines of code changed in:
New Task "TestSetGenerator"
79 lines of code changed in:
One more thing that won't change for 1.6
1 lines of code changed in:
Make CommandlineJavaTest independent of lib/optional/junit.jar, PR 17402
4 lines of code changed in:
Don't silently swallow exceptions when something is wrong, PR 23609
8 lines of code changed in:
Thanks, Shane! resolver 1.1beta has been released
3 lines of code changed in:
More robust cleanup of temporary files, PR 17512
18 lines of code changed in:
Reuse the resolution logic of <property> inside <loadproperties>.
PR: 17782
Submitted by: Peter Reilly
20 lines of code changed in:
One should think that I'd know the copyright line format
1 lines of code changed in:
2003
1 lines of code changed in:
Throw an exception for missing manifests - as advertized in the
javadocs.
PR: 19492
Submitted by: Nikolaus Schmitt <n dot schmitt at scaet dot de>
5 lines of code changed in:
Properly document <reference> behavior, PR 22690
6 lines of code changed in:
Add some of the new tasks to the overview page
53 lines of code changed in:
Remove EXPERIMENTAL disclaimers, we want people to try the stuff, not scare them away 8-)
4 lines of code changed in:
add note that only all lowercase typedefed classes work
for custom components with add(type).
2 lines of code changed in:
remove error added method
0 lines of code changed in:
Fix bug for typedefed add() support with namespace
48 lines of code changed in:
Use exact matches instead of substring matches in the parser so that
comments containing dashes or equals signs are less likely to throw
off the parser.
I have no idea how portable the exact number of characters is, that's
why I won't merge it into the 1.6 branch.
PR: 8085
Suggested by: Peter Leschev
2 lines of code changed in:
setXyZ works as good as setXYZ or setXYz or setXyz, PR 23732
6 lines of code changed in:
Do as you say, PR 19967
2 lines of code changed in:
Merge from ANT_16_BRANCH
1 lines of code changed in:
Merge from ANT_16_BRANCH
57 lines of code changed in:
Merge fix for PR 23711 from ANT_16_BRANCH
PR: 23711
16 lines of code changed in:
Typo fix, submitted by Larry Shatzer
2 lines of code changed in:
Typo
5 lines of code changed in:
Answered that jar M question once too often
40 lines of code changed in:
Modify entry for Image, Submitted by Abey Mullassery <abey at mullassery dot com>
18 lines of code changed in:
Mention <import> in the FAQ
47 lines of code changed in:
You can't interact with forked processes - PR 23686
11 lines of code changed in:
Fix problem with distributions relation to the nav tree - <title>-tag content has to match the name of the Nav entry.
10 lines of code changed in:
"Beautify" position of ApacheCon banner in navigation and add Antidote News Page
107 lines of code changed in:
Don't mask arbitrary exceptions when looking for a suite method.
PR: 23033
Submitted by: Steven Segers <ssegers at kiala dot com>
2 lines of code changed in:
A timed out test is stil a test, PR 23645
2 lines of code changed in:
Remove misleading debug output
2 lines of code changed in:
<ant> with more than one <property file="..."/> child didn't work, PR 23601
6 lines of code changed in:
Tests for PR 23601
36 lines of code changed in:
Fix PR 23639
10 lines of code changed in:
Testcase for PR 23639
7 lines of code changed in:
add a pointer to the manual of ant1.6beta on the main ant.apache.org web page
5 lines of code changed in:
introduce a stylesheet for the antmanual
add an image beta.png (credits Magesh Umasankar)
1 lines of code changed in:
Add pointer to Image Tasks
88 lines of code changed in:
Use encoding for output as well
7 lines of code changed in:
attempt to describe the new add introspection rules
103 lines of code changed in:
upgrade protected access to public for setMacroDef for macroinstance object
1 lines of code changed in:
Update the delegating-classloader FAQ
42 lines of code changed in:
Reintroduce ant-jdepend.jar
1 lines of code changed in:
Mono 0.28 on MacOS X comes with a JIT but fails miserably, disable it
9 lines of code changed in:
Clarify docs, submitted by Steve Cohen, PR 18007
2 lines of code changed in:
Translate task logs a debug message specifying the number of files that it processed. Bugzilla Report 13938.
5 lines of code changed in:
Translate task does not remove tokens when a key is not found. It logs a verbose message. Bugzilla Report 13936.
68 lines of code changed in:
#23578 - added doc of file attribute
5 lines of code changed in:
This is the first visible divergence ofAnt1.7 from 1.6...ant 1.7 has a -nice option that lets you lessen or increase the priority of the main thread. Useful for background builds, though since it doesnt propagate into forked code, not as useful as it could be.
48 lines of code changed in:
More diagnostics. Because some of us never get regexps right first time
4 lines of code changed in:
label description is not (no longer?) optional
6 lines of code changed in:
Give a little <macrodef> demo
62 lines of code changed in:
merge
156 lines of code changed in:
merge
190 lines of code changed in:
merge
1 lines of code changed in:
Merge from ANT_16_BRANCH
PR: 23535
Submitted by: Nick Chalko (nick at chalko dot com)
2 lines of code changed in: