Stefan Bodewig
|
abdaa58453
|
try running the symlink condition tests on windows as well
|
9 years ago |
Stefan Bodewig
|
32bf39369d
|
ownedBy selector
|
9 years ago |
Stefan Bodewig
|
dc34b252d5
|
looks as if the files are executable by default on Windows?
|
9 years ago |
Stefan Bodewig
|
c5e90beadb
|
symlink and executable file selectors
|
9 years ago |
Stefan Bodewig
|
dcf24136c4
|
typo
|
9 years ago |
Stefan Bodewig
|
afdf355c65
|
remove apt task, there is no apt tool in java8
|
9 years ago |
Stefan Bodewig
|
3c930b9323
|
more obsolete Java version checks
|
9 years ago |
Stefan Bodewig
|
39a5345447
|
remove tests for JDKs < 8
|
9 years ago |
Stefan Bodewig
|
bcf8016678
|
can't run apt tests with Java8
|
9 years ago |
Stefan Bodewig
|
d02ecf6fec
|
whitespace
|
9 years ago |
Stefan Bodewig
|
fd2327b8bc
|
simplification suggested by @silviu-burcea
|
9 years ago |
Stefan Bodewig
|
9f50f363b9
|
Merge branch '1.9.x'
|
9 years ago |
Stefan Bodewig
|
17527b6490
|
AntClassLoader5 has become obsolete long ago
|
9 years ago |
Stefan Bodewig
|
b7ef1bcd03
|
whitespace
|
9 years ago |
Stefan Bodewig
|
d3a67a3632
|
Revert "Java5"
This reverts commit 67aea0e573.
|
9 years ago |
Stefan Bodewig
|
67aea0e573
|
Java5
|
9 years ago |
Tomas Zezula
|
ea99177eb2
|
Added unit test for excludes in multi module compilation.
|
9 years ago |
Tomas Zezula
|
83eaf48045
|
Added modulepath, modulesourcepath and upgrademodulepath into Javac task.
|
9 years ago |
Antoine Levy-Lambert
|
8bb69bfdd8
|
commit a test illustrated by the bug report 59114, that is that the "**" pattern matches the empty path, but the "*" pattern does not.
|
9 years ago |
Tomas Zezula
|
23b0cf06c2
|
Added module, modulepath attributes and modulepath, moduleupgradepath elements into Java task.
|
9 years ago |
Stefan Bodewig
|
5a6fda5890
|
Really fix Bugzilla Issue 58997
|
9 years ago |
Stefan Bodewig
|
26dc323427
|
Test for Bugzilla Issue 58997
|
9 years ago |
Stefan Bodewig
|
592aa74973
|
take name into account when comparing FileResources
https://bz.apache.org/bugzilla/show_bug.cgi?id=57965
|
10 years ago |
Stefan Bodewig
|
d713b1785f
|
Ant is able to detect more java versions by now
|
10 years ago |
Stefan Bodewig
|
494e865553
|
make ant.project.invoked-targets available for top-level tasks
https://bz.apache.org/bugzilla/show_bug.cgi?id=58908
|
10 years ago |
Stefan Bodewig
|
84e5abf857
|
merge test case by @rednoah
closes #10
|
10 years ago |
Stefan Bodewig
|
bfefc400ca
|
whitespace
|
10 years ago |
Stefan Bodewig
|
3c2ed1374f
|
Make <bunzip2> really work with non-filesystem resources
|
10 years ago |
Stefan Bodewig
|
7f0eeea180
|
Make <gunzip> really work with non-filesystem resources
|
10 years ago |
Stefan Bodewig
|
7451a066cb
|
tests that show gunzip for non-file resources is broken
http://stackoverflow.com/questions/32500937/nullpointerexception-using-on-the-fly-version-of-gunzip-ant-task
|
10 years ago |
Jan Matrne
|
9953e3cbc0
|
Bug 44241: 'activate' Steves <javaconstant> resource
|
10 years ago |
Stefan Bodewig
|
d7125a5242
|
allbutlast resource collection
https://bz.apache.org/bugzilla/show_bug.cgi?id=57834
|
10 years ago |
Stefan Bodewig
|
989ca3b787
|
new resource collection "allbutfirst"
first part of https://bz.apache.org/bugzilla/show_bug.cgi?id=57834 -
allbutlast to follow
|
10 years ago |
Stefan Bodewig
|
8a8ebf595e
|
create test jar outside of ${output}
since we read resources from it, the JVM won't close it and subsequent tests
can not remove ${output} - making them fail on Windows.
|
10 years ago |
Stefan Bodewig
|
5ebe693305
|
use git attributes to control line-ends
|
10 years ago |
Stefan Bodewig
|
1a584200e2
|
Add encoding attributes to <tar>, <untar> and <tarfileset>
This is a workaround for Bugzilla Issue 57822
https://bz.apache.org/bugzilla/show_bug.cgi?id=57822
|
10 years ago |
YOUR NAME
|
1ae6809789
|
fix some lineends
|
10 years ago |
Stefan Bodewig
|
54f96c90ab
|
javac defaults to -source 1.9 with 1.9.0-ea-b49
|
11 years ago |
Stefan Bodewig
|
06c4fc6096
|
javac *is* inside the JRE dir from Java9 onwards
or so they say
|
11 years ago |
Stefan Bodewig
|
e0f845f8cf
|
no need to check for Java5 anymore
|
11 years ago |
Stefan Bodewig
|
7b88a65814
|
Java9's javac doesn't support -source 1.5 anymore
|
11 years ago |
Stefan Bodewig
|
1be3f9cc52
|
whitespace
|
11 years ago |
Stefan Bodewig
|
fa15b7c210
|
ZipEntry's copy constructor was incomplete
|
11 years ago |
Jan Matèrne
|
f1930b0061
|
Test with @-sign like discussed on the user list.
|
11 years ago |
Stefan Bodewig
|
c8edc8e0f4
|
make sure AggregateTransformer knows its task when running the test
|
11 years ago |
Stefan Bodewig
|
2da8188cd9
|
we shouldn't try to follow the different directions apache.org is taking
|
11 years ago |
Jan Matèrne
|
d92b5275c6
|
Bug-56850: null safe property access
|
11 years ago |
Stefan Bodewig
|
956b80a687
|
whitespace
|
11 years ago |
Stefan Bodewig
|
4965535328
|
properly close stream in test
|
11 years ago |
Stefan Bodewig
|
af875267ed
|
even three seconds wait time seem to be too little sometimes
|
11 years ago |