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 |
Stefan Bodewig
|
49d1d98452
|
make ManifestTest write its output to the common tmp-dir
|
11 years ago |
Stefan Bodewig
|
9eb4c3a9a0
|
try to make spawn test pass in Jenkins by using a bigger security margin
|
11 years ago |
Stefan Bodewig
|
6e88f92ead
|
PR 56584 allow ReplaceTokens filter to use multi-character token separators. Submitted by Ralf Hergert.
|
11 years ago |
Stefan Bodewig
|
74d19d829d
|
BZip2Test was writing outside of ${output}
|
11 years ago |
Stefan Bodewig
|
f0f1a3ca00
|
BUnzipTest was writing outside of ${output}
|
11 years ago |
mclarke
|
84e4951325
|
Increase timeout in test to give loaded systems a chance to complete properly
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1588624 13f79535-47bb-0310-9956-ffa450edef68
|
11 years ago |
mclarke
|
5bc13a2c00
|
Prevent on cleanup NPE when test skipped
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1588622 13f79535-47bb-0310-9956-ffa450edef68
|
11 years ago |
mclarke
|
b61c80746d
|
Test improvements: convert to JUnit4, improved error testing and remove sleeps
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1588563 13f79535-47bb-0310-9956-ffa450edef68
|
11 years ago |
Jan Materne
|
7eab7687db
|
hit the commit-button too early: have to comment these two tests out
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1587167 13f79535-47bb-0310-9956-ffa450edef68
|
11 years ago |
Jan Materne
|
e5d319e8e1
|
more Java9 stuff
- create the CompilerAdapter for J9
- tests of source and target
- add detection of J9 to antunit-base.xml
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1587161 13f79535-47bb-0310-9956-ffa450edef68
|
11 years ago |
Jan Materne
|
4c0b73f726
|
detect Java9
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1585981 13f79535-47bb-0310-9956-ffa450edef68
|
11 years ago |
Antoine Levy-Lambert
|
abf373b6c2
|
changing tests to adopt unique temporary directories
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1585935 13f79535-47bb-0310-9956-ffa450edef68
|
11 years ago |
Antoine Levy-Lambert
|
7881277034
|
changing tests to adopt unique temporary directories
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1585881 13f79535-47bb-0310-9956-ffa450edef68
|
11 years ago |
Antoine Levy-Lambert
|
0d9a9e0841
|
changing tests to adopt unique temporary directories
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1585684 13f79535-47bb-0310-9956-ffa450edef68
|
11 years ago |