Arturo Bernal
|
fbb42627ad
|
Use an empty array in favor of pre-sized array.
|
4 years ago |
twogee
|
ebd0f05827
|
Superfluous escapes
|
5 years ago |
jkf
|
3a4980e3c4
|
updated reference to license from http to https using
find . -type f -exec sed -i "s/http:\/\/www.apache.org\/licenses\/LICENSE-2.0/https:\/\/www.apache.org\/licenses\/LICENSE-2.0/" {} \;
|
6 years ago |
Gintas Grigelionis
|
551cb55e32
|
Revert last 5 commits
|
7 years ago |
Gintas Grigelionis
|
2b699eb695
|
SonarQube: nested if’s is a major code smell
|
7 years ago |
Gintas Grigelionis
|
79c8cb54fe
|
More StringBuffer size checks
|
7 years ago |
Gintas Grigelionis
|
1c80d507f4
|
Use foreach loops
|
7 years ago |
Gintas Grigelionis
|
7f1e7628b3
|
Checkstyle: whitespace, line continuation and modifier idiosyncrasies
|
8 years ago |
Matt Benson
|
b7d1e9bde4
|
java 5-8
|
8 years ago |
Jan Matèrne
|
bf6026a147
|
organize imports
|
11 years ago |
Matthew Jason Benson
|
da5f3bfd25
|
java 5, continued
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1375571 13f79535-47bb-0310-9956-ffa450edef68
|
13 years ago |
Jesse N. Glick
|
ea33301047
|
#52829: ResourceCollection now Iterable<Resource>.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1326760 13f79535-47bb-0310-9956-ffa450edef68
|
13 years ago |
Stefan Bodewig
|
5f20b99140
|
microoptimizations. PR 50716
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1066963 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
|
70c93da9ae
|
a few more O(n) lookups where O(1) would be possible - optional tasks not checked, yet
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@910832 13f79535-47bb-0310-9956-ffa450edef68
|
16 years ago |
Stefan Bodewig
|
0ce2545f6c
|
add prefix and suffix attributes to apply's srcfile and targetfile elements. PR 45625
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@789271 13f79535-47bb-0310-9956-ffa450edef68
|
16 years ago |
Stefan Bodewig
|
edb0dd9582
|
use adapter instead of instanceof checks
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@718387 13f79535-47bb-0310-9956-ffa450edef68
|
17 years ago |
Matthew Jason Benson
|
e8a1adf6c6
|
small refactorings
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@703546 13f79535-47bb-0310-9956-ffa450edef68
|
17 years ago |
Matthew Jason Benson
|
00829ad00c
|
[43348] Use FileProvider interface
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@668724 13f79535-47bb-0310-9956-ffa450edef68
|
17 years ago |
Peter Reilly
|
bae15b693d
|
reduce verbosity of <apply skipemptyfilesets>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@493733 13f79535-47bb-0310-9956-ffa450edef68
|
19 years ago |
Peter Reilly
|
7f8f17e8b8
|
checkstyle: reduce size of method
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@491348 13f79535-47bb-0310-9956-ffa450edef68
|
19 years ago |
Peter Reilly
|
f0e86c70ce
|
checkstyle
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@471562 13f79535-47bb-0310-9956-ffa450edef68
|
19 years ago |
Peter Reilly
|
f58d3967f0
|
checkstyle
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@470130 13f79535-47bb-0310-9956-ffa450edef68
|
19 years ago |
Stefan Bodewig
|
2e897819a8
|
copy2license.pl
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@439418 13f79535-47bb-0310-9956-ffa450edef68
|
19 years ago |
Stefan Bodewig
|
a855a6dbfa
|
make <apply parallel="true"> work again even if only filesets but no other resource collections have been specified
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@326980 13f79535-47bb-0310-9956-ffa450edef68
|
20 years ago |
Stefan Bodewig
|
c6a2ce5a05
|
empty collection != no collection
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@306520 13f79535-47bb-0310-9956-ffa450edef68
|
20 years ago |
Stefan Bodewig
|
1e0b26af3b
|
No, not necessary
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@292276 13f79535-47bb-0310-9956-ffa450edef68
|
20 years ago |
Matthew Jason Benson
|
7055d10d8d
|
Handle filesets added via add(ResourceCollection)
by sending back to addFileset(). remove tabs.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@292262 13f79535-47bb-0310-9956-ffa450edef68
|
20 years ago |
Stefan Bodewig
|
a7d38cf263
|
resource collection support for apply and friends
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@292251 13f79535-47bb-0310-9956-ffa450edef68
|
20 years ago |
Matthew Jason Benson
|
23a1c7d3a7
|
Make apply's dest attribute optional.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277464 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Peter Reilly
|
fa122cb578
|
javadoc on exceptions
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277448 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Matthew Jason Benson
|
809cec5240
|
Javadoc
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277444 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Peter Reilly
|
0c81c851c9
|
allow filenamemappers types to be placed directly as a nested element
to <copy>, <execon>, <pathconvert>, <uptodate>, unzip,unjar,unwar, <native2ascii>
testcases and docs to follow
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277130 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Matthew Jason Benson
|
7e5837b080
|
Change <apply>'s "overwrite" attribute name to "force". Also commit missing
Java changes. Oops.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277044 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Matthew Jason Benson
|
0e2cfd51d2
|
<apply> differentiating between empty and up to date broke <classfileset>s.
PR: 30567
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276783 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Matthew Jason Benson
|
7c54c8821a
|
ignoremissing is merged!
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276632 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Matthew Jason Benson
|
5f9698fab4
|
Add ignoremissing attribute to <apply>.
PR: 29585
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276587 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Matthew Jason Benson
|
58d6ff11a8
|
Make <apply> differentiate between empty and up-to-date filesets/lists.
PR: 23734
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276405 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Matthew Jason Benson
|
b0507d4451
|
Add <redirector>.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276257 13f79535-47bb-0310-9956-ffa450edef68
|
21 years ago |
Peter Reilly
|
c885f56836
|
remove authors from files
PR: 27177
Obtained from: J.M. (Martijn) Kruithof
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276208 13f79535-47bb-0310-9956-ffa450edef68
|
22 years ago |
Stefan Bodewig
|
be91e2871f
|
<apply> with nested <filelist> didn't check out-of-dateness.
PR: 26985
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276168 13f79535-47bb-0310-9956-ffa450edef68
|
22 years ago |
Antoine Levy-Lambert
|
278781dcd6
|
Copyright owner is The Apache Software Foundation
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276065 13f79535-47bb-0310-9956-ffa450edef68
|
22 years ago |
Antoine Levy-Lambert
|
66555ca10d
|
Remove trailing spaces in all java files
in order to make checkstyle happy
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276017 13f79535-47bb-0310-9956-ffa450edef68
|
22 years ago |
Antoine Levy-Lambert
|
ca1513552f
|
Switch to Apache Software License 2.0
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276010 13f79535-47bb-0310-9956-ffa450edef68
|
22 years ago |
Stefan Bodewig
|
2bd38f0df1
|
Restart stream reading and writing for each execution in <apply>.
PR: 22446
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275263 13f79535-47bb-0310-9956-ffa450edef68
|
22 years ago |
Jan Materne
|
0c42e047b2
|
Checkstyle
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275180 13f79535-47bb-0310-9956-ffa450edef68
|
22 years ago |
Conor MacNeill
|
24eb5693d6
|
Coding conventions
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274859 13f79535-47bb-0310-9956-ffa450edef68
|
22 years ago |
Conor MacNeill
|
3a35c7d914
|
style
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274858 13f79535-47bb-0310-9956-ffa450edef68
|
22 years ago |
Conor MacNeill
|
e580392c2d
|
More cleanup
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274776 13f79535-47bb-0310-9956-ffa450edef68
|
22 years ago |
Stefan Bodewig
|
a07fa67848
|
Remove paste error
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274715 13f79535-47bb-0310-9956-ffa450edef68
|
22 years ago |