Stefan Bodewig
7fd46296e1
allow test listener events to be enabled by an attribute or a magic property - disable them by default
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@987139 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
6f621798ee
document fix for PR 49587
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@986729 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Nicolas Lalevee
1b30eea462
bug #49119 :
- put the fix back again but only for input which is not a string or a file
- and a unit test
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@986668 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
5a6247d496
support casesensitive in linecontainsregexp and casesensitive, multiline and singleline in containsregexp. PR 49764
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@986457 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
401473f8de
merge redundant code
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@986445 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
3a912beff7
allow copy/@tofile to be used with non-file resources. PR 49756
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@986290 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
e16cf630bd
tofile is incompatible with non-file resources. PR 49756
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@986261 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
151c5d7d72
clean up after test
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@986232 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
0c08ce1f0e
Avoid NPE in createTempFile if no prfix has been specified. PR 49755
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@986226 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Jesse N. Glick
3cc14f2d54
New builder location.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@985957 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Nicolas Lalevee
791824d675
Give a name to the thread
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@985652 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Nicolas Lalevee
51971d6330
r985632 : actually it is breaking unit test, reverting
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@985640 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Nicolas Lalevee
11d029431b
Bug #49119 :
A forked <java> task is creating a pumping thread on the input stream. The read was made blocking, so the pumping thread is still blocked after <java> finished. So it will steal the first flushed charaters from the input stream. Making the pumping non blocking fixed the issue.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@985632 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
4bbdcf7db9
compress antlib requires commons compress 1.1
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@984155 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
282291fb51
<jar doesn't merge manifests that come from zipfilesets with prefix. PR 49605
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@983308 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
5d1bf32637
nested redirectors and parrallel-apply don't mix well - PR 49594
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@982773 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
c7c2024198
DNS changes
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@982731 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
907f06aed3
unused variable
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@982730 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
0b52075bb1
better fix for bug 49271 as suggested by Jesse
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@982729 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
43de42a38f
add Git, Mercurial and Bazaar files/dirs to defaultexcludes. Submitted by Ville Skyttä. PR 49624
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@982469 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
83eea4b1e7
vmgump doesn't resolve www.apache.org properly
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@981165 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Jan Materne
2921fcca58
Add AntStatistics BuildLogger.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@980651 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Nicolas Lalevee
fdc711e2e2
- make the import task able to switch the project helper
- introduce a <projecthelper> task to install project helpers dynamically, especially usefull for unit testing
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@980536 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
8dd8b1bb02
something seems to be wrong with vmgump's hostname resolution - allow for alternative real host names
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@980127 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
5761a36f0a
new download page
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@979506 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
52ce2ee6e9
link to Ant's manual download page
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@979504 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
40d4153487
extraneous dot
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@979342 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
de8e58e3f2
re-generate site
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@979340 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
c871178ec2
old releases are available as .tar.* as well by now
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@979339 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
2b2540b440
sha512
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@979338 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
5b89076d0c
download page for manuals
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@979337 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Jan Materne
eada44e28b
update
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@965849 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Jan Materne
ef98979006
typo
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@965848 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
e148f6157c
host of ASF webs has changed
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@965363 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
0485dd6a6e
create distribution artifacts for the manual
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@964076 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
5ecb379c53
typo detected by Jon Stevens
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@964043 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
51446ae680
Resources#toString relies on cache too much. PR 49588
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@963687 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
f92367d75e
regenerate site
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@962988 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
7533471c83
add pointer to Commons Config Tasks - submitted by Nathan Dunn
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@962987 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
056c4a96b4
remove author
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@962984 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
4743b55ae0
move POM used by Gump to Gump's part of the ASF repository
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@962492 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
87fe422628
multiple parallel mkdirs could make each other fail. PR 49572
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@962483 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Jesse N. Glick
a3b7ed9f76
JUnitTaskTest.testFailureRecorder failure (on JDK 1.4) after rev 960931.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@961380 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Jesse N. Glick
cb33b4f823
Hackish way of making NetRexxC.jar available to the Maven build without using a public repo.
Easy enough to run fetch.xml during Maven build, but complicated by fact that
system-scope dependencies are checked for existence before plugins get a chance
to run. Also complicated a bit by the fact that adding a plugin dependency to
maven-antrun-plugin (on commons-net:commons-net:1.4.0) does not seem to suffice
to let Ant load the <ftp> task (which does not support nested <classpath>).
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@960950 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Jesse N. Glick
8de81028e4
Fixing various dependencies, mostly from FindBugs, some from the NetBeans editor.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@960931 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Jesse N. Glick
32c1f6a73f
JAI is in fact available in a nondefault public Maven repository, so use that.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@960917 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
b9e6d155bd
relocation is causing different problems
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@960770 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
28816bd67f
a POM to help Gump - Ant 1.6.5's POM lacks a dependency on ant-launcher
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@960574 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
ce8969a8d1
simplify fix for PR 49373
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@959177 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Stefan Bodewig
fe0fba57df
new handling of attributes breaks BWC
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@959176 13f79535-47bb-0310-9956-ffa450edef68
15 years ago