Jan Materne
d16990e9cb
New external Task PRes.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275536 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Conor MacNeill
838afc68d8
Include checkstyle stylesheets
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275534 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
139d895c74
set project for created targets
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275532 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
4407502b60
Pull ant-launcher.jar into the classpath as well
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275529 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
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
a2932b0eda
Remove reference to jdk 1.1
PR: 23910
Obtained from: Jose Alberto Fernandez
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275526 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
ba9804b7b2
small list of new tasks and note on internal tasks/types change
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275524 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
Antoine Levy-Lambert
071861eedd
Update the news to mention ant1.6beta2
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275521 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
3f3ae1997c
Add mention of the Wiki and move ant1.6beta2
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275520 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
de35ac20c8
Adding to HEAD the beta.png and the antmanual.css
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275517 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
56e95d51f1
Add myself to authors list.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275516 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
Stefan Bodewig
0d2465cdb9
Condition is an interface
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275503 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
Jan Materne
5882a3ea92
New Task "TestSetGenerator"
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275500 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
f674c6d694
One more thing that won't change for 1.6
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275498 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
96c353df56
Thanks, Shane! resolver 1.1beta has been released
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275492 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
Stefan Bodewig
1b2a0d0f3e
Properly document <reference> behavior, PR 22690
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275481 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
64bb412104
Add some of the new tasks to the overview page
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275479 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
93110a0083
Remove EXPERIMENTAL disclaimers, we want people to try the stuff, not scare them away 8-)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275477 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
639c00bb56
add note that only all lowercase typedefed classes work
for custom components with add(type).
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275475 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
98e0edd7aa
setXyZ works as good as setXYZ or setXYz or setXyz, PR 23732
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275468 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
5c8bd0811c
Typo fix, submitted by Larry Shatzer
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275458 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
5beb3a549d
Typo
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275455 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
dee9d920be
Answered that jar M question once too often
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275453 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
c471ac71a9
Modify entry for Image, Submitted by Abey Mullassery <abey at mullassery dot com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275452 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
cc5030f493
Mention <import> in the FAQ
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275450 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
d4759031a1
You can't interact with forked processes - PR 23686
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275448 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Christoph Wilhelms
4ff6875064
Fix problem with distributions relation to the nav tree - <title>-tag content has to match the name of the Nav entry.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275447 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Christoph Wilhelms
a748a87a41
"Beautify" position of ApacheCon banner in navigation and add Antidote News Page
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275446 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