Matthew Jason Benson
b963738e05
Grammar, plus removed the comment about where a fileset can be
since it can pretty much be anywhere.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277835 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
5e121baa8c
typo
Obtained from: Yuji Yamano
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277833 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Steve Loughran
a5d61d122c
typo in the javadocs
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277832 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
9207c3cd53
Spelling, blank lines
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277831 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
6ce76d1353
Javadoc, LOC
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277829 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
7808487f0a
Typos
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277828 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
4d0a437116
add reference to stylesheet for rest of files (except a few that contain non-ascii characters)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277827 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
6639088df4
add css + remove non ascii
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277826 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
0fb6ce69c2
Forgot to commit testcase for doubled EOF char on the new filter-delegated
FixCRLF task. Translated test assertions from Java to Ant.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277825 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
775e413520
add reference to stylesheet for OptionalTypes
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277824 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
1bf0f85441
add reference to stylesheet for CoreTypes
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277823 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
76995baa8b
add reference to stylesheet for OptionalTasks
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277822 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
f62a1b10b7
add reference to stylesheet for CoreTasks
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277821 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
9bcf24b70b
css stylesheet for hand written manual pages
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277820 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
8fa08804bc
change levels to correspond to other pages
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277818 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
650c0ab0b1
Stop being so optimistic; move isDeeper() to 1.7
Add @return to contentsExcluded javadoc
Remove unnecessary File.separator from endsWith comparison in contentsExcluded
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277817 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
7ad3a99169
static final variables:
csScanOnly -> CS_SCAN_ONLY, csThenNonCs -> CS_THEN_NON_CS
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277816 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
a62c18b465
Reuse boolean[] instances for case-sensitivity iterations when scanning;
reverse logic for better clarity of intent with these arrays.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277815 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
9b1699347c
Move DirectoryScanner.getScannedDirs() to package-private access;
add DirectoryScannerTest to tests.and.ant.share.classloader tests.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277814 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Steve Loughran
45088ad68e
javadocs
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277813 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Steve Loughran
9363746565
Doc update.
bug "rmic always compiles on Java1.5"
http://issues.apache.org/bugzilla/show_bug.cgi?id=33862
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277812 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Steve Loughran
b1f75a400d
First fix the tests to fail when they should, then fix rmic to work as before, even on Java1.5, then add new tests to explicitly do version checks.
bug "rmic always compiles on Java1.5"
http://issues.apache.org/bugzilla/show_bug.cgi?id=33862
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277811 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Steve Loughran
34e8714938
deal with javac1.5 whinings
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277810 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Steve Loughran
a9ce12032f
Excluding XSD tests on systems without an adequate parser.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277809 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
eb5ec854aa
Apt -> apt in example
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277808 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Stefan Bodewig
d451d34180
2005
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277806 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Steve Loughran
7d0746c62f
Fixing apt with correct method name, some more javadocs.
http://issues.apache.org/bugzilla/show_bug.cgi?id=33853
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277805 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
1192541482
missing description for uri
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277803 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
ab318cb447
yuck, tabs
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277801 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
03c4f14818
add verbose attribute to <subant> task
PR: 33787
Obtained from: Craig Ryan, Frank Somers
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277799 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Jan Materne
662e9e6741
Hide unfinished areas, update bugzilla part.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277796 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
dd7d6b246e
By popular demand: Do not scan directories if their contents are excluded.
Changed scannedDirs from a cache to a result and added a gettor method
with a warning in the Javadoc that it was a testing method only.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277795 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Jacobus Martinus Kruithof
589e48aa3c
PR: 33770
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277794 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Jacobus Martinus Kruithof
2d1c5924e5
PR: 33770
Improved FTP task to not fail on hidden directories.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277793 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
ab08e2cd25
1. Remove unused private inner class.
2. Fix loop introduced by a seemingly innocent logic change :(
3. Fix bug that caused extra EOFs when input already contained EOF.
4. Make instances constructed with a Reader usable.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277792 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
ad37501556
Add a link to selectors from isfileselected.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277790 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
7721d8606c
Various terseness like I tend to do;
More importantly, fixed Gump failure on Unix (see end of change list).
Dyslexia strikes!
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277789 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
542b708954
Remove empty default constructor;
create the filterchain Vector only once per Object.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277788 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
5061e731c3
1. Add Kevin Greiner's FixCrLfFilter (slightly modified)
2. Adapt FixCRLF the task to use the filter (single set of fixcrlf code)
3. Implement ChainableReader in FixCRLF so that the existing taskdef
will be recognized as a nested element in a filterchain.
PR: 33155
Submitted by: Kevin Greiner
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277787 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
0777fa853a
Eliminate possible NPE; note that previous change
addressed bug 33118 at least partially.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277786 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
c5fc0e2e08
move isfileselected to 1.6 branch
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277784 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Jacobus Martinus Kruithof
ca8690b445
junit -> junit-3.8.1
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277783 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Peter Reilly
30461e768c
perpare to move to 1.6.3
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277781 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Jacobus Martinus Kruithof
0219f407f4
Noticed an java 1.1 reference in the copy page.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277779 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Matthew Jason Benson
015ec69fd1
Add preservelastmodified attribute to fixcrlf.
PR: 25770
Submitted by: Yuji Yamano
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277778 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Jacobus Martinus Kruithof
8eca06e6fc
updated cright
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277777 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Jacobus Martinus Kruithof
88b40e16d0
renamed parameters to avoid hiding,
reduced visibility of member methods of inner class
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277776 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Jacobus Martinus Kruithof
99903f49b5
reduced visibility of the members not defined in super class of a private inner class
removed unnecessary casts
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277775 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Jacobus Martinus Kruithof
0ba9db2412
Renamed parameter to avoid hidden member variable
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277774 13f79535-47bb-0310-9956-ffa450edef68
21 years ago
Jacobus Martinus Kruithof
2584f8e894
Removed unused local variables (after verification for documented side effects)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277773 13f79535-47bb-0310-9956-ffa450edef68
21 years ago