Stefan Bodewig
a1102edeba
2005
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278172 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Jacobus Martinus Kruithof
cae92752e5
Fixed minor threading issue in StreamPumper
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278170 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Jacobus Martinus Kruithof
4aaf33f45e
PR: 34502
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278169 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Jacobus Martinus Kruithof
c0bb2736d0
Somehat more intelligent way to let windows catch up in java test
PR: 34502
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278168 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Jacobus Martinus Kruithof
c1153f2f17
time /t gives IOException / error=2 (file not found) on win XP home NL.
cmd.exe should be available on all NT versions.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278167 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Matthew Jason Benson
64798621cd
duh
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278165 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Steve Loughran
a2f33d1681
javadocs
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278164 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Peter Reilly
8e23e6e3be
just change the exception and not make a new exception
when hiding the macro
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278163 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Peter Reilly
738352473a
typeo
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278162 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Peter Reilly
eaef2bfdbe
add backtrace attribute to <macrodef>
PR: 27219
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278161 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Steve Loughran
08406b67b5
mark a task use as <code>, wrap some lines.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278160 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Stefan Bodewig
cd9c29978a
2005
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278158 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Steve Loughran
fc605cd185
nt->winnt
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278157 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Steve Loughran
a9fbbe09f8
add os and exec changes.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278156 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Steve Loughran
370ac32906
Now for the fun. Exec adds an osfamily attribute, so you can restrict execution to a platform such as nt, or unix. This propagates to execon, so into chmod, attrib, etc. We could therefore adapt them use osfamily as their way of being unix or windows only.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278155 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Steve Loughran
9d42c87a1a
Os gets
-specific test for nt based systems
-refactored (less recursive) OS analysis
-constant strings for every family
Patched into chmod.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278154 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Jacobus Martinus Kruithof
db20074a24
Avoid using of CharacterIterator for URIs that do not contain %, as suggested in pr34529.
PR: 34529
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278152 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Steve Loughran
3c1fd84dc2
flush any output before we run.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278150 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Jesse N. Glick
00ef05647f
Noting a difference between <property file="..."/> and <loadproperties srcfile="..."/>.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278149 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Antoine Levy-Lambert
7cdd544ac0
Added missing dot at end of paragraph
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278148 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Antoine Levy-Lambert
dd6f6417d1
ant.bat was missing runAntNoClasspath label for goto
PR: 34510
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278146 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Antoine Levy-Lambert
c8d28cf5ba
add at since tag for new method
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278144 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Antoine Levy-Lambert
500030a537
Make Zip#createEmptyZip be called again when empty zips need to be created
(similar for overrides in superclasses)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278143 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Matthew Jason Benson
4b343f551b
The refid attribute of the I/O redirector was not functional.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278141 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Stefan Bodewig
83eb9264ac
Make sure we add a location when <java> fails
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278139 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Stefan Bodewig
b74a6991bd
Some assert tasks
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278138 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Stefan Bodewig
134d95afef
Major speed improvements on BZip2 streams.
PR: 24798
Submitted by: Joerg Wassmer <joerg dot wassmer at web dot de>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278137 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Stefan Bodewig
3477bbf647
untabify
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278136 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Steve Loughran
0c39b52b1d
Java1.5 has different classes in the parent. i've blocked off the xml parser stuff; i worry if that is the right thing to do, but it adheres to the spec.
This may be something to go into 1.6.3
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278135 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Steve Loughran
624de01496
close a <tt>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278134 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Jacobus Martinus Kruithof
2e7282679d
Obtained from: Kev Jackson
Javadoc in ContainerMapper to contain lowercase code instead of uppercase code.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278133 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Matthew Jason Benson
0d9c7281cc
Task.init() was called twice for most tasks.
PR: 34411
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278132 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Matthew Jason Benson
9229d25b42
When getting the real object from UE, do not call Task.init() on the Object
returned from ComponentHelper as init() has been called in createComponent().
PR: 34411
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278131 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Stefan Bodewig
d56d435838
merge fix for 27162
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278128 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Stefan Bodewig
b1d8a1a56d
Oops, forgot /reference:
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278127 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Stefan Bodewig
67776debe7
mcs on Linux doesn't like quotes in /references.
I guess it is a platform-depenent command line parsing issue rather
than Mono vs MS, so I madi it conditional on the OS.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278126 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Matthew Jason Benson
2cbfa09eb6
Add linecontains/linecontainsregexp negate attribute to WHATSNEW.
PR: 34374
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278125 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Matthew Jason Benson
86cd020ce9
Add negate attribute to linecontains and linecontainsregexp filterreaders.
PR: 34374
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278124 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Matthew Jason Benson
19731e2b2f
Lower-case HTML tags
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278123 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Bruce Atherton
890850c8a8
Why not fix the comment while we are at it?
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278122 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Matthew Jason Benson
6bd9a3ed78
Remove "strip-duplicates" behavior from; add condition behavior to, Length task.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278120 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Bruce Atherton
c3018eaa64
Round NTFS Granularity up rather than down
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278117 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Matthew Jason Benson
85cb24b8eb
Remove stray semicolon.
PR: 34356
Submitted by: Jim Fuller
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278116 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Matthew Jason Benson
76cd0bc786
Remove KeepGoingExecutor; keep-going responsibility is on each Executor impl.
PR: 22901
Submitted by: Alexey Solofnenko
Reviewed by: Matt Benson
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278115 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Matthew Jason Benson
2c68e6ab60
Add subproject Executor to Executor interface + its use to Project & Ant task.
Move keep-going awareness to Executors.
PR: 22901
Submitted by: Alexey Solofnenko
Reviewed by: Matt Benson
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278114 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Jacobus Martinus Kruithof
faba017869
Made compilable on 1.2 / 1.3
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278113 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Steve Loughran
c68814d655
ok, sometimes drift is -ve.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278112 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Steve Loughran
b5e043025f
looking@why my junit reports are apparently an hour old. No fix, but -diagnostics now prints some clock info, and examines diffs between temp dir and local clock and complains if they are too different. (>10s, purely arbitrary)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278111 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Bruce Atherton
3928b4fa9d
Improved heuristics on file timestamp granularity by adding an NTFS category and checking for it
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278110 13f79535-47bb-0310-9956-ffa450edef68
20 years ago
Matthew Jason Benson
a63a14400d
Work around jdk 1.4.2(no _version) jarsigner bug.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278109 13f79535-47bb-0310-9956-ffa450edef68
20 years ago