Stefan Bodewig
|
99529fd6c5
|
At least try to log the real reason of an error. PR 26086
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@708584 13f79535-47bb-0310-9956-ffa450edef68
|
17 years ago |
Stefan Bodewig
|
491cd1e2d8
|
Make <mail> work for SSL + authentication with javamail 1.4.1. PR 46063. Submitted by Craig Richardson
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@708217 13f79535-47bb-0310-9956-ffa450edef68
|
17 years ago |
Stefan Bodewig
|
28447bc7c0
|
allow TaskContainer and DynamicElement(NS) to coexist. Hijacked PR 41647 for this.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@708204 13f79535-47bb-0310-9956-ffa450edef68
|
17 years ago |
Stefan Bodewig
|
8f488f0872
|
make tasks with add(Foo) method play nice with TaskContainer. PR 41647.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@707398 13f79535-47bb-0310-9956-ffa450edef68
|
17 years ago |
Stefan Bodewig
|
47fda4e266
|
Add STARTTLS support to MimeMailer and use it in MailLogger and <mail>. Part of PR 46063.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@707368 13f79535-47bb-0310-9956-ffa450edef68
|
17 years ago |
Stefan Bodewig
|
6a67c09afc
|
remove .NET tasks
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@706580 13f79535-47bb-0310-9956-ffa450edef68
|
17 years ago |
Stefan Bodewig
|
548fee43bf
|
support for CVS tags as start/end in cvcchangelog. Submitted by Rob van Oostrum. PR 27419.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@705646 13f79535-47bb-0310-9956-ffa450edef68
|
17 years ago |
Stefan Bodewig
|
80d45d8dbd
|
add remote option to use rlog instead of log to cvschangelog. Submitted by Rob van Oostrum. PR 27419.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@705639 13f79535-47bb-0310-9956-ffa450edef68
|
17 years ago |
Stefan Bodewig
|
ae202f6ff1
|
allow control over whether <concat> creates a file when there are no resources. Submitted by Mark Salter. PR 46010.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@705626 13f79535-47bb-0310-9956-ffa450edef68
|
17 years ago |
Stefan Bodewig
|
a1853e2770
|
Make cvstagdiff work properly for multiple modules and modules with spaces in their name. Open for optimization. PR 33501.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@705260 13f79535-47bb-0310-9956-ffa450edef68
|
17 years ago |
Stefan Bodewig
|
d85c862e9e
|
support modules with space in their names in <cvs> and <cvschangelog>, will be supported in <cvstagdiff> once PR 35301 is fixed. PR 38220.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@705256 13f79535-47bb-0310-9956-ffa450edef68
|
17 years ago |
Stefan Bodewig
|
ef94da3c23
|
allow cvstagdiff to ignore removed files. Submitted by Rob van Oostrum. PR 26257.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@705241 13f79535-47bb-0310-9956-ffa450edef68
|
17 years ago |
Stefan Bodewig
|
d302bf9117
|
Make cvsversion work for local repositories as well
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@705238 13f79535-47bb-0310-9956-ffa450edef68
|
17 years ago |
Stefan Bodewig
|
0140d366be
|
Make port attribute work for some "non-standard" CVS clients. submitted by Johann Herunter. PR 30124.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@705228 13f79535-47bb-0310-9956-ffa450edef68
|
17 years ago |
Stefan Bodewig
|
8983c83c51
|
Support CVSNT in <cvsversion>, submitted by Andy Wood. PR 31409.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@705225 13f79535-47bb-0310-9956-ffa450edef68
|
17 years ago |
Stefan Bodewig
|
42a0fb5567
|
delay expansion of command line args. PR 31601.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@704943 13f79535-47bb-0310-9956-ffa450edef68
|
17 years ago |
Stefan Bodewig
|
b8e3f831d6
|
subclasses of AssertionErrors are caused by test failures, not errors. PR 45028.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@704571 13f79535-47bb-0310-9956-ffa450edef68
|
17 years ago |
Stefan Bodewig
|
e5e17582b0
|
Allow MailLogger to send a fixed email text. PR 38029.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@704562 13f79535-47bb-0310-9956-ffa450edef68
|
17 years ago |
Stefan Bodewig
|
1be216b5d5
|
Allow <mail> to ignore bad recipients. PR 36446.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@704528 13f79535-47bb-0310-9956-ffa450edef68
|
17 years ago |
Stefan Bodewig
|
19434df75b
|
Fix potential NPE in mailers, remove root cause of NPE reported in PR 44009.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@704496 13f79535-47bb-0310-9956-ffa450edef68
|
17 years ago |
Stefan Bodewig
|
7eff21c38b
|
<mail>'s auto-encoding-selection was broken. PR 42389.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@704486 13f79535-47bb-0310-9956-ffa450edef68
|
17 years ago |
Stefan Bodewig
|
43166e6884
|
Add charset and MIME-Type properties to MailLogger. PR 27211.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@704471 13f79535-47bb-0310-9956-ffa450edef68
|
17 years ago |
Stefan Bodewig
|
5f81fd8011
|
javadoc fails if bottom/gead contain line breaks. PR 43342. Based on patch by Robert Streich.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@703516 13f79535-47bb-0310-9956-ffa450edef68
|
17 years ago |
Stefan Bodewig
|
6b265b5612
|
use the same logic as <delete> if deletion of a recently closed file fails on Windows during rename. PR 45960.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@703151 13f79535-47bb-0310-9956-ffa450edef68
|
17 years ago |
Stefan Bodewig
|
0afd945293
|
don't delete classes if the source is not there. PR 45916
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@702901 13f79535-47bb-0310-9956-ffa450edef68
|
17 years ago |
Stefan Bodewig
|
ed9d69e037
|
make sure <depend> closes JARs. PR 45955.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@702188 13f79535-47bb-0310-9956-ffa450edef68
|
17 years ago |
Stefan Bodewig
|
a4e5c13b86
|
Allow selectors for remote filesets in <ftp>. Submitted by Mario Frasca. PR 44726. (unfortunately some whitespace changes slipped in as well, sorry for that).
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@699336 13f79535-47bb-0310-9956-ffa450edef68
|
17 years ago |
Stefan Bodewig
|
0a679803f0
|
Add a maxtime option to <get> to allow it to escape hanging downloads. PR 45181.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@699324 13f79535-47bb-0310-9956-ffa450edef68
|
17 years ago |
Stefan Bodewig
|
78ba5f0753
|
Add a firstmatchmapper. PR 44873.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@699288 13f79535-47bb-0310-9956-ffa450edef68
|
17 years ago |
Stefan Bodewig
|
36786a3b76
|
make order of compositemapper's results predictable. PR 44873.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@699263 13f79535-47bb-0310-9956-ffa450edef68
|
17 years ago |
Stefan Bodewig
|
3d8e3a89d4
|
don't skip the full begin token since it may contain the start of the real begin token. PR 45094.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@699002 13f79535-47bb-0310-9956-ffa450edef68
|
17 years ago |
Stefan Bodewig
|
15de83a00f
|
properly handle non-standard chars in key alias. PR 45820.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@697139 13f79535-47bb-0310-9956-ffa450edef68
|
17 years ago |
Stefan Bodewig
|
d51fbdd73d
|
allow executable of signjar and verifyjat to be configured. PR 39189.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@697133 13f79535-47bb-0310-9956-ffa450edef68
|
17 years ago |
Stefan Bodewig
|
bc22c6a47f
|
create useable output even if the input is empty. PR 45836. Submitted by Tom May.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@697122 13f79535-47bb-0310-9956-ffa450edef68
|
17 years ago |
Stefan Bodewig
|
6a02f44830
|
use the configured ProjectHelper to parse antlib descriptors, if possible, PR 42208.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@695865 13f79535-47bb-0310-9956-ffa450edef68
|
17 years ago |
Stefan Bodewig
|
78f58cb78a
|
allow different <mail> tasks to use different smtp hosts. PR 37970.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@695827 13f79535-47bb-0310-9956-ffa450edef68
|
17 years ago |
Stefan Bodewig
|
dda05149e5
|
use sigfile attribute when checking whether a jar is already signed. PR 44805. Submitted by Clemens Hammacher.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@695797 13f79535-47bb-0310-9956-ffa450edef68
|
17 years ago |
Stefan Bodewig
|
e438a9bf89
|
add a fileOnError attribute to <patch>. PR 44772. Submitted by Michael Bayne.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@695779 13f79535-47bb-0310-9956-ffa450edef68
|
17 years ago |
Stefan Bodewig
|
4464369821
|
honor followsymlinks on a fileset's dir as well. PR 45741.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@693846 13f79535-47bb-0310-9956-ffa450edef68
|
17 years ago |
Stefan Bodewig
|
4b3e8042ba
|
deleting something might break old builds, even if it is expected behavior
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@693733 13f79535-47bb-0310-9956-ffa450edef68
|
17 years ago |
Stefan Bodewig
|
f625d964c0
|
delete broken symbolic links. PR 41285
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@693071 13f79535-47bb-0310-9956-ffa450edef68
|
17 years ago |
Stefan Bodewig
|
1331049054
|
fall back to "rm" if target cannot be renamed when deleting a symlink
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@692115 13f79535-47bb-0310-9956-ffa450edef68
|
17 years ago |
Stefan Bodewig
|
5348fe6bcb
|
symlink delete now works if the link points to a parent directory as well. PR 45743.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@692081 13f79535-47bb-0310-9956-ffa450edef68
|
17 years ago |
Stefan Bodewig
|
8ea8f38c22
|
allow symlink to delete broken links. Part of PR 41285.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@692047 13f79535-47bb-0310-9956-ffa450edef68
|
17 years ago |
Stefan Bodewig
|
e562954f95
|
ensure TestListenerEvents get labeled even if they span multipl lines. PR 45411.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@691627 13f79535-47bb-0310-9956-ffa450edef68
|
17 years ago |
Stefan Bodewig
|
246480ed2d
|
allowNativeBasedir -> useNativeBasedir. Document it. PR 45711.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@690969 13f79535-47bb-0310-9956-ffa450edef68
|
17 years ago |
Matthew Jason Benson
|
1bff308e51
|
Bugzilla 45098: update jar index with no other changes
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@690714 13f79535-47bb-0310-9956-ffa450edef68
|
17 years ago |
Stefan Bodewig
|
b8a829b11b
|
make allowNativeBasedir work even when nested, PR 45711. fixes PR 30569 at the same time.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@690251 13f79535-47bb-0310-9956-ffa450edef68
|
17 years ago |
Stefan Bodewig
|
b7a61200ec
|
Add a special listener that tries to invoke tearDown in a test class that caused a timeout or crashed the forked VM. PR 37241.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@689751 13f79535-47bb-0310-9956-ffa450edef68
|
17 years ago |
Stefan Bodewig
|
94da71c764
|
change command line parser so that version is only printed once - and version as well as diagnostics methods know the current loglevel. The former is PR 45695, the later useful for 45692.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@689477 13f79535-47bb-0310-9956-ffa450edef68
|
17 years ago |