Jan Matrne
|
a80c75af55
|
Files.setPermission may throw additional exceptions (e.g. on Win7-NTFS)
|
9 years ago |
Jan Matrne
|
75f1237400
|
StringUtils.join: new method
|
9 years ago |
Stefan Bodewig
|
cee2935c79
|
setpermissions task using NIO rather than platform tools
|
9 years ago |
Stefan Bodewig
|
97a0b26c7e
|
helper class for dealing with file permissions
|
9 years ago |
Stefan Bodewig
|
f6e6c20a89
|
Merge branch '1.9.x'
|
9 years ago |
Stefan Bodewig
|
03481a6b0c
|
lower-case macro attribute names set via API
For normal build files IntrospectionHelper has already handled the
lower-casing.
Bugzilla Report 59339
|
9 years ago |
Antoine Levy-Lambert
|
062ccd01f2
|
fix javadoc for parameter in OwnedBySelector#setOwner
|
9 years ago |
Stefan Bodewig
|
32bf39369d
|
ownedBy selector
|
9 years ago |
Stefan Bodewig
|
c5e90beadb
|
symlink and executable file selectors
|
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
|
5024dcf97b
|
Merge branch '1.9.x'
|
9 years ago |
Stefan Bodewig
|
edeb171a78
|
cosmetics
|
9 years ago |
Stefan Bodewig
|
851aa5fb56
|
serverAliveInterval and serverAliveCountMax in <sshexec> and <scp>
Patch by Issa Gorissen
https://bz.apache.org/bugzilla/show_bug.cgi?id=59162
|
9 years ago |
Stefan Bodewig
|
d1736c7bb7
|
try-with-resource for AntClassLoader
|
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
|
f7f58eeec1
|
implement Closeable in ZipFile to be compatible with 1.9.7
|
9 years ago |
Stefan Bodewig
|
311138d0aa
|
whitespace
|
9 years ago |
Stefan Bodewig
|
0906b0ad94
|
even more FileUtils.close and try-with-resources cases
|
9 years ago |
Stefan Bodewig
|
48cdc84cc8
|
Merge branch '1.9.x'
Conflicts:
src/main/org/apache/tools/zip/ZipFile.java
|
9 years ago |
Stefan Bodewig
|
a8d6367ddc
|
remove re-implementations of FileUtils.close()
|
9 years ago |
Stefan Bodewig
|
cd1ff3566e
|
make ZipFile implement Closeable
|
9 years ago |
Stefan Bodewig
|
1591c1f83c
|
whitespace
|
9 years ago |
Stefan Bodewig
|
4af291c580
|
embrace AutoCloseable
|
9 years ago |
Anthony Wat
|
04f501e77a
|
Preserve exit status on error in <ant>/<antcall>
|
9 years ago |
Stefan Bodewig
|
11cd7ffab4
|
Java6ism
|
9 years ago |
Stefan Bodewig
|
b2558bc972
|
some cosmetic changes
|
9 years ago |
Tomas Zezula
|
7bd7ed44b9
|
Removed misleading comment. The sourcepath and modulesourcepath cannot be combined.
|
9 years ago |
Tomas Zezula
|
83eaf48045
|
Added modulepath, modulesourcepath and upgrademodulepath into Javac task.
|
9 years ago |
Stefan Bodewig
|
038e1948ed
|
Merge branch 'jigsaw/java'
Conflicts:
src/main/org/apache/tools/ant/taskdefs/Java.java
src/main/org/apache/tools/ant/types/CommandlineJava.java
|
9 years ago |
Tomas Zezula
|
1e501f27ec
|
Added modulepathref attribute to Java.
|
9 years ago |
Tomas Zezula
|
aef407be4d
|
Updated Java task manual.
Added since tags.
|
9 years ago |
Stefan Bodewig
|
588ce1fbe3
|
avoid slash translations for module names
should fix Windows test errors introduced with #15
|
9 years ago |
Stefan Bodewig
|
90c1cc0857
|
assume change will go into Ant 1.9.7
|
9 years ago |
Stefan Bodewig
|
c6e225580e
|
whitespace
|
9 years ago |
Tomas Zezula
|
23b0cf06c2
|
Added module, modulepath attributes and modulepath, moduleupgradepath elements into Java task.
|
9 years ago |
Stefan Bodewig
|
aeed1d84d3
|
fix for bad URL parsing code by Uwe Schindler
https://bz.apache.org/bugzilla/show_bug.cgi?id=59130
|
9 years ago |
Tomas Zezula
|
dd8b5f45dd
|
Added module, modulepath attributes and modulepath, moduleupgradepath elements into Java task.
|
9 years ago |
Antoine Levy-Lambert
|
32634d817a
|
@Override annotation is not supported at build time by Java 1.5 for interface methods.
Updating the STATUS file too.
|
9 years ago |
Stefan Bodewig
|
5a6fda5890
|
Really fix Bugzilla Issue 58997
|
9 years ago |
Stefan Bodewig
|
4d0bbb4404
|
ensure defined order of filters in <replace>
fix for https://bz.apache.org/bugzilla/show_bug.cgi?id=58997
|
10 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
|
be00fccc2d
|
self-check in equals
|
10 years ago |
Stefan Bodewig
|
c78ecf75bb
|
optionally don't follow redirects in <http>
https://bz.apache.org/bugzilla/show_bug.cgi?id=58840
|
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
|
faa26a012e
|
port tar fix from commons compress
|
10 years ago |
Stefan Bodewig
|
7046631e9a
|
normalize file names when importing files with absolute paths
this is the root cause of Bugzilla Issue 58886
|
10 years ago |
Stefan Bodewig
|
7051493ef7
|
wrong package
|
10 years ago |
Stefan Bodewig
|
881a0ff79e
|
preserveLastModified for scp uploads
Contributed by J. Hoffmann
|
10 years ago |