summaryrefslogtreecommitdiff
path: root/src/main/org/apache/tools/ant/taskdefs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Performance:Arturo Bernal2021-09-262-4/+4
| |/ /
* | | Merge pull request #159 from arturobernalg/feature/array_pre_sizeStefan Bodewig2021-09-2518-28/+28
|\ \ \
| * | | Use an empty array in favor of pre-sized array.Arturo Bernal2021-08-3118-28/+28
| |/ /
* | | Merge pull request #154 from arturobernalg/feature/string_builderStefan Bodewig2021-09-255-5/+5
|\ \ \
| * | | Change StringBuffer in favor of StringBuilder.Arturo Bernal2021-08-315-5/+5
| |/ /
* | | Merge pull request #153 from arturobernalg/feature/importStefan Bodewig2021-09-253-4/+0
|\ \ \
| * | | Delete unused import.Arturo Bernal2021-08-313-4/+0
| |/ /
* | | Merge pull request #139 from twogee/useless-boxingStefan Bodewig2021-09-259-18/+18
|\ \ \
| * | | Unnecessary boxing/conversiontwogee2021-07-189-18/+18
* | | | Merge branch 'feature/tarfileset-preserve-symlinks' of https://github.com/mst...Stefan Bodewig2021-09-251-6/+18
|\ \ \ \
| * | | | Tar: preserve symlinks from <tarfileset> sourcesMarc Strapetz2020-12-101-0/+8
| * | | | Refactoring Tar: extract getCanonicalPrefix()Marc Strapetz2020-12-101-6/+10
* | | | | Check for warnings in err stream too, to make javadoc task work on Java 17+Jaikiran Pai2021-09-051-2/+2
* | | | | Merge branch '1.9.x'Stefan Bodewig2021-09-023-95/+188
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| |
| * | | ensure build.compiler works with full classnames for extjavac/modernStefan Bodewig2021-09-023-105/+189
* | | | bz-65489 http condition - don't follow redirects when followRedirects is set ...Jaikiran Pai2021-08-091-1/+1
| |_|/ |/| |
* | | Make Watchdog for JUnitLauncherTask customizable.Aleksei Zotov2021-04-301-1/+6
* | | bz-64733 junitlauncher - Use the org.apache.tools.ant.util.LeadPipeInputStrea...Jaikiran Pai2021-03-271-2/+2
* | | add discardOutput and discardError to redirector, apply, exec, javaStefan Bodewig2021-03-203-2/+122
* | | [junitlauncher] Don't let the PipedInputStream.read()s continue when the main...Jaikiran Pai2021-03-151-1/+31
* | | bz-64733 Fix potential deadlock when writing out log message in junitlauncher...Jaikiran Pai2021-03-131-10/+28
* | | BZ-65089 support setting arbitrary configs for JSch SessionStefan Bodewig2021-03-071-4/+17
* | | make http condition follow redirects from http to httpsStefan Bodewig2021-02-282-12/+51
* | | bz-64836 junitlauncher - Use a NumberFormat to print the time elapsed to matc...Jaikiran Pai2021-01-241-1/+11
* | | bz-64836 junitlauncher - include the test aborted count in the printed summaryJaikiran Pai2021-01-241-0/+2
* | | bz-64836 junitlauncher - Print the summary only if any test was present in th...Jaikiran Pai2021-01-241-0/+4
* | | bz-64952 junitlauncher - properly report JUnit4 Parametrized test, in the XML...Gösen2021-01-171-1/+6
* | | encode characters illegal in XML in junitlauncher's reportStefan Bodewig2021-01-161-23/+37
* | | bz-64836 junitlauncher - Print a more informative and instant summary for testsJaikiran Pai2021-01-151-6/+31
| |/ |/|
* | bz-64912, bz-64790 Fix regression in javac task when using arguments fileJaikiran Pai2020-12-091-1/+4
* | coding styleStefan Bodewig2020-12-071-5/+3
* | Merge pull request #141 from TheConstructor/input-file-tokenizerStefan Bodewig2020-12-071-60/+156
|\ \
| * | #64855 Add filterbeforeconcat option to ConcatMatthias Vill2020-12-061-60/+156
* | | [junitlauncher] - Introduce the ability to let listener/result formatter impl...Jaikiran Pai2020-11-286-3/+57
* | | Introduce an "atmost" attribute for the javaversion conditionJaikiran Pai2020-11-211-6/+38
* | | bz-64742 Fix SCP task (with sftp=true) to correctly parse the remote director...Jaikiran Pai2020-11-211-2/+9
|/ /
* | Add the possibility to specify a custom filename mapper when creating an INDE...Maarten Coene2020-09-081-15/+100
* | config may return null-hostname for wildcard configsStefan Bodewig2020-08-231-1/+3
* | Merge pull request #133 from twogee/new-instanceStefan Bodewig2020-07-2915-27/+33
|\ \
| * | Class.newInstance() is deprecated in Java 9+twogee2020-07-2915-27/+33
* | | Merge pull request #115 from twogee/duplicationsStefan Bodewig2020-07-296-34/+15
|\ \ \
| * | | Remove duplicated codetwogee2020-07-296-34/+15
| |/ /
* | | Merge pull request #129 from simon04/appendElapsedStefan Bodewig2020-07-291-18/+12
|\ \ \ | |/ / |/| |
| * | Extract LegacyPlainResultFormatter.Stats#appendElapsedSimon Legner2020-06-211-18/+12
* | | Merge pull request #123 from twogee/useless-escapeStefan Bodewig2020-07-2919-31/+31
|\ \ \
| * | | Superfluous escapestwogee2020-07-2919-31/+31
| |/ /
* | | More MagicNamestwogee2020-07-297-11/+16
|/ /
* | avoid FileOutputStream constructorStefan Bodewig2020-06-031-4/+4
* | fix potential NullPointerException - Bugzilla Issue 64438Stefan Bodewig2020-05-141-2/+3
* | make junitlauncher use ant.tmpdir as wellStefan Bodewig2020-05-052-6/+8