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
22 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
22 years ago
Conor MacNeill
dd281425aa
Eliminate a few more tables for layout
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274369 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
41029abcb8
2003
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274368 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Conor MacNeill
aa60b7cb12
Remove some tables from HTML and use CSS for layout instead.
More to come
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274367 13f79535-47bb-0310-9956-ffa450edef68
22 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
22 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
22 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
22 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
22 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
22 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
22 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
22 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
22 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
22 years ago
Stefan Bodewig
99905c75ac
Part 2 of Antoine's patch
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274357 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
5cdfabc038
Sync with main code line
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274356 13f79535-47bb-0310-9956-ffa450edef68
22 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
22 years ago
Stefan Bodewig
7ffe10a74b
ANTLR 2.7.2 creates two files, PR 17807
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274354 13f79535-47bb-0310-9956-ffa450edef68
22 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
22 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
22 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
22 years ago
Stefan Bodewig
014117fff5
Two fixes will be in 1.5.3
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274350 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
dbb7a9ccfb
One ANT_OPTS should be enough
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274349 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
5e0752cf2f
merge from 1.5 branch
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274346 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
2864cede94
files attribute splits at spaces as well.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274345 13f79535-47bb-0310-9956-ffa450edef68
22 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
22 years ago
Stefan Bodewig
cc1ba1b47f
Improve pvcs docs by moving a paragraph
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274342 13f79535-47bb-0310-9956-ffa450edef68
22 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
22 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
22 years ago
Stefan Bodewig
d90686a9a8
Disable failing test
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274339 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
76b3474db7
Add testcase that shows property expansion in action - this one fails
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274338 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
d1856da943
Keep track of fixes
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274336 13f79535-47bb-0310-9956-ffa450edef68
22 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
22 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
22 years ago
Stefan Bodewig
52b0cf00a3
Oops
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274333 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
2b6e7767df
Demonstrate bug 18414
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274332 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
3abe710ac3
Upgrade to Xerces 2.4.0
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274331 13f79535-47bb-0310-9956-ffa450edef68
22 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
22 years ago
Stefan Bodewig
0eeac76aa3
demonstrate bug 17441
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274329 13f79535-47bb-0310-9956-ffa450edef68
22 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
22 years ago
Stefan Bodewig
4f509c65b0
Not only the absolute paths
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274325 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
1a07b74e7f
Provide some intra-page navigation links.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274323 13f79535-47bb-0310-9956-ffa450edef68
22 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
22 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
22 years ago
Stefan Bodewig
130eef527e
Demonstrate bug 18403
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274319 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
5af1ce76d2
Make wrapper script work if ant is a relative symlink and ANT_HOME
isn't set.
PR: 17721
Submitted by: Martin Frost <martin at macrospace dot com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274318 13f79535-47bb-0310-9956-ffa450edef68
22 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
22 years ago
Steve Loughran
3bf298063b
manual insertion of xdocs pages
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274316 13f79535-47bb-0310-9956-ffa450edef68
22 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
22 years ago
Conor MacNeill
d082c0f818
Update website with 1.5.3 Beta 1 availability
Remove Ant2 reference from front page
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274314 13f79535-47bb-0310-9956-ffa450edef68
22 years ago