Peter Reilly
05fe7f0d73
remove a deffered test
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@572446 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Peter Reilly
77e30d795e
now 1.8.0
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@572445 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Peter Reilly
cf1d42faa6
version -> 1.8.0
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@572392 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Peter Reilly
32ccb517d0
remove resolution for references that are not resolved during normal runtime execution
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@572374 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Peter Reilly
529a3f8250
revert readfully change, add in safeReadFully
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@572363 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Peter Reilly
85e45b701b
opps
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@572332 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Peter Reilly
9249e9eba5
change some usages that assumed null from readfully
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@572329 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Peter Reilly
9cbd4b06f0
update message about reference handling
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@572309 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Peter Reilly
a9592b869e
Bugzilla 43292: filtermapper could throw an NPE. - change FileUtils to return an empty string rather than null for zero-length files
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@572302 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Jacobus Martinus Kruithof
709b55e997
Pr 43169 Ant home page displays in the current frame
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@571972 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Jacobus Martinus Kruithof
f14a2ef8c3
Improvement of handling mappers in the touch task. datetime and millis now take precedence over the timestamp on the original file. Bugzilla report 43235.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@571970 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Matthew Jason Benson
3f1f3c6c15
Ant 1.8 required for props antlib
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@570947 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Peter Reilly
4c69b551ec
magic numbers
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@569089 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Peter Reilly
35cadddc98
more magic numbers
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@568885 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Peter Reilly
77068fb7e1
bugzilla 43040: incorrect information on when tasks get created
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@568882 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Peter Reilly
7ec7ef9d62
place the cleanup code in a finally clause
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@568876 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Peter Reilly
ddd5fc4276
remove some magic numbers
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@568704 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Matthew Jason Benson
efc87c4aba
demonstrate missingdir fileset exists but is empty
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@568635 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Matthew Jason Benson
90134276aa
sp; elaboration
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@568633 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Peter Reilly
51a68c6ece
trailing spaces
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@568592 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Peter Reilly
f2edbee8a3
eol-style
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@568520 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Peter Reilly
5ca20bd169
fix manual entry for erroronmissingdir
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@568518 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Peter Reilly
e3706a1f7b
add o.a.t.a.property to bootstrap compilation
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@568513 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Peter Reilly
735315c1ea
allow a propertyevalulator to signal that it 'owns' the property, but the property is not set
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@568511 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Peter Reilly
390398d38e
adding null return
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@568510 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Peter Reilly
eaa4b86d6b
Bugzilla 43114: package-info.java repeatedly compiled
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@568503 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Peter Reilly
b0bdced687
Bugzilla 11270: add errorOnMissingDir attribute to fileset
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@568495 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Peter Reilly
40c79e5354
opps
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@568204 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Peter Reilly
8d9358d369
checkstyle: some magic numbers
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@568201 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Peter Reilly
395ad149e6
allow redundant throws, do not allow illegalimport
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@568200 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Peter Reilly
f4ee8dcc26
Allow reflection on setX(Object x) to be an xml attribute
Normally x will be of String type, however with the new
PropertyHelper, x may be of other types.
x="${el:path.main}" for example.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@568096 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Peter Reilly
3d0a8d3ae3
optionaly allow build to pass even if tests fail
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@568091 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Peter Reilly
3db7169d69
adding componentdef to WHATSNEW
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@568040 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Peter Reilly
948962aa6c
stylebook has changed from cvs to svn
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@567759 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Peter Reilly
68d4cfaac3
add in property delegate to set properties
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@567752 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Peter Reilly
8967c1546c
add some helper methods on PropertyHelper to access the get/get methods
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@567747 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Peter Reilly
7896dac845
fix for bugzilla 43121 - war task inconsistent bahaviour
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@567744 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Peter Reilly
eefee2f267
make a big method a little smaller
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@567600 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Peter Reilly
04340a9cb3
remove gt 7 param method
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@567595 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Peter Reilly
8f4a67608a
reduce size of big method
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@567593 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Peter Reilly
8b0f5b8c9b
reducing the size of the big method
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@567589 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Peter Reilly
3ef74849ef
reduce method length
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@566990 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Peter Reilly
1266e53bd1
make huge method in a number of methods
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@566726 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Peter Reilly
30ed25c7c7
make huge method in a number of methods
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@566724 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Jacobus Martinus Kruithof
054d49663e
Pr 43016 improved error reporting on nothing to compress.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@566707 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Peter Reilly
c1ed1355c8
add in defines for version numbers
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@566693 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Jan Materne
4dc0a68c27
Cannot find these IDE-Integrations
- AntMan (JDeveloper)
- AntWork (Jext)
Update
- Eclipse
- NetBeans
- WebSphere
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@565328 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Jan Materne
66a4fdaf8b
new IDE with Ant-Integration
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@565321 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Peter Reilly
af8481f32b
opps
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@565113 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Peter Reilly
073153dd37
checkstyle
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@565104 13f79535-47bb-0310-9956-ffa450edef68
18 years ago