Christoph Dreis
fe9bf0f1a2
xslt task - log only the stylesheet resource name
This closes #199 pull request at github.com/apache/ant
2 years ago
Jaikiran Pai
014e94e5d1
fix typo
2 years ago
Jaikiran Pai
4ddfae1f3b
Next is 1.10.14 of Ant
2 years ago
Jaikiran Pai
3570551a88
allow "mvn -f src/etc/poms/pom.xml -DskipTests package" to succeed during release, when using Java 9+ version
2 years ago
Jaikiran Pai
6a7f906854
new year
2 years ago
Stefan Bodewig
e720c4d809
update dependencies with known vulnerabilities
2 years ago
Jaikiran Pai
c9b9aff1a2
upload new key
2 years ago
Jaikiran Pai
9318eedbda
Fix failing testhttpurl1 test - http://www.w3.org/MarkUp/ no longer returns a content-length header. Switch to a different URL which returns one.
2 years ago
Jaikiran Pai
82c70f3202
redo security manager setting to allow calling System.setSecurityManager at runtime
- Reverts the changes done to launch scripts which were checking for the Java runtime version to decide whether or not to set java.security.manager=allow
- Introduces a new "allow" Java class (in unnamed package) as a workaround to allow setting java.security.manager=allow on (older) versions of Java which don't
recognize "allow" as a predefined text for that property
- Packages the "allow" Java class into ant-launcher.jar, which is the same jar file containing the org.apache.tools.ant.launch.Launcher class that gets launched
from the Ant startup scripts
- Sets java.security.manager=allow explicitly in Ant launch scripts, irrespective of which Java runtime version is being used
2 years ago
Stefan Bodewig
7601bf1767
fix forward test, but I don't find any host with a stable reverse lookup
3 years ago
Stefan Bodewig
e04fbe7ffa
try to properly decode multibyte encoded names in tar entries
3 years ago
Stefan Bodewig
22ef1323cc
warn against multi-byte encoding in tar
3 years ago
Stefan Bodewig
3e6d6acc38
paths with wildcards do not work in javac's arg-file
https://bz.apache.org/bugzilla/show_bug.cgi?id=65621
3 years ago
Stefan Bodewig
0aca73974a
loadresource might log warnings even though quiet was set to true
https://bz.apache.org/bugzilla/show_bug.cgi?id=65647
3 years ago
Jaikiran
4b7965dc68
Merge pull request #195 from keithc-ca/version
Fix detection of java.specification.version
3 years ago
Keith W. Campbell
c8f579577d
Fix detection of java.specification.version
Signed-off-by: Keith W. Campbell <keithc@ca.ibm.com>
3 years ago
Jaikiran Pai
bbe6859b2f
allow security manager setting on all versions above Java 18 (inclusive)
3 years ago
Jaikiran Pai
65d3af7d55
Introduce a getMessageOutputLevel() method on BuildLogger to return the currently set message output level
3 years ago
Stefan Bodewig
37d0b40ff8
credit @keithc-ca for #194
3 years ago
Stefan Bodewig
ab96bfdd1e
record tar fix of #194
3 years ago
Stefan Bodewig
837eab258e
Merge pull request #194 from keithc-ca/tar
Names end before the first NULL (not the last)
3 years ago
Keith W. Campbell
048df1e3cf
Names end before the first NULL (not the last)
This fixes parsing of archives produced on macOS.
Signed-off-by: Keith W. Campbell <keithc@ca.ibm.com>
3 years ago
Matt Benson
15ed7c87e5
punctuation
3 years ago
Stefan Bodewig
39c9b0c938
create manifest file's parent if needed.
Bugzilla Report 66231
3 years ago
Jaikiran Pai
52fa955239
bz-66164 Don't change file permissions on unrelated files in dest directory, when building and copying over Ant distribution
3 years ago
Stefan Bodewig
b9272756fc
add Piotr P. Karwasz
3 years ago
Stefan Bodewig
46cf61c7e5
record #191
3 years ago
Stefan Bodewig
2920ea1d9c
Merge pull request #191 from ppkarwasz/fetch-script
Fix retrieval from non-default repositories
3 years ago
Piotr P. Karwasz
6594b8cd51
Fix retrieval from non-default repositories
Since the `<remoterepo>` tag is not in the scope of the `<resolve>`
target, fetching artifacts from repositories different from Maven
Central fails (e.g. JAI).
3 years ago
Stefan Bodewig
f6a3d456ef
Merge branch '1.9.x'
3 years ago
Stefan Bodewig
6946fb59b1
Merge pull request #190 from chrstphrchvz/backport-63438
Backport fix for bz-63438 to 1.9.x
3 years ago
Jaikiran Pai
7d7c06f3f6
bz-63438 Undo part of commit 67f29ce0c2ad332570c0a1382c79532cee66dce8, to fix broken javadocs target
Backported from 1.10.x: dfeee59cca
3 years ago
Stefan Bodewig
eeacf501dd
avoid listing directories who's content is never used
3 years ago
Jaikiran Pai
42d2579645
go back to ignoring the ImageIOTest#testFailOnError() test, like it was for several years/releases before being moved from ImageTest to this new test class
3 years ago
Jaikiran Pai
2907aeffb1
upgrade junit5 library dependencies
3 years ago
Jaikiran Pai
0bc302a60f
Maven Ant tasks has been EOLed ( https://maven.apache.org/ant-tasks/ ). Switch to Maven Artficat
Resolver Ant tasks instead (https://maven.apache.org/resolver-ant-tasks/ )
3 years ago
Jaikiran Pai
84a91794c9
Use a fixed timezone in Tstamp test
3 years ago
Mikolaj Izdebski
babd1c4007
Fix integer overflow when parsing SOURCE_DATE_EPOCH
This closes #186 pull request at github/apache/ant repo.
3 years ago
Stefan Bodewig
e452d21479
Merge branch '1.9.x'
3 years ago
Stefan Bodewig
48fe702577
typo
thanks @twogee
3 years ago
Stefan Bodewig
99be66bc0f
Merge branch '1.9.x'
3 years ago
Stefan Bodewig
2989738c90
plug resource leak as suggested by Mike Phillips in BZ issue 66001
3 years ago
Stefan Bodewig
f7813aa7e3
Merge pull request #185 from chagmed/master
Update selectors.html
3 years ago
Dan DeRobertis
9c50a8e1c6
Update selectors.html
Correct small typo in selectors.html
3 years ago
Matt Benson
62a464710e
terse w/ Optional
3 years ago
Stefan Bodewig
7ab122252c
Merge branch '1.9.x'
3 years ago
Stefan Bodewig
c6854c58ad
document modificationtime attribute of zip added many moons ago
3 years ago
Matt Benson
a42d789dcd
@since
3 years ago
Matt Benson
a05291383e
pathconvert: avoid buffering for log/property output
3 years ago
Matt Benson
e7c48c8f86
local += nested name elements
3 years ago