Peter Reilly
0dd2ec90a5
more magic num
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@577684 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Peter Reilly
7aff35c2c2
more magic numbers
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@577364 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Peter Reilly
a914355da2
more magic numbers
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@577308 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Peter Reilly
baf9ffa96f
checkstyle
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@577307 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Steve Loughran
81ae3f7447
bugzilla ID 38199, symlink fails on second call
bugzilla ID 43426, <symlink> cant create a symlink over a file
solution is the same: opt for ln -sf after trying to do it internally. We could perhaps drop all ant deletion operations, for a much simpler operation.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@577281 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Steve Loughran
1ecdefae95
make this synchronized, especially the pop
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@577279 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Peter Reilly
c4a771c03a
magicnumbers
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@577263 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Peter Reilly
6a1014d73c
trailing ws
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@577262 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Peter Reilly
e90f94aaef
checkstyle
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@577261 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Jan Materne
b74c410de4
some notes about the file types of the distribution
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@577183 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Steve Loughran
9261f98e42
bug ID 43348: add FileProvider interface for file providing resources
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@576771 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Steve Loughran
3cd3ea5671
bug ID 43348: add FileProvider interface for file providing resources
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@576769 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Peter Reilly
f3e4a4790e
magic numbers
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@576370 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Jacobus Martinus Kruithof
9d30d3cd2a
Improved InterruptException handling, especially from Parallel task. Should also solve Pr 42924.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@576177 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Jacobus Martinus Kruithof
f1e7b4baf5
Improved InterruptException handling, especially from Parallel task. Should also solve Pr 42924.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@576176 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Jacobus Martinus Kruithof
9cd9731a62
Added a basic profiling logger.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@576173 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Kevin Jackson
6195da77a4
-remove extra whitespace
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@575874 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Peter Reilly
e29e6c080c
checkstyle - magic numbers
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@575728 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Peter Reilly
fe4759fae9
more checkstyle
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@575726 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Peter Reilly
40f19de355
opps
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@575667 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Stefan Bodewig
1bc133e8e4
typos
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@575659 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Peter Reilly
33251075ea
magic numbers
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@575634 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Kevin Jackson
60eb01908b
-use isClosed instead of isEOF, bugzilla #43092
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@575511 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Peter Reilly
95a74e9637
checkstyle
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@574889 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Jan Materne
2f86109f47
Make use of the FailureRecorder
- ${junit.collector.dir} references ${build.dir} therefore a change of the order was necessary
- makro "test-junit" uses the recorder like the manual sais
- invocation of batchtest is now dependend on ${hasFailingTests} (set by <test-junit>)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@574557 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Jan Materne
f02f90064b
* Refactoring of FailureRecorder: use of a helper class instead of helper methods
* FailureRecorder creates better names in the generated testcase
* just put in into Ant 1.8.0
* sorting of the failed tests
* javadoc
* update the manual
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@574554 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Jacobus Martinus Kruithof
824c630ff9
TempFile changes (ctd)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@574381 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Jacobus Martinus Kruithof
a5b10335fc
TempFile changes (ctd)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@574363 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Jacobus Martinus Kruithof
857411cff1
TempFile changes (ctd)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@574360 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Jacobus Martinus Kruithof
7e05b3d981
pr33969: tempfile task / FileUtils.createTempFile now actually creates the file.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@574339 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Jacobus Martinus Kruithof
02fce032ed
pr 41724: FTP task fail, FTPClient may return null in its arrays.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@574313 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Matthew Jason Benson
ffeb30bcce
equals BC to support subclasses :/
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@574302 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Jacobus Martinus Kruithof
228efb0efc
Pr 43330, suppress printing of cvs password in case it is given on the command line.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@573855 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Peter Reilly
3426002af9
add a method to see if a nested element is supported via reflection
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@573642 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Peter Reilly
c7e4640df9
Bugzilla: 43324 stackoverflow
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@573537 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Magesh Umasankar
9ca90c8d55
Profile update
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@572970 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Magesh Umasankar
830468a988
Profile update
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@572969 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Jan Materne
09c490d485
Spell check.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@572921 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Peter Reilly
d5d9904316
checkstyle
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@572616 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
Peter Reilly
171569c18d
opps
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@572565 13f79535-47bb-0310-9956-ffa450edef68
18 years ago
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