Matt Benson
0d0971ab8a
support writing pathconvert output to resource
3 years ago
Matt Benson
c9ed89099d
remove spurious default field values
3 years ago
Matt Benson
b286069d21
skip tests relying on Javascript when running in Jenkins w/ JDK >= 15
3 years ago
Matt Benson
d2e4efab2a
propagate same properties as build.xml antunit invocation
3 years ago
Matt Benson
f20a9f3cb2
use javascript w/ javax for scriptcondition return tests
3 years ago
Matt Benson
5fb187d3e6
fix bug with scriptcondition eval result
3 years ago
Matt Benson
413f5c0dea
make scriptcondition behave as documented wrt script return value
3 years ago
Matt Benson
c59f8a28c3
add scriptcondition tests
3 years ago
Matt Benson
ce494e8365
use coreLoader, if set, to create subordinate classLoaders
3 years ago
Matt Benson
945fd2520f
move netrexx to end because it's prone to hang/fail
3 years ago
Matt Benson
10316f910f
Address some Javadoc issues
3 years ago
Matt Benson
382c07c81e
cleanup
3 years ago
Matt Benson
1ef2e467d8
tweak to x-platform test fix
3 years ago
Matt Benson
5d8f73a671
javadoc
3 years ago
Matt Benson
f1ca496b6e
fix testcase x-platform
3 years ago
Taylor Smock
aa47924dc2
Fix an issue in LegacyXmlResultFormatter with ]]> in stacktraces
Bugzilla Report 65833
This occurs when the stacktrace message contains ]]>, which is the CDATA
end code. There is no escape, so it must be replaced with `]]` + `]]>` +
`<![CDATA[` + `>`, which means that the CDATA section is split.
Signed-off-by: Taylor Smock <tsmock@fb.com>
This closes #175 pull request at github.com/apache/ant
3 years ago
Matt Benson
b4a91c7fb3
refactor attribute introspection to support Optional* types
3 years ago
Matt Benson
71f44247d4
add static BuildException factory method
3 years ago
Matt Benson
97cc23ef8b
test pathconvert setonempty=false
3 years ago
Matt Benson
90ed3ff6cc
pathconvert to outputstream so that logging requires no in-memory String accumulation
3 years ago
Matt Benson
af035b0fc7
iterate resources directly when !cache
3 years ago
Matt Benson
ccde92427d
use Collections#emptyIterator
3 years ago
Matt Benson
a8779939ce
volatile cache property
3 years ago
Matt Benson
847dcd9dbe
Resources javadoc
3 years ago
Matt Benson
43deb9e8c8
test pathconvert features
3 years ago
Matt Benson
6fdb34e735
fully migrate pathconvert tests to antunit
3 years ago
Jaikiran Pai
a66dafa7d5
add java.security.manager=allow while launching against Java 19
3 years ago
Matt Benson
8f57984b1b
avoid unnecessary work
3 years ago
Matt Benson
a1c59932ad
remove extra semi
3 years ago
Jaikiran Pai
b690788b10
fix ant.bat script for Java 18 security manager configuration/check
3 years ago
Stefan Bodewig
ff62ff7151
typo
3 years ago
Stefan Bodewig
2972b55fb5
make PropertyHelper a bit more backwards compatible
Bugzilla Report 65799
3 years ago
Stefan Bodewig
461deb5585
Merge branch '1.9.x'
3 years ago
Stefan Bodewig
a9c32687ac
happy new year
3 years ago
Stefan Bodewig
3ecae63556
credit @sonyDeswal for #170
3 years ago
Stefan Bodewig
df65998cff
Merge branch '1.9.x'
3 years ago
Stefan Bodewig
96ca021c75
properly describe how Ant reads environment variables
closes https://bz.apache.org/bugzilla/show_bug.cgi?id=65768
3 years ago
Stefan Bodewig
711132a7dd
Merge branch '1.9.x'
3 years ago
Stefan Bodewig
748ad7f1fd
Allow ant:get task to disable authentication on redirect.
see #173
3 years ago
Stefan Bodewig
82f5edcf49
change the default of authenticateOnRedirect
3 years ago
Jaikiran Pai
492c2c1a5c
fix typo
3 years ago
Stefan Bodewig
4759e3a1fc
document #173
3 years ago
Stefan Bodewig
fa82fe58af
Merge pull request #173 from bernolanger/master
Allow ant:get task to disable authentication on redirect.
3 years ago
Berno Langer
0f3985c356
Allow ant:get task to disable authentication on redirect.
When the server answers with a redirect response, the request to the new
location may or may not need a second authentication. To disable the
authentication, the new attribute "authenticateOnRedirect" can be set to
"false".
3 years ago
Stefan Bodewig
43214e4332
add docs for #170 and make host name check strict by default
3 years ago
Stefan Bodewig
60a0aa64cd
Merge pull request #170 from sonyDeswal/Add_FTPS_Option_AntTask
Make Changes to Support FTPS AntTaskDef that extends FTP but uses FTP…
3 years ago
Jaikiran Pai
002596a9bb
set java.security.manager=allow in Ant launcher .bat file for Windows, for Java 18
4 years ago
Jaikiran Pai
e8db3b1010
reduce level of log message
4 years ago
Jaikiran Pai
6d71acb4d9
don't rely on deltree command - prevent any build failures on CI where that command is not present
4 years ago
Jaikiran Pai
190d9ad724
fix condition check for non-bash shell
4 years ago