Stefan Bodewig
abaeb89103
Don't die on empty values.
PR: 18625
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274424 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
84cab9935d
Demonstrate bug 18625
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274423 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
2652cf805d
Clarify docs
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274421 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
4c99d3e1cd
There is no bug
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274420 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
b1de9ab9c1
Demonstrate bug 18670
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274419 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
74cf9531d0
Make <javah> work on JDK 1.4.2.
PR: 18667
Submitted by: James Allers <jallers at advancedreality dot com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274418 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
e4041a1245
Provide user control over Statement's escape processing.
PR: 18822
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274417 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
c72f738f42
Keep record of fixed bugs
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274416 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
b3d02c1801
Don't defer setting of default excludes for the implicit fileset,
thereby making <tar basedir="..."> and <zip basedir="..."> honor this
attribute.
PR: 18637
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274415 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Conor MacNeill
db343d7f27
Fix link - oops
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274414 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Conor MacNeill
30f51e5e51
Ant 1.5.3 release
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274413 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
cbd2da200e
FAQ about the broken zip task in 1.5.2
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274409 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
0eb5b83418
Add pointer to JMX4Ant.
Submitted by: Jan.Materne@rzf.fin-nrw.de
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274407 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
d9ac8e5986
Document <input>'s defaultvalue attribute.
PR: 18717
Submitted by: Jan Mat�rne <jan at materne dot de>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274406 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Conor MacNeill
397cfc7139
Remove duplication in Parallel
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274405 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
90e36a8557
Article has been removed.
Submitted by: Jayakrishnan Nair
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274403 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Conor MacNeill
bfad69862e
Fix up handling of TaskContainer configuration.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274402 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Sam Ruby
a87868236d
Replace unprintable character (x'a0') with a space
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274401 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
4e5861e4d9
Add license
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274400 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
312804ccf7
Remove stray character
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274399 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Conor MacNeill
224400e507
New task container test, which fails. This doesn't fail as badly
under 1.5.x but nevertheless is not functional
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274398 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
1aca5cf036
Avoid reusing StringBuffers to work around JDK 1.4.1 memory leak.
I'm sure that my changes in most cases are of the paranoid type,
ResourceUtils and FixCRLF look as if they really had a chance of
running into trouble.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274397 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
f6e86e8809
Remove stray CRs
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274396 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
062217277c
Make <javacc> and <jjtree> work with JavaCC version 3.x.
PR: 18664
Submitted by: Jene Jasper <jjasper at abz dot nl>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274395 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
b719b19b85
Sync docs with new functionality.
Submitted by: Rob Anderson <Anderson dot Rob at vectorscm dot com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274394 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
3bb2c149ab
Speed up <junitreport> by buffering output.
Vastly reduce memory requirements of DOMElementWriter on JDK 1.4.1 by
using the workaround for JDK 1.4.1's StringBuffer#toString memory leak
(JDC BugParade Bug 4724129).
PR: 18504
Submitted by: Andrus Adamchik <mensk at users dot sourceforge dot net>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274393 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Conor MacNeill
ff657cc0df
Regen other pages
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274392 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Conor MacNeill
60e727e4e8
KHTML does not right align table cells
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274391 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Conor MacNeill
6c656bb0fa
More CSS - less tables
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274390 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
0396f77f99
Apply some reflection to become JDepend version independent
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274389 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
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
22 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
22 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
22 years ago
Stefan Bodewig
5d135bf963
Demonstrate bug 16972
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274385 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Conor MacNeill
f362736b9a
Regen all files
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274384 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Conor MacNeill
a17b515b5f
More CSS based layout
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274383 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Conor MacNeill
f208f1dd85
Menu now rendered with CSS
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274382 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Conor MacNeill
a8ad5a10bb
Remove footer table
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274381 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
af00b2e81d
Make sure that streams get closed
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274380 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Stefan Bodewig
eb4b039d9a
2003
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274379 13f79535-47bb-0310-9956-ffa450edef68
22 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
22 years ago
Stefan Bodewig
59d49ed44c
Demonstrate bug 10262
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274377 13f79535-47bb-0310-9956-ffa450edef68
22 years ago
Conor MacNeill
360b0da7f5
Enable test for task container property setting
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274376 13f79535-47bb-0310-9956-ffa450edef68
22 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
22 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
22 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
22 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
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