Stefan Bodewig
9fe0f5be4e
Directory based <javadoc>.
Two new nested elements, <packageset> and <fileset>. <packageset> is
a DirSet that points to directories which get translated into packages
if they contain .java sources, <fileset> points to sourcefiles.
<packageset> based on a patch by Daniel Ritchey <ritchey_49@hotmail.com>.
<fileset> allows you to select files in the default package as well.
PR: 6433
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272583 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
70fb06d172
Add contact info for WOProject
Submitted by: Andrus Adamchik <andrus-jk@objectstyle.org>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272582 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
c1c1f4fcff
New dir attribute for <patch>
Submitted by: Thanou Thirakul <thanou@intelliware.ca>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272581 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
e6fb386da0
remove some dead stuff.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272580 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
644005dd5a
Pointer to WOProject
Submitted by: Andrus Adamchik <andrus-jk@objectstyle.org>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272579 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Erik Hatcher
7415c32c47
PR 8521 - fix for exception for long task names provided by Jason Schuchert.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272578 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Erik Hatcher
600b5034c2
PR 8429 patch submitted by Nick Chalko - enables SQL tasks to be easily created using a common abstract base class.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272577 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Magesh Umasankar
8f09259a9e
Make the test pass (as expected) by specifying the working dir for antlr.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272576 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Magesh Umasankar
49158367a7
Fix compilation issue.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272575 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Jon Skeet
eab33d1169
Made the purpose of the no-arg constructor more obvious.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272574 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
233ae85c5f
Don't tell people we'd execute a given command line when we really do
something completely different.
I hope this will cut down the "Ant swallows my quotes" reports to
those that are real problems in Ant and not just problems of
communication.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272573 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
affdc94099
remove RPM building stuff from distribution.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272572 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
908959b441
There is some non-optional stuff in util/regexp
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272571 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
84d34080aa
pedantic mode again.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272570 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Diane Holt
fb11c8e5fe
properties -> system properties (as suggested by Knut Wannheden).
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272569 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
9d726c8470
remove generated files in tearDown method of TarTest.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272568 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Jon Skeet
df9c83121d
Double doh - don't append the first character twice.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272567 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
44f9042792
Make javac testcase work on JDK 1.4
Thanks Magesh.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272566 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Jon Skeet
8585c04348
Doh - use @exception , not @throws
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272565 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Jon Skeet
a33d29c589
Fixed up JavaDocs, improved efficiency of readLine.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272564 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Conor MacNeill
e2e194c854
Make sure generic jar is not help open by loader
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272563 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Magesh Umasankar
ccef0f8982
Implement and document a compression attribute for the tar and untar tasks.
Submitted by: Curt Arnold <carnold@houston.rr.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272562 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Erik Hatcher
28b202be02
oops... typo!
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272561 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Erik Hatcher
8dd98fa0cb
add date header. patch from PR #7851 by Kevin Grey
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272560 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Erik Hatcher
b868e985c2
Commons Logging listener
Gump alert: to get this built we need to have commons-logging.jar available, but without the bulid should work fine.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272559 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Diane Holt
e3b7ccdf35
Add Deployment Tasks/<serverdeploy>.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272558 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Diane Holt
5c4b1bdcc3
Oops.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272557 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
34d8396f3e
Move JAXP stuff into a new utility class.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272556 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
94fa51d8c2
make tests use JavaEnvUtils.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272555 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
73c26feb56
JDK 1.1 doesn't seem to grok spaces in the keys of a properties file,
no matter which version of escapes I have tried.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272554 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
9cf3138baf
reverted the logic in two tasks by accident.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272553 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
34528dbf65
spread the usage of JavaEnvUtils
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272552 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
e6706b6dae
Make live easier for projects that subclass Project by setting the
input handler to a default value.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272551 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
9be0c96b99
consider it done.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272550 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Peter Donald
7960f35355
Final move of myrmidon stuff
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272549 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
01b5ce6c03
Inherit input handlers in <ant*>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272548 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Peter Donald
187fb83b99
Fix javadoc
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272547 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Peter Donald
749151ae4f
Add in task that will display specification
and extension information about jars/libraries.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272546 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
150545be2f
Add documentation for new input stuff.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272545 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
6e595f17d7
We have moved.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272544 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
8ff69d7cae
Cleanup
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272543 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
991a1c8060
remove input proposal step 1
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272542 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
550607147f
merge input propsal into main tree.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272541 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
6de0aa0431
Make <xmlvalidate> use JAXP when the user didn't provide a classname.
This should make the tests work no matter which XML parser you used
(failed for me now as I still have Crimson on my CLASSPATH).
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272540 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Erik Hatcher
422f63ab87
patches provided by Nicola Ken Barrozi. documentation added. the "[]" and indexed properties were removed as they did not work properly and were not desired.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272539 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Erik Hatcher
0b3cd9d4fe
Enable property expansion when reading MailLogger.properties.file. Also, modified so error stack trace goes to System.err.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272538 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Erik Hatcher
f43a1d0628
Patch applied from Ville Skytt�, PR#8245.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272537 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Erik Hatcher
780343856b
Remove Crimson reference, switch to Xerces.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272536 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Conor MacNeill
7fc0d42636
Improve XML parser issue reporting
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272535 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Erik Hatcher
7b1b3d1667
added test to ensure XMLCatalog *and* classpath are working as expected.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272534 13f79535-47bb-0310-9956-ffa450edef68
23 years ago