Jan Materne
|
c7f7d99c3d
|
Add tests. Document the regexp for attribute name.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@530664 13f79535-47bb-0310-9956-ffa450edef68
|
18 years ago |
Jan Materne
|
b8bdf2149a
|
Check every single character instead of trying using regexp's.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@530662 13f79535-47bb-0310-9956-ffa450edef68
|
18 years ago |
Jan Materne
|
4462d80608
|
Validate the name of manifest attributes. ATM only whitespaces are catched, need some help with the regexp version.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@530374 13f79535-47bb-0310-9956-ffa450edef68
|
18 years ago |
Stefan Bodewig
|
781433259a
|
Java 6's javac doesn't understand -source 1.1 either (found by Gump and the log4j build <http://gump.zones.apache.org/gump/test/logging-log4j-12/logging-log4j-12/gump_work/build_logging-log4j-12_logging-log4j-12.html>)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@529855 13f79535-47bb-0310-9956-ffa450edef68
|
18 years ago |
Peter Reilly
|
f1e9c972fb
|
bugzilla: 42142 add name of missing archive for zipfileset
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@529630 13f79535-47bb-0310-9956-ffa450edef68
|
18 years ago |
Jacobus Martinus Kruithof
|
a069b78495
|
Bug 42055, improved cygwin documentation.
supplied by Daniel Santos
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@529015 13f79535-47bb-0310-9956-ffa450edef68
|
18 years ago |
Steve Loughran
|
1ca86ed01c
|
now I understand how proxies work under Java 5
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@528522 13f79535-47bb-0310-9956-ffa450edef68
|
18 years ago |
Matthew Jason Benson
|
7fe632db24
|
static inner should fix 1.2 probs
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@528047 13f79535-47bb-0310-9956-ffa450edef68
|
18 years ago |
Matthew Jason Benson
|
fae1165196
|
add test
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@528046 13f79535-47bb-0310-9956-ffa450edef68
|
18 years ago |
Jan Materne
|
b8f86dec15
|
Add JPP - JavaPreProcessor.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@527828 13f79535-47bb-0310-9956-ffa450edef68
|
18 years ago |
Steve Loughran
|
41bd95f7ea
|
adding javadocs. It seems to me that this code could be replaced by deleteChars.indexOf(c)>=0, delegating the loop to the string class itself
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@527130 13f79535-47bb-0310-9956-ffa450edef68
|
18 years ago |
Jacobus Martinus Kruithof
|
ef5fa00d23
|
Optimization of the change commited yesterday.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@526722 13f79535-47bb-0310-9956-ffa450edef68
|
18 years ago |
Jacobus Martinus Kruithof
|
a109f4fc4f
|
unused imports / serialverUID
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@526568 13f79535-47bb-0310-9956-ffa450edef68
|
18 years ago |
Jacobus Martinus Kruithof
|
20e8233e70
|
Changes after static code analysis.
new Long...longValue new Int...intValue -> Long.parseLong(..)
and arraycopy to copy arrays
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@526548 13f79535-47bb-0310-9956-ffa450edef68
|
18 years ago |
Jacobus Martinus Kruithof
|
2e15eb8a03
|
Changes after static code analysis.
code changed
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@526547 13f79535-47bb-0310-9956-ffa450edef68
|
18 years ago |
Jacobus Martinus Kruithof
|
d5836ac061
|
Changes after static code analysis.
Code totally equivalent
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@526545 13f79535-47bb-0310-9956-ffa450edef68
|
18 years ago |
Jacobus Martinus Kruithof
|
fc24b8bbec
|
Changes after static code analysis.
Code changed.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@526544 13f79535-47bb-0310-9956-ffa450edef68
|
18 years ago |
Jacobus Martinus Kruithof
|
a664a97520
|
Changes after static code analysis.
Code changed.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@526542 13f79535-47bb-0310-9956-ffa450edef68
|
18 years ago |
Jacobus Martinus Kruithof
|
dd84420703
|
Changes after static code analysis.
Code changed.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@526541 13f79535-47bb-0310-9956-ffa450edef68
|
18 years ago |
Jacobus Martinus Kruithof
|
5ae25f988b
|
Changes after static code analysis.
Code really changed.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@526539 13f79535-47bb-0310-9956-ffa450edef68
|
18 years ago |
Jacobus Martinus Kruithof
|
1af32c7d51
|
project cannot be null, few lines bewore and next line would throw NPE.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@526485 13f79535-47bb-0310-9956-ffa450edef68
|
18 years ago |
Matthew Jason Benson
|
d121889dca
|
Patternset allows nested inverted patternsets using <invert>.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@526228 13f79535-47bb-0310-9956-ffa450edef68
|
18 years ago |
Jacobus Martinus Kruithof
|
f9bc9d18bf
|
Test should also pass on other platforms.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@524882 13f79535-47bb-0310-9956-ffa450edef68
|
18 years ago |
Antoine Levy-Lambert
|
23de1130b0
|
test for Bugzilla 41948
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@523867 13f79535-47bb-0310-9956-ffa450edef68
|
18 years ago |
Antoine Levy-Lambert
|
e52412cab9
|
restore detailed import lines
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@523683 13f79535-47bb-0310-9956-ffa450edef68
|
18 years ago |
Antoine Levy-Lambert
|
25b1695de8
|
adding since tag for new method
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@523682 13f79535-47bb-0310-9956-ffa450edef68
|
18 years ago |
Antoine Levy-Lambert
|
1e4c39fb60
|
adding a method to find wrong cased files
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@523681 13f79535-47bb-0310-9956-ffa450edef68
|
18 years ago |
Steve Loughran
|
86354e2b23
|
draft for burning to CD, distribution to attendees.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@521804 13f79535-47bb-0310-9956-ffa450edef68
|
18 years ago |
Matthew Jason Benson
|
c07521eee2
|
a little poking at Jan's changes (thanks Jan) and elaborate on the \<compare\> selector example
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@521290 13f79535-47bb-0310-9956-ffa450edef68
|
18 years ago |
Matthew Jason Benson
|
bbd75a7c27
|
Add IgnoreDependenciesExecutor for weird cases when the user wants to run only the targets explicitly specified.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@521278 13f79535-47bb-0310-9956-ffa450edef68
|
18 years ago |
Jan Materne
|
b12f5a3526
|
Forgotten to document the namespace.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@521146 13f79535-47bb-0310-9956-ffa450edef68
|
18 years ago |
Jan Materne
|
0ff79ca296
|
Add examples for <sort>. Got it from testcase and user-list (Matt).
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@521145 13f79535-47bb-0310-9956-ffa450edef68
|
18 years ago |
Steve Loughran
|
b73a3b386a
|
no need to mark static methods as final
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@520384 13f79535-47bb-0310-9956-ffa450edef68
|
18 years ago |
Steve Loughran
|
71812c8dc2
|
bug id 41904; -autoproxy broken.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@520382 13f79535-47bb-0310-9956-ffa450edef68
|
18 years ago |
Steve Loughran
|
5bef469923
|
Jan's feedback applied
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@520355 13f79535-47bb-0310-9956-ffa450edef68
|
18 years ago |
Kevin Jackson
|
aa90e61cd6
|
-revert to non-reflective close
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@519857 13f79535-47bb-0310-9956-ffa450edef68
|
18 years ago |
Jan Materne
|
9668d399a7
|
Show the used pattern.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@518952 13f79535-47bb-0310-9956-ffa450edef68
|
18 years ago |
Jan Materne
|
4ac52b48a3
|
Bug 41642: document not-setting of the property on empty strings. (LoadResource.java:184)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@518946 13f79535-47bb-0310-9956-ffa450edef68
|
18 years ago |
Jan Materne
|
7bbe7f8f01
|
Bug 41677: wrong example with .svn
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@518941 13f79535-47bb-0310-9956-ffa450edef68
|
18 years ago |
Kevin Jackson
|
8a9e8a9034
|
-sorry prevent NullPointerException
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@518897 13f79535-47bb-0310-9956-ffa450edef68
|
18 years ago |
Kevin Jackson
|
08ece01ed6
|
-use reflection to avoid duplicated code for close (various things that can be closed)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@518896 13f79535-47bb-0310-9956-ffa450edef68
|
18 years ago |
Kevin Jackson
|
19ae8da0e8
|
-typo (jeez)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@518895 13f79535-47bb-0310-9956-ffa450edef68
|
18 years ago |
Kevin Jackson
|
5750c6cfc5
|
-added simple respondsTo method
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@518894 13f79535-47bb-0310-9956-ffa450edef68
|
18 years ago |
Kevin Jackson
|
945b899793
|
-remove extra space
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@518872 13f79535-47bb-0310-9956-ffa450edef68
|
18 years ago |
Steve Loughran
|
510e386258
|
How to write a task
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@518225 13f79535-47bb-0310-9956-ffa450edef68
|
18 years ago |
Steve Loughran
|
aeb496305b
|
about to attempt some new master to get page layout right at print time
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@518215 13f79535-47bb-0310-9956-ffa450edef68
|
18 years ago |
Matthew Jason Benson
|
b771ed9ab1
|
clarify tokens nested tokenizer
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@518174 13f79535-47bb-0310-9956-ffa450edef68
|
18 years ago |
Jan Materne
|
84a526187d
|
Example using <resourcecount> inside <fail>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@518153 13f79535-47bb-0310-9956-ffa450edef68
|
18 years ago |
Jan Materne
|
cb278717d8
|
Documented wrong attribute.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@518151 13f79535-47bb-0310-9956-ffa450edef68
|
18 years ago |
Jan Materne
|
1258f6166a
|
Two examples using nested resource collections.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@518139 13f79535-47bb-0310-9956-ffa450edef68
|
18 years ago |