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
Ville Skyttä
43844a7e6b
PR 56748 Spelling fixes, submitted by Ville Skyttä
11 years ago
Ville Skyttä
47a3b5144e
PR 56747 Document which options exit in help output, submitted by Ville Skyttä
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
66c2551a59
fix bogus imports
11 years ago
Stefan Bodewig
df33426bf2
whitespace
11 years ago
Stefan Bodewig
ba170891db
PR 56678 allow tsa proxy host to be used without tsaurl in signjar
11 years ago
Stefan Bodewig
37a64a407c
fixcrlf tests are failing, likely because git "fixes" crlf sequences -
zip up the original test files from svn and use them instead
11 years ago
Stefan Bodewig
a2cf616336
fix up-to-date check for filesets in tar
- tar-test.xml testSingleFile was failing
11 years ago
Stefan Bodewig
97030dbec8
whitespace
11 years ago
Stefan Bodewig
f98f495510
PR 56678 only set proxy configuration for TSA if url is set
11 years ago
Stefan Bodewig
7f51882300
PR 56678 - add proxy support to signjar when using the TSA. Submitted by Robbie Gibson.
11 years ago
Jan Matèrne
789422e131
oops - make it compile under Java5 again
11 years ago
Jan Matèrne
13f6d98c9d
make it compile under Java5 (1.5.0_22-b03)
11 years ago
Jan Matèrne
1b76f1b6da
checkstyle
11 years ago
Jan Matèrne
bf6026a147
organize imports
11 years ago
Jan Matèrne
71ae871274
checkstyle
11 years ago