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
8bf76a6d54
space is not the only whitespace that could show up. bottom/head are free-form HTML with line breaks, tabs and all that.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@703493 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Jan Materne
d8114b36f5
Print failing tests.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@703355 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Stefan Bodewig
054b37deb9
disabled tests for interaction of delete and symbolic links
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@703321 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Stefan Bodewig
24808c7d4b
Move delete method to SymbolicLinkUtils
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@703318 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Stefan Bodewig
6e3fcad6ab
don't swallow original exception. PR 34633.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@703192 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Stefan Bodewig
167630e641
whitespace
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@703153 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
b6f9a19193
re-use a pre-allocated stack. PR 45960.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@703146 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Stefan Bodewig
cc3962b0da
Improve copy documentation, PR 45944.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@703136 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Jan Materne
f173745501
Add a new CI-Configuration which runs Findbugs regularly.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@703078 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Jan Materne
ad4fad2beb
Because the Findbugs version in the Maven-Repository is very old, change from Ivy-download to simple GET.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@703074 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Stefan Bodewig
09ada7b0d5
don't trust Vector's implemenation too much. Tests passed in JDK 1.4.2 but failed on Java 6, now pass on both.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@702907 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Stefan Bodewig
11dd4c7338
whitespace
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@702902 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
Jan Materne
a1d6059470
Prepare for introducing Findbugs.
Problem: current version (1.3.5) is not in the Maven repositories (as requested).
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@702813 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Stefan Bodewig
9f30d05509
factor out symlink methods into a separate utils class
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@702350 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Stefan Bodewig
f1d71eaeb8
whitespace
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@702190 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
6fdd187071
(disabled) testcase for Bug 45916
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@702176 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Stefan Bodewig
96b385b6c1
(disabled) tests for PR 45944
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@702138 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Jan Materne
4111103e51
Happy copy: the MacOS configuration is not for Linux development ;-)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@700341 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Jan Materne
3ccb6172a1
Better maintenance of CI builds
- a modell containing just the data, not the HTML
- VM templates for generating the HTML
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@700122 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Stefan Bodewig
430b0251e5
what started as an innocent minor performance improvement of antClassLoader lead to an infinite recursion and thus to a testcase for VectorSet.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@699377 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
71e473c942
Improve logging. PR 45716.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@699282 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
d8922d6d2d
deprecate reverse attribute. PR 45845.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@699251 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Stefan Bodewig
ebf25e8773
upgrade to AntUnit 1.1 final
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@699246 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Stefan Bodewig
16c0b1dba6
re-generate site
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@699216 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Stefan Bodewig
b62e67338e
Announce AntUnit 1.1
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@699215 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
940895930e
Passing tests for PR 40457
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@698979 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Jan Materne
e286bfe175
Change TeamCity configuration
- remove Ant based
- addes command line based (Linux, Windows, MacOS)
because of problems having double Ant on the classpath while testing.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@698965 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Stefan Bodewig
5c86c03505
two more builtin properties, PR 45850.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@698949 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Stefan Bodewig
59f1d67945
don't add the same file more than once. PR 45848.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@698947 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Stefan Bodewig
e0d63af0cb
only add classpath elements to existing loaders, not to a freshly created one. PR 45847.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@698943 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Jan Materne
6838b5d4cf
* two more builds
* also list when the builds will start
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@698576 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Jan Materne
e14dfb1fd0
Specify the output directory for XSL:redirect
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@698571 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Jan Materne
de1b903431
remove unneeeded <ivy:cachepath>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@698549 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Jan Materne
fcd6eb260f
Remove code in commented
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@698545 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Jan Materne
6783634935
Dont require to have Checkstyle on the classpath - use Ivy to get it.
Use the "init-ivy" target according to Ivy's tutorial.
As this is not the main buildfile we could use the external library ivy.jar for help.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@698543 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Jan Materne
8acb2b7246
Change redirect-XMLNS according to Xalans recommendation on http://xml.apache.org/xalan-j/extensionslib.html#redirect .
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@698542 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Jan Materne
4d63751039
Clarification + typo
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@698496 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Jan Materne
604e9095df
List all Ant+Ivy CI-builds with more details.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@698105 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Jan Materne
15be7e5bdd
re-generate site
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@698094 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Jan Materne
7dfa3cac95
Point to the Continuous build
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@698093 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Stefan Bodewig
5f55a47e80
whitespace
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@697693 13f79535-47bb-0310-9956-ffa450edef68
17 years ago