Stefan Bodewig
|
a17032a42a
|
merge filesetmanifest=mergewithoutmain even if no explicit manifest has been specified. PR 54171
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1555355 13f79535-47bb-0310-9956-ffa450edef68
|
12 years ago |
Stefan Bodewig
|
39734fdcec
|
NPE in javadoc when no destdir is specified. PR 55949
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1555019 13f79535-47bb-0310-9956-ffa450edef68
|
12 years ago |
Stefan Bodewig
|
562c279365
|
don't set the use-caches flag for all connections, just for the one currently read from - caught by Jesse Glick
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1554840 13f79535-47bb-0310-9956-ffa450edef68
|
12 years ago |
Stefan Bodewig
|
b4cc7e84ac
|
happy new year
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1554839 13f79535-47bb-0310-9956-ffa450edef68
|
12 years ago |
Stefan Bodewig
|
13c01b296a
|
improve skipping of non-zips based on feedback by Jesse
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1554838 13f79535-47bb-0310-9956-ffa450edef68
|
12 years ago |
Stefan Bodewig
|
075882d3d1
|
two more optimizations by Adrian Nistor I overlooked
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1554830 13f79535-47bb-0310-9956-ffa450edef68
|
12 years ago |
Stefan Bodewig
|
326b38f701
|
assorted micro-optimizations by Adrian Nistor - 13 different Bugzilla issues
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1554813 13f79535-47bb-0310-9956-ffa450edef68
|
12 years ago |
Stefan Bodewig
|
bfa0ded769
|
Don't use leading slashes for patterns in zipfileset. PR 53949
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1554808 13f79535-47bb-0310-9956-ffa450edef68
|
12 years ago |
Stefan Bodewig
|
9bd753321a
|
deal more gracefully with non-JARs on the CLASSPATH - PR 53964
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1554758 13f79535-47bb-0310-9956-ffa450edef68
|
12 years ago |
Stefan Bodewig
|
6ea9dc1024
|
When loading resources from jars it seems to be advisable to disable
caching. PR 54473. Combining patches by René Krell and Antoine
Levy-Lambert.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1554684 13f79535-47bb-0310-9956-ffa450edef68
|
12 years ago |
Stefan Bodewig
|
ecac58c5a2
|
fixlastline didn't work when the no-arg read() method of MultiReader was used. PR 54672
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1554629 13f79535-47bb-0310-9956-ffa450edef68
|
12 years ago |
Stefan Bodewig
|
169becaf51
|
prefixValues=false in <property> doesn't work - PR 54769
yet another part of the never ending nested property expansion story.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1554614 13f79535-47bb-0310-9956-ffa450edef68
|
12 years ago |
Stefan Bodewig
|
c92f8f160a
|
enable test
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1554528 13f79535-47bb-0310-9956-ffa450edef68
|
12 years ago |
Stefan Bodewig
|
a9c761db35
|
manifestclasspath uses wrong path for parent directory of jar. Patch by Grégoire Vatry. PR 55049
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1554524 13f79535-47bb-0310-9956-ffa450edef68
|
12 years ago |
Stefan Bodewig
|
65f4b403f2
|
whitespace
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1554521 13f79535-47bb-0310-9956-ffa450edef68
|
12 years ago |
Stefan Bodewig
|
c35ce9c039
|
document userAgent attribute. PR 55489
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1554406 13f79535-47bb-0310-9956-ffa450edef68
|
12 years ago |
Stefan Bodewig
|
6ef5a1f1b5
|
synchronize access to helpers cache - PR 37501
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1554405 13f79535-47bb-0310-9956-ffa450edef68
|
12 years ago |
Stefan Bodewig
|
234c1d9ff4
|
weed out race-condition in mkdirs calls inspired by PR 55290 and Matthias Bhend's suggestion
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1554403 13f79535-47bb-0310-9956-ffa450edef68
|
12 years ago |
Stefan Bodewig
|
6a6bf38798
|
put some more effort into detecting duplicate imports. PR 55097
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1554400 13f79535-47bb-0310-9956-ffa450edef68
|
12 years ago |
Stefan Bodewig
|
f4f656dffa
|
equals implementations are not null-safe
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1554398 13f79535-47bb-0310-9956-ffa450edef68
|
12 years ago |
Stefan Bodewig
|
5f5da68999
|
untabify
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1554393 13f79535-47bb-0310-9956-ffa450edef68
|
12 years ago |
Stefan Bodewig
|
c7741302fd
|
import failed to import file specified as absolute path imported from an URI/jar - PR 50953
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1554392 13f79535-47bb-0310-9956-ffa450edef68
|
12 years ago |
Antoine Levy-Lambert
|
8bbf71ca44
|
changing recipe to update the manual
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1554095 13f79535-47bb-0310-9956-ffa450edef68
|
12 years ago |
Nicolas Lalevee
|
7ee36a0dce
|
Add missing ASL headers
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1553418 13f79535-47bb-0310-9956-ffa450edef68
|
12 years ago |
Nicolas Lalevee
|
3212aa4533
|
Add toString() method for easier debugging
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1553417 13f79535-47bb-0310-9956-ffa450edef68
|
12 years ago |
Antoine Levy-Lambert
|
0c614c40e3
|
bumping version number to 1.9.4 for the next release
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1553160 13f79535-47bb-0310-9956-ffa450edef68
|
12 years ago |
Antoine Levy-Lambert
|
df6777ddd6
|
update ReleaseInstructions
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1553153 13f79535-47bb-0310-9956-ffa450edef68
|
12 years ago |
Antoine Levy-Lambert
|
66b0e99e24
|
preparation for Ant 1.9.3 release
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1553118 13f79535-47bb-0310-9956-ffa450edef68
|
12 years ago |
Antoine Levy-Lambert
|
90dadab4fe
|
adding ignores for IntelliJ Idea files/directories
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1553116 13f79535-47bb-0310-9956-ffa450edef68
|
12 years ago |
Antoine Levy-Lambert
|
99dcdaae87
|
adding Mac OS X .pkg installer generation in build, PR 55899
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1553066 13f79535-47bb-0310-9956-ffa450edef68
|
12 years ago |
Antoine Levy-Lambert
|
5f266021fa
|
adapt documentation. PR 55922
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1553062 13f79535-47bb-0310-9956-ffa450edef68
|
12 years ago |
Antoine Levy-Lambert
|
72e13d5ac8
|
adapting code and tests since Apt is not available under JKD1.8 PR 55922
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1553060 13f79535-47bb-0310-9956-ffa450edef68
|
12 years ago |
Jan Materne
|
3c1b53b3fc
|
Bug-55895: typo in the manual
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1551525 13f79535-47bb-0310-9956-ffa450edef68
|
12 years ago |
Antoine Levy-Lambert
|
e505c281d0
|
making the exec task fast again, using the patch provided by Tim Whittington, Bugzilla PR 54128
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1551113 13f79535-47bb-0310-9956-ffa450edef68
|
12 years ago |
Antoine Levy-Lambert
|
ce5e412964
|
.isEmpty method only exists in Java 1.6, Ant supports still Java 1.5
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1551057 13f79535-47bb-0310-9956-ffa450edef68
|
12 years ago |
Antoine Levy-Lambert
|
cb20f50880
|
removing the restricted attributes from what gets fed to macrodefs, Bugzilla Report 55885
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1550999 13f79535-47bb-0310-9956-ffa450edef68
|
12 years ago |
Stefan Bodewig
|
2ec47519e9
|
fix format of the NOTICE file. PR 55672
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1548241 13f79535-47bb-0310-9956-ffa450edef68
|
12 years ago |
Stefan Bodewig
|
f0565366fe
|
Allow params of XSLT to be optionally typed. PR 21525. Submitted by František Kučera
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1548237 13f79535-47bb-0310-9956-ffa450edef68
|
12 years ago |
Stefan Bodewig
|
834d0d1201
|
configurable User-Agent for <get>. PR 55489. Submitted by André-John Mas
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1548232 13f79535-47bb-0310-9956-ffa450edef68
|
12 years ago |
Stefan Bodewig
|
9b8fa0748f
|
Add nested propertyset to filterset. PR 55794. Submitted by Richard Steele
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1548210 13f79535-47bb-0310-9956-ffa450edef68
|
12 years ago |
Stefan Bodewig
|
ee75571cc7
|
PR 55835 - log executed build file in subant's verbose mode
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1547286 13f79535-47bb-0310-9956-ffa450edef68
|
12 years ago |
Stefan Bodewig
|
70e913ffe7
|
PR 55751 description of filesmatch's textfile attribute is wrong
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1539547 13f79535-47bb-0310-9956-ffa450edef68
|
12 years ago |
Stefan Bodewig
|
5e36d6068b
|
PR 42702 - document replacetoken's support for resources, which was added in 1.8.0
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1538045 13f79535-47bb-0310-9956-ffa450edef68
|
12 years ago |
Stefan Bodewig
|
803f9c877e
|
explicitly set milliseconds to 0 when parsing ZipEntry's time field, it has two second granularity anyway
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1536171 13f79535-47bb-0310-9956-ffa450edef68
|
12 years ago |
Stefan Bodewig
|
ec877a5787
|
javadoc post-process should be skipped when no javadocs have been created
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1536161 13f79535-47bb-0310-9956-ffa450edef68
|
12 years ago |
mclarke
|
5764c6b4b5
|
Adding missing WHATSNEW note
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1530405 13f79535-47bb-0310-9956-ffa450edef68
|
12 years ago |
Stefan Bodewig
|
625eac7334
|
yet another attempt to get the mailport right with smtps. BZ 49267
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1525227 13f79535-47bb-0310-9956-ffa450edef68
|
12 years ago |
Stefan Bodewig
|
9ded4758e1
|
forgot to update WHATSNEW
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1525226 13f79535-47bb-0310-9956-ffa450edef68
|
12 years ago |
Stefan Bodewig
|
0963d161c7
|
race condition in <fixcrlf>'s temp file creation. BZ 54393. Submitted by Jan Stolze.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1525078 13f79535-47bb-0310-9956-ffa450edef68
|
12 years ago |
Stefan Bodewig
|
6b9311408e
|
don't swallow fail's status in parallel - PR 55539
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1524979 13f79535-47bb-0310-9956-ffa450edef68
|
12 years ago |