Stefan Bodewig
e6ab69873a
even more places where -source needed a newer version on 1.9
10 years ago
Stefan Bodewig
15d585e54d
there is no .jar with AWT in 1.9 anymore
10 years ago
Stefan Bodewig
54f96c90ab
javac defaults to -source 1.9 with 1.9.0-ea-b49
10 years ago
Stefan Bodewig
06c4fc6096
javac *is* inside the JRE dir from Java9 onwards
or so they say
10 years ago
Stefan Bodewig
89dc07df9e
fix some comments
10 years ago
Stefan Bodewig
17ebe7ad34
Java9's javac doesn't support -source 1.4 anymore
10 years ago
Stefan Bodewig
e0f845f8cf
no need to check for Java5 anymore
10 years ago
Stefan Bodewig
744c8f04ff
adaot to default -source values in Java8/Java9
10 years ago
Stefan Bodewig
7b88a65814
Java9's javac doesn't support -source 1.5 anymore
10 years ago
Stefan Bodewig
1be3f9cc52
whitespace
10 years ago
Stefan Bodewig
db2254973c
update some comments
10 years ago
Stefan Bodewig
e09e4bbac6
whitespace
10 years ago
Stefan Bodewig
207ce00bb8
make assumeJava19 actually look for 1.9 instead of 1.8
10 years ago
Stefan Bodewig
1388e372a9
make LocalPropertyStack thread-safe
https://issues.apache.org/bugzilla/show_bug.cgi?id=55074
10 years ago
Stefan Bodewig
33d20f4365
make complete-ant.pl provide all targets as completions
Patch by Christian Schmidt
Fixes bugzilla issues 57542 and 51931
10 years ago
Stefan Bodewig
dc37a17ff8
NullPointerException in ResourceUtils.copyUsingFileChannels
Bugzilla Report 57533
10 years ago
Stefan Bodewig
6f3185926c
typo
10 years ago
Stefan Bodewig
e6a5e82991
ensure hamcrest becomes part of the source distribution
10 years ago
Stefan Bodewig
66b5f3f06b
Arrays.copyOf is Java 1.6 only
10 years ago
Stefan Bodewig
0903005b84
ignore stray logfiles
10 years ago
Stefan Bodewig
2c04d7e833
port Kristian Rosenvold's write performance improvements from Commons Compress
10 years ago
Stefan Bodewig
4cbbf3629a
Don't whine about unclosed archives if the file isn't even there.
Port of https://issues.apache.org/jira/browse/COMPRESS-297
10 years ago
Stefan Bodewig
2ebe9fc7db
happy new year
11 years ago
Stefan Bodewig
3cdcaf96fe
better use getter than raw attribute access
11 years ago
Stefan Bodewig
fa15b7c210
ZipEntry's copy constructor was incomplete
11 years ago
Stefan Bodewig
f7f5327d28
Try to reduce the risk of StackOverflow/OOM in junitereport
Submitted by: Ryan Bennitt
Bugzilla: https://issues.apache.org/bugzilla/show_bug.cgi?id=57341
11 years ago
Stefan Bodewig
a3125e6e78
enhance complete-ant-cmd.pl to know about -file and $ANT_ARGS
Bugzilla Report 57371
Submitted by Christian Schmidt
11 years ago
Jan Matèrne
f1930b0061
Test with @-sign like discussed on the user list.
11 years ago
Stefan Bodewig
cc2ca5375f
fix version number
11 years ago
Stefan Bodewig
c8edc8e0f4
make sure AggregateTransformer knows its task when running the test
11 years ago
Stefan Bodewig
d8a51e9fd4
fix for Bugzilla 47002 by Martin van Gagern - closes #3
11 years ago
Martin von Gagern
95ea95ce56
junitreport: Expose classpath and factory of internal XSLTProcess task.
This patch creates the nested XSLTProcess at creation of the
AggregateTransformer, not upon execution of the transformation. This way it
is much easier to simply wrap parts of the interface I'd like to expose,
like the new <classpath> and <factory> nested elements, but also the
existing <param> elements.
I haven't called XSLTProcess.init(), as the previous code didn't do that
either. I don't fully understand the difference between init() and a
constructor, but it might be a good thing to init the task somewhere.
The approach I chose is something like a whitelist delegation: the
XSLTProcess is a private member, and only selected methods of its interface
are wrapped and thus exposed to be configured. As an alternative, one could
do something like a blacklist delegation by deriving a class from
XSLTProcess and forbidding access to certain settings by ovverriding the
corresponding methods and throwing exceptions therein. In that case, one
might even turn the class derived from XSLTProcess into a nested <xslt>
element, which would be probably much clearer, as it would be configured in
the same way that a top-level <xslt> task is. I didn't choose this approach
in my patch for now.
11 years ago
Stefan Bodewig
fae798e81a
ignore a few GNU global files
11 years ago
Stefan Bodewig
744399e910
add a github "contributing guide" based on the great work Benedikt
Ritter has done for Commons.
11 years ago
Stefan Bodewig
d6f6f5c169
add @vit1251 's full name to contributor list
11 years ago
Vitold S
123266127c
patch by Vitold S: make runant.py deal with spaces in java's path.
fixes #1
11 years ago
Stefan Bodewig
14b24bcc98
after all these years we still have some author tags left
11 years ago
Stefan Bodewig
ad2d3bcccf
closes #2 as it seems to be just somebody playing around with PRs
11 years ago
Stefan Bodewig
2da8188cd9
we shouldn't try to follow the different directions apache.org is taking
11 years ago
Stefan Bodewig
faedd2bc5b
only enable transparent gzip encoding when explicitly specified
fixes bugzilla issue 57048
11 years ago
Stefan Bodewig
090b5587cb
typo
11 years ago
Stefan Bodewig
963d6c9a0a
PR 56830 classloader hint when assigning refs fails
11 years ago
Stefan Bodewig
13b0df1f06
PR 56849 - don't even try to create a classpath without a project component
11 years ago
Stefan Bodewig
6d98fbb958
port fix for COMPRESS-289 from Commons Compress
11 years ago
Stefan Bodewig
c89d650a9c
PR 56973 getLastModified in URLResource throws NPE for FTP URLs
11 years ago
Stefan Bodewig
ad72b9a920
revert e8b160a which didn't fix anything but rather broke stuff
11 years ago
Stefan Bodewig
e8b160a938
PR 56873 make sure connection is established when reading last modified
11 years ago
Jan Matèrne
0724e3a233
update Ivy
11 years ago
Jan Matèrne
d92b5275c6
Bug-56850: null safe property access
11 years ago
Ville Skyttä
8a597546b8
PR 56749 Javadoc 1.8 fixes, submitted by Ville Skyttä
11 years ago