Stefan Bodewig
22ef1323cc
warn against multi-byte encoding in tar
3 years ago
Matt Benson
15ed7c87e5
punctuation
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
e7c48c8f86
local += nested name elements
3 years ago
Matt Benson
c4552aaaf2
scriptdef += @setbeans
3 years ago
Matt Benson
f1570a246e
support default value for scriptdef attribute
3 years ago
Matt Benson
0d0971ab8a
support writing pathconvert output to resource
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
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
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
Aleksei Zotov
c8bc470774
junitlauncher - Support extension attribute for listeners
This closes #168 pull request at github.com/apache/ant
4 years ago
Stefan Bodewig
c3585aef09
document #161
4 years ago
Stefan Bodewig
8593dbc3d1
Merge branch '1.9.x'
4 years ago
Stefan Bodewig
033f8dc250
BZ 65497 - improve documentation around file time granularity
4 years ago
Stefan Bodewig
6d5f1bdc6b
add discardOutput and discardError to redirector, apply, exec, java
4 years ago
Stefan Bodewig
b01e7008ba
BZ-65089 support setting arbitrary configs for JSch Session
4 years ago
Jaikiran Pai
635ccfb5e4
bz-64836 junitlauncher - Print a more informative and instant summary for tests
4 years ago
Stefan Bodewig
a29c13004e
Merge pull request #141 from TheConstructor/input-file-tokenizer
#64855 Add filterbeforeconcat option to Concat
5 years ago
Matthias Vill
3ec610046f
#64855 Add filterbeforeconcat option to Concat
5 years ago
Jaikiran Pai
41c51907a4
[junitlauncher] - Introduce the ability to let listener/result formatter implementations decide whether to use legacy or new style display names for test identifiers
5 years ago
Jaikiran Pai
079c134fd5
Introduce an "atmost" attribute for the javaversion condition
5 years ago
jmkf
362f5f0c59
Jkf 1.10 requires jdk8 ( #137 )
* Ant 1.10 requires jdk 8 doc update
* Updated the manual to reflect ant requires JDK 8 +
5 years ago
Stefan Bodewig
a837084980
enable Nashorn compatibility when running GraalVM JS
and add a magic property to disable it again
5 years ago
Maarten Coene
7e6cc33e04
Add the possibility to specify a custom filename mapper when creating an INDEX.LIST ( #134 )
5 years ago
Stefan Bodewig
ca08301cf2
add some documentation about GraalVM JavaScript
5 years ago
Evan Saulpaugh
6a9535025f
fix two typos in rmic manual page
5 years ago
Stefan Bodewig
041b058c7b
make junitlauncher use ant.tmpdir as well
5 years ago
Stefan Bodewig
fe7e9617ed
Merge branch '1.9.x'
5 years ago
Stefan Bodewig
9c1f4d905d
provide a magic property that overrides temp directory
5 years ago
Stefan Bodewig
bc9fed1198
Merge branch '1.9.x'
5 years ago
Stefan Bodewig
45fd589a1f
rmic has been removed in Java 15+
5 years ago
twogee
c9b697a8d6
Wrong default in the "tar" task manual
This closes #107 pull request at github/apache/ant repo
6 years ago
Emmanuel Bourg
b6143efab2
Support the SSH configuration file (~/.ssh/config) in the sshexec, sshsession and scp tasks
This closes #106 pull request at github/apache/ant repo
6 years ago
Hassan C
add1b33bc5
Correct a typo
6 years ago
Jaikiran Pai
1bfa7880af
bz-62617 tstamp task - Honor SOURCE_DATE_EPOCH to allow reproducible builds
6 years ago
Stefan Bodewig
011a89afab
typo, thanks to @twogee
6 years ago
Stefan Bodewig
96921f4a86
JavaMail -> Jakarta Mail - Bugzilla Issue 63683
6 years ago
jkf
bd7934edef
FTP checkstyle fixed + removed spurious part from ftp.html
6 years ago
jkf
4ea4918b70
Add Ftp ant task wakeUpTransferInterval documentation also updated
6 years ago
jkf
1702b68043
Add Ftp ant task timeout documentation also updated
6 years ago
jkf
264074b82c
Updated manual to use https as far as currently possible.
6 years ago
jkf
3a4980e3c4
updated reference to license from http to https using
find . -type f -exec sed -i "s/http:\/\/www.apache.org\/licenses\/LICENSE-2.0/https:\/\/www.apache.org\/licenses\/LICENSE-2.0/" {} \;
6 years ago
Matthias Gutheil
b8451922b6
[junitlauncher] Add support for selecting tests based on JUnit-5 tag functionality
This closes #93 pull request at github/apache/ant repo
6 years ago
Stefan Bodewig
40eacefd8a
this is why we still use env and friends
6 years ago