Stefan Bodewig
f14808b93c
Remove last-modified line
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275527 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
b1f07fa550
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
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275522 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
098290b6de
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
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275513 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
8ea9fad227
Make .ssh/known_hosts optional
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275511 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
d3f03ad754
Merge from ANT_16_BRANCH
Fix problem with non absolute remote dirs
PR: 23833
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275510 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
6dc2619ae5
fix usage of mixed case names of add(typedef) introspection.
fix by moving the tolower method from unknownelement to introspectionhelper.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275505 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
7bcae494e8
Opps, compare defaultvalue with name when testing for macrodef equality
fix equality testing
Obtained from: Larry Shatzer
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275501 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
0a562a9fab
Make CommandlineJavaTest independent of lib/optional/junit.jar, PR 17402
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275496 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
004045b1b6
Don't silently swallow exceptions when something is wrong, PR 23609
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275494 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
6b62a56cce
More robust cleanup of temporary files, PR 17512
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275490 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
3742656f6d
Reuse the resolution logic of <property> inside <loadproperties>.
PR: 17782
Submitted by: Peter Reilly
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275488 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
43a69a7b6e
One should think that I'd know the copyright line format
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275486 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
bcf5fbbf2c
2003
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275484 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
9402248914
Throw an exception for missing manifests - as advertized in the
javadocs.
PR: 19492
Submitted by: Nikolaus Schmitt <n dot schmitt at scaet dot de>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275483 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
47dab072e4
remove error added method
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275473 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
9ab8595b28
Fix bug for typedefed add() support with namespace
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275472 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
36e39c68ce
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
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275471 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
1cd54ce961
Do as you say, PR 19967
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275466 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
d2e06a2ad8
Merge from ANT_16_BRANCH
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275465 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
b14e61f604
Merge from ANT_16_BRANCH
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275463 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
33d19ef67e
Merge fix for PR 23711 from ANT_16_BRANCH
PR: 23711
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275460 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
23c05b409b
Don't mask arbitrary exceptions when looking for a suite method.
PR: 23033
Submitted by: Steven Segers <ssegers at kiala dot com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275444 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
0883e72093
A timed out test is stil a test, PR 23645
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275442 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
b0764108bb
Remove misleading debug output
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275441 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
048afe4c9c
<ant> with more than one <property file="..."/> child didn't work, PR 23601
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275439 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
5d2160ae42
Tests for PR 23601
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275438 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
6398d34e49
Fix PR 23639
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275436 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
7e0d189209
Testcase for PR 23639
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275435 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
2be193a42f
Use encoding for output as well
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275430 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
d0bdaca82e
upgrade protected access to public for setMacroDef for macroinstance object
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275426 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
8df483ff2c
Mono 0.28 on MacOS X comes with a JIT but fails miserably, disable it
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275420 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Magesh Umasankar
6234759dd3
Translate task logs a debug message specifying the number of files that it processed. Bugzilla Report 13938.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275415 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Magesh Umasankar
fb25c836b4
Translate task does not remove tokens when a key is not found. It logs a verbose message. Bugzilla Report 13936.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275414 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Steve Loughran
3fd5393e99
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.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275412 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Steve Loughran
1dc3ff85f6
More diagnostics. Because some of us never get regexps right first time
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275410 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
7c6f6591f6
label description is not (no longer?) optional
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275408 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Conor MacNeill
3e4dcc0c43
merge
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275404 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
f6d9622ea0
Merge from ANT_16_BRANCH
PR: 23535
Submitted by: Nick Chalko (nick at chalko dot com)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275400 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
da4e81bbbf
Merge from ANT_16_BRANCH
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275389 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
8daa46c4f1
UE#similar had forgot to check the text
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275366 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Steve Loughran
9fcf7abdcc
ampersands dont make it through to javadocs, do they?
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275365 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
bf7313fbcd
PR: 18154
Make logging from p4 submit be done using the SimpleP4OutputHandler in order
to make this logging more homogeneous
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275363 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
8e7167b58d
The user.dir trick doesn't seem to work on OS X anymore, PR 23400
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275359 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
d7388783c5
subant is becoming legacy
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275353 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
655ad8f525
improved OpenVMS support, submitted by Knut Wannheden <knut dot wannheden at paranor dot ch>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275346 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
d3122c5681
change in runant.py to work with new Launcher
Submitted by: Knut Wannheden <knut dot wannheden at paranor dot ch>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275344 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
0621db78de
Make docs match the code, PR 20576
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275342 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
27c89ead25
2003
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275340 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Conor MacNeill
dd83ca0c78
fix encoding
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275338 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Conor MacNeill
9a060983bc
Unix filesystem is case sensitive
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275337 13f79535-47bb-0310-9956-ffa450edef68
22 years ago