Stefan Bodewig
8a1a7f9530
fix logic
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277723 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
000c62389f
Kaffe suddenly supports java.lang.Readable, but not InetAddress.isReachable
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277722 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
a317e0c69c
Remove trailing WS from blank lines.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277721 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
3dd161902e
2005
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277720 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Steve Loughran
78ebf871dd
lower success message to verbose output on schema validation. Could do the same for XmlValidate, and indeed, am sorely tempted to. Also added some javadocs.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277719 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Steve Loughran
350d80e927
Worked out how to validate XSD files themselves. Changes to task made, and the examples of the task now show how to do this.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277718 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Steve Loughran
d23feed981
Update with <schemavalidate>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277717 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
595133b251
Pathconvert no longer requires that one of (targetos|pathsep|dirsep)
be set; platform defaults are used when this is the case.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277715 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
eb442aa3a4
More LOC bumming
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277714 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
6956c66566
Trade 2 LOC for 10.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277713 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
767ac903c3
Missing quote in javadoc.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277712 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Steve Loughran
b69245c422
those extra tests I threatened
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277711 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
d51eb9c34f
Javadoc and moved members of $MapEntry .
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277710 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Steve Loughran
6591339aa0
still had an interim attribute name here. fixed.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277709 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Steve Loughran
fc7d08599f
Fix the date up
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277708 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Steve Loughran
2bf7351182
<schemavalidate>. Because I can never get the settings right.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277707 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Steve Loughran
649af7a77f
case warning. not important.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277706 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
83c26f549b
NPE when when <presetdef> tries to configure a task that
cannot be instantiated.
PR: 33689
Reported by: Steve Loughran
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277704 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Steve Loughran
18994a02c9
deprecation warning
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277703 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
a18bd33107
On second thought, this seems to be the real fix for
PR: 33412
when updating an archive, we never want to drop files from the
original archive, no matter what the current default excludes setting
says.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277701 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Steve Loughran
38e8c82493
This commit eliminates all (but one) use of Project.createTask("some name") from the codebase. It also sets up all created tasks using the new Task.bindToOwner call.
I'm tempted to retrofit Task.bindToOwner back to the 1.6.x codebase, for the benefit of third party tasks; same for the extra constructors for exec and java. Thoughts?
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277700 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Steve Loughran
6450a035db
no longer valid
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277699 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Steve Loughran
1821003e3d
these two get new constructors that do the config, as they get created so often.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277698 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Steve Loughran
83e3951f2b
Move the logic to bind a created task to an existing one into Task.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277697 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
936476ea69
adding a selector to abstractfileset did not null the cached directory scanner
now there is no need to null the directory scanner when cloning
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277696 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
e655ab99bd
Some people expect an INSTALL file, PR 33273
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277692 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
1d59a6d0ea
Clarify docs, PR 33282
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277690 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
2a7681820f
Allo zip to store files with size between 2GB and 4GB
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277688 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
3fe9c56566
Needed getDefaulexcludes in 1.6.3 for PR 33412
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277687 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
782e451151
<zip> update ignored defaultexcludes, PR 33412
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277685 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
3ead8e446a
Test for PR 33412
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277684 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
c798cf3db8
Don't close SocketClients if connect has failed, PR 33618
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277682 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
0562cd0400
clear the cached directory scanner when cloning an abstractfileset
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277681 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
6a3a312c21
Update Ant Pretty Build information
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277680 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
9d2a9aaa6e
Uninstall the ant RPMs hint by Robert Koberg
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277679 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
48f20ec356
I never claimed I could spell - thanks Martin
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277678 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
558c849718
Disable clone test until we know why it fails on Linux.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277677 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
939aa7c8ae
2005
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277675 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
97e550ce79
choose your digest wisely
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277674 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
6c8bd4c6dd
Add a tagdiff, which is probably more usefull than revisiondiff
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277673 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
daf1c91d10
Add some more common attributes
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277672 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
53cde27dd3
Use LineOrientedOutputStream with some tweaks to keep BWC signatures in LogOutputStream
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277671 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
dfa1546f5a
Port LineOrientedOutputStream from svn proposal, add tests
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277670 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
990122cd4f
Silly me forgot to commit the tests
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277669 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
67bb0f0728
Add revisiondiff to match cvstagdiff, well, sort-of
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277668 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
6784a0918b
*Really* fix Ant-URL
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277666 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
a122d45da7
fix Ant-URL
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277664 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
dc2db183ed
Attributes += verbose
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277663 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
7d40cdb4ff
Use a not-that active svn module, throw in a stylesheet
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277662 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
644897e7a5
Add more info on paths, don't accumulate information, msg -> message
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277661 13f79535-47bb-0310-9956-ffa450edef68
21 years ago