Conor MacNeill
a88ec34a6e
Fix up handling of input in nested builds.
PR: 18642
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274388 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
df03da5c6a
Add support for JProbe 4.x.
PR: 14849
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274387 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
9ba0cb2f6d
Improve standards compliance of created index.
PR: 16972
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274386 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
eb4b039d9a
2003
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274379 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
2998653672
Ignore index lists found when creating a jar with index="on".
PR: 10262
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274378 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
006b093ab2
Don't hardcode /usr/bin/env for Unix.
PR: 17642
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274375 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
5c01d4c164
Use a class that's only in antlrall.jar to add the "real" jar to our
classpath.
PR: 17807
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274373 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
b001eb2bcb
Initial refactoring to address 14849
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274372 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
9c51b355f7
Add <classespath> nested element to mirror <sourcespath> but point to
compiled classes.
Add <exclude> nested element to conditionally exclude packages from
being parsed.
PR: 17134
Submitted by: Bob Hays <electricbob at alephnaught dot com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274371 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Conor MacNeill
8d3002cf8a
Tweak the handling of config of tasks in task containers.
Tasks in task containers are not configured until they are used.
Other elements in Task containers (which is now supported by 1.6)
will be configured when the task container itself is configured.
Remove override in Sequential as it is no longer necessary
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274370 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
41029abcb8
2003
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274368 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Conor MacNeill
38f6eba8a1
Defer configuration of TaskContainer's tasks. This forces Tasks to get
configured just prior to execution picking up latest property values
etc.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274366 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Conor MacNeill
662f68f096
Change reporting of problems creating elements within Task containers to
say that the container does not support the given nested element.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274365 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
13355064e6
Recompile grammar if supergrammar has changed.
PR: 12961
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274364 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
4c30847da6
demonstrate bug 12961
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274363 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
3d1bc7efc8
Fix ANTLR's test8 testcase.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274362 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
c26280a07e
Remove redundant classes
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274361 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
79d5993c29
Compile, then commit!
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274360 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
b65d193a6c
Don't say milliseconds when you mean seconds
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274359 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
e601be9dd7
Make <sshexec> wait for the remote command to finish.
Requires jsch-0.1.3 to work.
Submitted by: Dale Anson <danson at germane dash software dot com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274358 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Conor MacNeill
6540a295cd
Small cleanup
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274355 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
49dd9d7a4e
unURIfy build-file name if necessary.
PR: 18352
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274353 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
161579a6d0
Move "where has this class been loaded from?" logic to LoaderUtils.
Use it in <junit>, <antlr> and Diagnostics.
As side effects:
* fix PR: 15131
* make Diagnostics compile using JDK 1.1
this doesn't mean CVS HEAD will build on JDK 1.1, still to fix are
Sync, SQLExec and EscapeUnicode.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274352 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
c99b33079f
Add tempdir attribute to <junit> to control placement of temporary file.
PR: 15454
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274351 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
f7d07d585c
Insert empty strings instead of "null" for groups that didn't match.
PR: 14619
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274344 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
88dcebf815
Various <concat> enhancements.
PR: 18166
Submitted by: Peter Reilly <peter dot reilly at corvil dot com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274341 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
96e6561e65
The xml formatter for JUnit will now honor test case names set with
setName
PR: 17040
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274340 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
53e3cf8d77
revert some formatting changes
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274335 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
04c60dbd61
<copy> and <move>'s failonerror didn't apply to filesets pointing to
non-existant directories.
PR: 18414.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274334 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
c699181d06
<stripjavacomments> would consider // inside String constants comments.
PR: 17441
Submitted by: Jan Materne <jan at materne dot de>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274330 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
c84425e271
Add outputencoding attribute to <copy> and friends.
PR: 18217
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274328 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
21eb88b560
Add a forwardslash attribute to <apply>
Submitted by: Zdenek Wagner <wagner at cesnet dot cz>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274322 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
5d14cd4e49
prefix attribute of <zipfileset> would not generate directory entries
for the prefix itself.
PR: 18403
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274320 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
6482a14b62
Make starteam checkout handle deleted labels correctly.
PR: 17646
Submitted by: Brian Brooks <brian dot brooks at metavante dot com>
Reviewed by: Steve Cohen
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274317 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
4bd7216e70
Fix javadocs.
PR: 17143
Submitted by: Gus Heck
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274315 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
40ce7de3a6
New task <sync>.
PR: 12632
Submitted by: Dominique Devienne <ddevienne at lgc dot com>
Dan Armbrust <daniel dot armbrust at mayo dot edu>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274313 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Conor MacNeill
709e8bb7a2
Add manifest encoding options to control the encoding used to read in
manifests
PR: 17634
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274301 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
b86016b5a5
Don't include Sun's runtime when compiling with jvc unless the user
explicitly asks for it.
PR: 18055
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274295 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
4e347a681e
Make <cab>'s basedir optional.
PR: 18046
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274288 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
d64034d24e
TarEntry's File-constructor didn't work for many OSes.
PR: 18105
At the same time, make the OS check Locale independent.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274286 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
fc6826126d
JDK 1.1
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274266 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
f624f1bf4d
Add support for HP's NonStop Server (formerly known by several names,
including Tandem).
Submitted by: Mirko Zeibig <Mirko dot Zeibig at t dash systems dot com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274262 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
9b1f689403
New filter <escapeunicode> that translates non-ASCII characters to
\u1234 escapes.
addresses PR: 17506
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274258 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
f99cce1406
Remove reference to Jakarta
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274256 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Steve Loughran
8d8f877c7e
subant goes in there (provisionally)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274254 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Steve Loughran
28a9071315
documentation for xdocs to pick up
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274253 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Steve Loughran
e8dec6b493
xdocs is strict about semicolons outside methods
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274252 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Steve Loughran
2270580b77
option to preserve formatting in inline SQL, bug ID http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10719
The diff is bigger than it need be; someone's editor must have stripped extroneous whitespace, or tab to spaced it. There are no tabs or trailing spaces in the commit, I believe.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274251 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
4bdc90bd5e
misleading @since tag
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274249 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
f984f9775a
This is supposed to fix bug 17871.
The patch looks innocent enough for me to merge it into the 1.5 branch
right away, but I cannot really verify it fixes the bug because of my
persistent (and self-imposed) lack of a Windows system.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274248 13f79535-47bb-0310-9956-ffa450edef68
23 years ago