Stefan Bodewig
b38b45047d
make ftp task compile against commons-net 2.0 and 1.4.1. PR 47669. Submitted by Alexander Kurtakov
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@803830 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Jesse N. Glick
78f88a7c4a
#43398 revisited: display full stack traces for non-BuildException's, even inside <ant>.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@803739 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Jesse N. Glick
b9e04be315
Handle case that test is run on Windows.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@803726 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Jesse N. Glick
ba8cedaafa
Writing test for #43398 , which is not satisfactorily fixed.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@803701 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Stefan Bodewig
0d2218167b
fall back to java.vm.version if java.runtime.version cannot be found
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@802486 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Stefan Bodewig
c338d749d3
executable?
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@801814 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Stefan Bodewig
d12b483bb7
executable?
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@801813 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Stefan Bodewig
aec61d53b7
support FileProvider in ZipResource
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@801286 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Stefan Bodewig
9a03f04312
oops, didn't mean to replace the vendor property
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@801248 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Stefan Bodewig
7cc70f15b4
forgotten file from revision 801246
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@801247 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Stefan Bodewig
9ca903fd41
Use java.runtime.version instead of java.vm.version in Created-By manifest attribute. Submitted by Gilbert Rebhan. PR 47632
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@801246 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Jesse N. Glick
8d0f54d59b
Missing space in error message.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@801014 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Stefan Bodewig
f00dea8ea7
fix NPE when logging an exception without message. PR 47623.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@800678 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Stefan Bodewig
37d7a6b679
provide access to encoding stuff in unzip, hide it in untar
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@799730 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Jesse N. Glick
091710e028
Depending on exactly how you run 'ant test', its classpath could contain different things; legitimate for ${ant.core.lib} to be a classes dir.
(Would be better if the main build script actually ensured that it was testing the classes just compiled and controlled the test CP;
unless you do e.g. 'CLASSPATH=lib/optional/junit-3.8.2.jar ./bootstrap.sh test' it does not seem to work,
because '/usr/bin/ant test' actually runs tests against /usr/lib/ant.jar etc. Quite a mess.)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@799711 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Stefan Bodewig
d9ad5addc9
whitespace
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@799651 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Stefan Bodewig
44b6fcc184
use the same logic as getResource in getResourceAsStream. PR 44103
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@799650 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Stefan Bodewig
4608e8f4a8
compress -> minify, 'new' compress
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@799562 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Stefan Bodewig
a123ff4d3e
example for implementing PR 18656
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@799302 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Stefan Bodewig
30b9d9875c
hint at maxmemory setting. PR 43301
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@799262 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Stefan Bodewig
bf5b0645ae
wrong attribute name. PR 37696
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@799255 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Stefan Bodewig
30331f07aa
passing test for PR 47602
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@799251 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Stefan Bodewig
160c377d0c
simplify
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@798843 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Stefan Bodewig
77a9566be8
Unused variable
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@798841 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Stefan Bodewig
28d7d5d8d3
Huh?
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@798840 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Stefan Bodewig
ae2ce59075
make error message more readable
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@798839 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Stefan Bodewig
329f6d356a
report name of corrupt ZIP to System.err, PR 47593
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@798838 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Stefan Bodewig
670a91ad2a
passing testcase for PR 47593
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@798782 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Stefan Bodewig
b0eca5e4bb
print where core and optional classes have been found. PR 47574. Make check for optional classes work again after the test task has been removed.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@798399 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Stefan Bodewig
5c6ae59fcc
configurable number of retries in get, option to skip existing files. Submitted by David M. Lloyd. PR 40058
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@797509 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Stefan Bodewig
a1003b0b8e
configurable display text and more control over progressbar in splash task. Submitted by Tomasz Bech. PR 39957
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@797496 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Stefan Bodewig
c8232ed82c
allow methods other than GET in http condition. Submitted by Robert Clark. PR 30244
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@796762 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Stefan Bodewig
08fd7a4c83
typo
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@796736 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Stefan Bodewig
a1941d875f
META-INF is no longer special in grabFiles, thanks Gump
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@796730 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Stefan Bodewig
c8e91147e3
properly set CodeSource when loading classes. PR 20174
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@796702 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Stefan Bodewig
22d3473e8e
passing test for PR 43994
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@796667 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Stefan Bodewig
26f846b838
allow access to parent. PR 35436
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@796649 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Stefan Bodewig
8ebe808f72
override getResources in a new AntClassLoader subclass that will be used consistently when Ant is running on Java5+. PR 46752
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@796647 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Stefan Bodewig
e04ff4d52c
make all classes use the same AntClassLoader constructor
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@796614 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Stefan Bodewig
39ff544a60
pretty persistent typo
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@796192 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Stefan Bodewig
c5a945fe3c
Allow users to specify a classpath when using a custom adapter in javac, rmic, javah or native2ascii. PR 11143
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@796188 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Stefan Bodewig
964bac4fa4
Java 1.2
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@796169 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Stefan Bodewig
373ed6b2aa
keep escaping XML in stacktraces. PR 39492
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@796144 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Stefan Bodewig
2ed62d6ba3
use the non-deprecated filemode attribute in example
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@796138 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Stefan Bodewig
8ac822fd71
javah doesn't support command line argument files. PR 43320
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@795690 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Stefan Bodewig
30ebea71bb
fix xmlproperty examples. PR 43583
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@794666 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Stefan Bodewig
ffe7ce3c54
log stuff when actually creating the archive
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@794639 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Stefan Bodewig
8df1ef0ecf
make update="true" and filesetmanifest="merge" work together. PR 30751
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@794630 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Stefan Bodewig
88bdf1337e
add a delay so new zip is certain to get a more recent timestamp
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@794527 13f79535-47bb-0310-9956-ffa450edef68
16 years ago
Stefan Bodewig
d18b665886
extract method
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@794274 13f79535-47bb-0310-9956-ffa450edef68
16 years ago