Conor MacNeill
3b9cd024be
Handle relative DTDs in XMLProperty
PR: 14685
Submitted by: Kimbo Mundy
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274907 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
5460755b44
This commit implements:
- addConfigured(Type) to introspection rules
- ant-type magic polymorhic attribute
- allow types that have Project as a constructor to
be used in addName(Type) and addConfiguredName(Type) methods
- allow addName and addConfiguredName methods to have higher
presedence that createName() methods.
PR: 19897
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274906 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
149ce34431
Refactor: move LineTokenizer out of TokenFilter
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274905 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
b668edbb68
stylecheck
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274904 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
ba22cfc85c
typeo
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274903 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
cbedf46059
stylecheck
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274902 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
3c596d4f5f
Whitespace changes
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274901 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
add4e21158
One more tweak
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274900 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
7f01b5d121
Now that we avoid double scanning in scanDir, we don't need to perform parent-tests on the patterns anymore
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274899 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
9e89cec932
Avoid double scanning of directories
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274898 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
b78dd40387
Some additional tests to increase confidence
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274897 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
1ac116d815
whitespace changes
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274896 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
4000ee7ee6
fix new DirectoryScanner tests, still needs to be improved to avoid double-scanning
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274895 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
d58bf0b8ea
better be consistent
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274894 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
3203dee26c
More problems with case sensitivity
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274893 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
1eafac93d3
fix behavior on case insensitive file systems
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274892 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
e65fb2c1cc
style
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274891 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
fc0f15ccca
add space in error message
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274890 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
cc3c93cc08
there was a small bone here too (name of a target was wrong).
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274889 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
d7b9ddf84d
there was still a little bone :)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274888 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
e955e3d961
removeLeadingPath doesn't work if leading is a filesystem root - found by Antoine
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274887 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
21b09b4cdd
Typo
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274886 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
9f66d99a5d
Add comments as suggested by Jan
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274885 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
12383504ac
References not passed by antcall
PR: 21724
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274884 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
4653e638dd
Don't use a data descriptor for deflated entries in ZipOutputStream if
we can seek the output. Use this feature in <zip>.
PR: 19195
Submitted by: Richard Evans <richard.evans@retek.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274883 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
c35a248ef8
corrected last entry
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274882 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
b6caf517ff
Prevent adding sysproperties with a null key or a null value
PR: 21684
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274881 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
0a69ae53ef
2003
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274880 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
f62487dd91
missing closing / in XML filelist element
PR: 21784
Submitted by: aledonne at yahoo dot com
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274879 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Conor MacNeill
0a1f397f17
Correct case of Class-Path attribute
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274878 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
5ac6359a7a
Add a method in DirectoryScanner to reset the default exclude patterns
Add corresponding functionality in <defaultexcludes>
Update tests
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274877 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
facb8658b2
Fix for NPE reported by Nick Chalko.
When overriding a definition the code did not
check if the old (or new) definitions classes existed
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274876 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
4a1ac5da9c
fix the fixed spelling
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274875 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
96e154c41d
OpenVMS is not Unix
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274874 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Peter Reilly
a60f74fde4
typeo
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274873 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
5c39697bd9
Fix bootstrap scripts
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274872 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
f2503b8a60
2003
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274871 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Conor MacNeill
89a45c4620
Update stylesheets to use Xalan2 redirect.
PR: 21627
Submitted by: Paul Krause
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274870 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Conor MacNeill
6e4e93280e
Some javadoc'ing
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274869 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Conor MacNeill
c915cffb69
pickup defs from main build via import
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274868 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Conor MacNeill
bf8f58b721
Ensure text is added
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274867 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Conor MacNeill
02e1648724
Refactor script related tasks into single ScriptRunner utility.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274866 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
8585763d20
Fix a problem introduced in the recent optimization of DirectoryScanner :
under Windows, the case of the includedFiles and of the includedDirectories
was influenced by the case used in the include patterns of the fileset.
This change fixes it.
I am using File.getCanonicalFile() because it is the only way I know to get
the real case of a file under Windows.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274865 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
930f2f2030
make the new tests involving case sensitivity or not pass on Windows
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274864 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
9b3933e4e2
style
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274863 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
bc4909539a
Document the preservation of lineendings in Translate
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274862 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
ff164b0006
Add a line ending at the end of the file used for unit test
Fix the code of Translate.java to preserve line endings
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274861 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Antoine Levy-Lambert
edb91a00f3
allow 2 classes to compile (missing import)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274860 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Conor MacNeill
24eb5693d6
Coding conventions
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274859 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Conor MacNeill
3a35c7d914
style
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274858 13f79535-47bb-0310-9956-ffa450edef68
22 years ago