summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | try again with a value that already handles dirsepMatt Benson2022-02-161-2/+2
| * | fixup testcase for WindowsMatt Benson2022-02-161-1/+1
| * | support writing pathconvert output to resourceMatt Benson2022-02-162-2/+43
| * | remove spurious default field valuesMatt Benson2022-02-161-8/+9
| * | skip tests relying on Javascript when running in Jenkins w/ JDK >= 15Matt Benson2022-02-161-9/+21
| * | propagate same properties as build.xml antunit invocationMatt Benson2022-02-161-0/+5
* | | skip tests relying on Javascript when running in Jenkins w/ JDK >= 15Matt Benson2022-02-161-9/+21
* | | propagate same properties as build.xml antunit invocationMatt Benson2022-02-161-0/+5
* | | refactor script manager to enumMatt Benson2022-02-158-72/+180
|/ /
* | use javascript w/ javax for scriptcondition return testsMatt Benson2022-02-151-2/+2
* | fix bug with scriptcondition eval resultMatt Benson2022-02-142-3/+3
* | make scriptcondition behave as documented wrt script return valueMatt Benson2022-02-142-2/+18
* | add scriptcondition testsMatt Benson2022-02-141-0/+71
* | use coreLoader, if set, to create subordinate classLoadersMatt Benson2022-02-131-4/+4
* | Address some Javadoc issuesMatt Benson2022-02-132-11/+17
* | cleanupMatt Benson2022-02-111-12/+7
* | tweak to x-platform test fixMatt Benson2022-02-111-1/+1
* | javadocMatt Benson2022-02-101-28/+38
* | fix testcase x-platformMatt Benson2022-02-101-2/+3
* | Fix an issue in LegacyXmlResultFormatter with ]]> in stacktracesTaylor Smock2022-02-101-2/+12
* | refactor attribute introspection to support Optional* typesMatt Benson2022-02-092-88/+318
* | add static BuildException factory methodMatt Benson2022-02-091-0/+12
* | test pathconvert setonempty=falseMatt Benson2022-02-091-0/+9
* | pathconvert to outputstream so that logging requires no in-memory String accu...Matt Benson2022-02-091-66/+60
* | iterate resources directly when !cacheMatt Benson2022-02-091-53/+51
* | use Collections#emptyIteratorMatt Benson2022-02-091-14/+1
* | volatile cache propertyMatt Benson2022-02-091-2/+2
* | Resources javadocMatt Benson2022-02-091-21/+21
* | test pathconvert featuresMatt Benson2022-02-091-0/+26
* | fully migrate pathconvert tests to antunitMatt Benson2022-02-093-134/+45
* | add java.security.manager=allow while launching against Java 19Jaikiran Pai2022-02-072-5/+13
* | avoid unnecessary workMatt Benson2022-02-052-36/+39
* | remove extra semiMatt Benson2022-02-051-1/+1
* | fix ant.bat script for Java 18 security manager configuration/checkJaikiran Pai2022-01-151-4/+4
* | make PropertyHelper a bit more backwards compatibleStefan Bodewig2022-01-121-1/+1
* | change the default of authenticateOnRedirectStefan Bodewig2021-12-231-1/+1
* | Allow ant:get task to disable authentication on redirect.Berno Langer2021-12-201-3/+17
* | add docs for #170 and make host name check strict by defaultStefan Bodewig2021-12-161-12/+16
* | Merge pull request #170 from sonyDeswal/Add_FTPS_Option_AntTaskStefan Bodewig2021-12-161-2/+24
|\ \
| * | Make Changes to Support FTPS AntTaskDef that extends FTP but uses FTPSClient.Santosh R Dhariwal2021-11-172-49/+24
| * | Make Changes to Support FTPS AntTaskDef that extends FTP but uses FTPSClient.Santosh R Dhariwal2021-11-162-1/+48
* | | set java.security.manager=allow in Ant launcher .bat file for Windows, for Ja...Jaikiran Pai2021-12-011-0/+7
* | | reduce level of log messageJaikiran Pai2021-11-291-1/+1
* | | fix condition check for non-bash shellJaikiran Pai2021-11-281-1/+1
* | | Revert "Pass -Djava.security.manager=allow while launching JUnit forked VM to...Jaikiran Pai2021-11-281-10/+0
* | | Pass -Djava.security.manager=allow while launching JUnit forked VM to allow J...Jaikiran Pai2021-11-281-0/+10
* | | Pass -Djava.security.manager=allow from *nix launcher script for Java 18Jaikiran Pai2021-11-281-0/+6
* | | junitlauncher - Fixed extension attribute support for listenersAleksei Zotov2021-11-172-0/+9
* | | junitlauncher - Support extension attribute for listenersAleksei Zotov2021-11-162-7/+17
|/ /
* | Support Jakarta Mail in MailLoggertwogee2021-10-301-13/+44