Peter Donald
4f069ecbb3
Add in initial cut of documentation for librarys.
It completely punts on descriptro format for the
time being - mainly as I already documented that
elsewhere and just need to convert it to xdocs
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271646 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Steve Loughran
4f7581e3df
attack of the tab police
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271645 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Steve Loughran
0c3b95004d
tuned timing in assertions
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271644 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Steve Loughran
54f065d579
new log message; bugzilla ID 6575
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271643 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Costin Manolache
d1dac8f1ba
Drop the AntBean proposal.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271642 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Jon Skeet
c3405caac5
JavaDoc changes.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271641 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Jon Skeet
87618d7cdc
JavaDoc changes, and raised a potential multithreading issue. Search
for XXX to see details.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271640 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Jon Skeet
2a4347a02a
JavaDoc comments and a couple of code changes.
Code changes:
Removed an unneeded nullity test null instanceof Foo is always false.
Changed replaceChild(UnknownElement, Object) with two methods:
replaceChild(UnknownElement,Task) and
replaceChild(UnknownElement,RuntimeConfigurable) to make it
absolutely clear that you can't just replace the children with random
elements.
I must admit I'm still far from entirely clear exactly how
UnknownElement works. It probably counts as black magic...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271639 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Jon Skeet
5afa736bbb
JavaDoc comments.
Note: maybeConfigure implies that calling it twice will have no effect.
I have a suspicion that children would be added twice. Search for XXX
to find the details.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271638 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Erik Hatcher
cb2a0a80b1
Applied Bill's DVSL work and template patch. Also added "docs" target to main build.xml to <ant> to the HTML generation build.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271637 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
cd75662033
Added IDEA config for Avalon style.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271636 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
129bfa374a
Wrap block with finally to make sure System.exit is called and with correct exitCode
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271635 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
c54524cf25
Remove scoping for the time being as it wasn't really being used
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271634 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
357537149c
Decouple exceptions from CascadingException
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271633 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
0faa41f92b
Update to latest Avalon for ExceptionUtil changes
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271632 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
03b2aba447
be consistent with Perl scripts, always strip CRs.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271631 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
4babb55434
support the Perl antRun script needed for Netware.
Submitted by: Jeff Tulley <JTULLEY@novell.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271630 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
ab7beb4eb0
Add the logo to the site.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271629 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
ed4d23fb8a
Make it easier to generate the documentation
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271628 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
22f32dcc7d
restyle via IDEA
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271627 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
e67dc0b9f9
Allow v7 format tar files
(Patch copied from main source tree)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271626 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
a91adaf451
Netware support in Ant's path tokenizer code.
Submitted by: Jeff Tulley <JTULLEY@novell.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271625 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
adammurdoch
769fac8323
Remove unused descriptors
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271624 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
adammurdoch
f32bf0bc50
* Reorganised build to use new <antlib-descriptor> task.
* The "builtin" and "selftest" descriptors are now generated.
* Fixed ant-descriptor.template to handle @ant:type tag properly.
Submitted by Darrell DeBoer [darrell@apache.org ]
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271623 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
adammurdoch
62088bc6f1
Added task to generate antlib descriptors from Java source.
Submitted by Darrell DeBoer [darrell@apache.org ]
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271622 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Magesh Umasankar
7288026e05
New filter reader that gets those lines that match a regular expression pattern.
Requested by: Adam Murdoch
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271621 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Magesh Umasankar
b5de47561b
Merge changes with the 1.14 revision from the main tree.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271620 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Steve Loughran
df47422dab
logo on start page, bit of troubleshooting on the feedback page before the mail list; platform issues page
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271619 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Magesh Umasankar
c9f7dca90e
Fix javadoc.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271618 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Magesh Umasankar
43e62b81ff
1. ExpandProperties filter introduced as envisioned by Steve.
2. String readFully(Reader) added to FileUtils.java (main trunk revision 1.13)
3. Doc changes
4. Removed the attribute evaluateproperties from <loadfile> as it is no longer necessary.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271617 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Steve Loughran
64a4e9eb2d
for IE and Konqeror
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271616 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Steve Loughran
b169661b8a
the artwork. Also as a windows icon
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271615 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Magesh Umasankar
dfd61de939
Use StringBuffer to assemble String.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271614 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Magesh Umasankar
4a5b5fd1ea
Split processStream into two methods to facilitate streamed reads...
Reader getAssembledReader()
String readFully(Reader)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271613 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Magesh Umasankar
faf931435a
Skip must use this.read() and not in.read() - Thanks, Adam, for catching this.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271612 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Magesh Umasankar
22e36e493c
Misplaced null check.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271611 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Magesh Umasankar
4e222b97c6
As suggested by Adam, use java.util.Properties.load(InputStream) instead of reinventing the wheel.
Introduced a new class - StringInputStream
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271610 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Steve Loughran
07f926d903
explain why you cant delete *~ so easily
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271609 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Jon Skeet
15c82156f5
Fixed (another) problem of <tt>...<tt> screwing up the rest of the page.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271608 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Jon Skeet
db934d825c
Fixed problem of <tt>...<tt> screwing up the rest of the page.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271607 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Steve Loughran
eb67d9f5c9
doc improvements
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271606 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Magesh Umasankar
87f806d3e4
Refactored code (as suggested by Costin and Adam) - first run.
1. Moved ChainReaderHelper.java to filters/util
2. Moved setInitialized, getInitialized to base class.
3. Introduced BaseParamFilterReader that implements Parameterizable and has setParameter
4. Null check introduced for LoadFile
5. Convenience method readLine() introduced into BaseFilterReader.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271605 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Jon Skeet
7b8d582ad0
JavaDoc comments.
Also added a query about the use/otherwise of wrappers when
it comes to adding text - search for XXX to find the details
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271604 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
2ff97ac3d1
Now that we know why the test worked all these month, make it work
again, this time documenting the reason.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271603 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Jon Skeet
dc7f97a932
Added reference to the <tag> option in JavaDoc.
(Is this the correct position? Someone hit me with a cluestick if I should
have added it at the top of the section or in a different section.)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271602 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Steve Loughran
56a080ad8f
one value of xdoclet based documentation is we wont have docs that are different from what the task really supports
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271601 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
0b949aa8cd
disable test case that could have never passed (but strangely did for
several months).
Oh, yes, in case I haven't said so yet: Happy new year everybody.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271600 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
adammurdoch
1e18358da6
* Started writing up the VFS and the data types.
* Moved selectors into their own package.
* Added <is-empty> selector.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271599 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Erik Hatcher
606ec5fe58
this gets rid of some XDoclet warnings.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271598 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Erik Hatcher
a8acf1646b
removed mandatory requirement for category (at least for now)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271597 13f79535-47bb-0310-9956-ffa450edef68
24 years ago