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
Erik Hatcher
434fa8175a
Changes by Bill Burton to collect tasks into categories rather than package space. Very cool, thanks!
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271596 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Erik Hatcher
9f7f6c9aba
made it easier to short-circuit and only run one class, no need to prefix package info
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271595 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Magesh Umasankar
ef4a11096f
1. Move a couple of common methods to an abstract base class.
2. Javadoc
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271594 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Magesh Umasankar
4ff6d329e5
Empty line check inserted.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271593 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Diane Holt
3d74eb98cb
Make the return code match the naughty exit.
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271592 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Diane Holt
dd2124bdb1
Add new 'listfiles' attribute to allow for listing the source files being
handed off to the compiler.
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271591 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Magesh Umasankar
cfa964e51d
Oops... missed adding this as well.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271590 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Magesh Umasankar
ef53e158d6
Oops... missed adding this.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271589 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Magesh Umasankar
3347fc0270
FilterReaderSet -> FilterChain as this is more representative of the collection.
Documentation updates.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271588 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Magesh Umasankar
6f30444010
Add License.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271587 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Magesh Umasankar
88f297a15d
Add License.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271586 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Magesh Umasankar
e91ef17bb5
CloneableReader -> ChainableReader
Reader clone(Reader) -> Reader chain(Reader)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271585 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Magesh Umasankar
6067cc8261
1. Provide a mechanism by which filter readers recognized by Ant's core (FilterreaderSet) can have a better syntax.
2. Remove double-quotes from javadoc and replace with "
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271584 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Erik Hatcher
5634baae78
open 'er up! lets just see what shakes out from this.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271583 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Erik Hatcher
10aeeab05b
XDoclet fun!
These are harmless Javadoc comment additions for use with the proposal/xdocs runs.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271582 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Erik Hatcher
2d9c339208
Fixed some issues with defaults.properties generation. Fixed issue with build having to be run twice because of directory being removed from the path (*arg*!).
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271581 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Magesh Umasankar
7899d6c4a6
Provide a mechanism by which filter readers recognized by Ant's core (FilterreaderSet can have a better syntax.
For example, HeadFilter can be added to filterset as this:
<filterreaderset>
<filterreader classname="org.apache.tools.ant.HeadFilter">
<param name="lines" value="3"/>
</filterreader>
</filterreaderset>
or this:
<filterreaderset>
<headfilter lines="3"/>
</filterreaderset>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271580 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
c5a6bd9775
clean up at the end of execute so that this instance can be reused.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271579 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
adammurdoch
3c3d9033a4
Added more stuff to the todo list.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271578 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
adammurdoch
dbab858d18
Changes to the VFS data types:
* Added FileSelector interface.
* <v-fileset> now takes file selectors, instead of include and exclude patterns.
* Added a bunch of file selector implementations:
* <and>, <or>, <not> for combining selectors.
* <name>, <basename>, <url> for testing bits of the file name against
an Ant 1 style pattern, or a regular expression.
* <is-file>, <is-folder>, <exists> for testing file type.
* Added <flat-fileset>, which combines nested file sets and paths into a
single directory. This allows explicit path -> fileset conversion.
* Added <filtered-path>, which applies selectors to nested file sets and paths.
* Added <list-fileset> debug task.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271577 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
adammurdoch
67e530be60
Added support for the @ant:type tag, for general-purpose type definitions.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271576 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
72f4f0b5a4
assert that gzip's new uptodate check also affects bzip2.
2002
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271575 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Jon Skeet
7c944a3a40
Temporary zip files used for update weren't being deleted, as doUpdate is reset during cleanUp.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271574 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Steve Loughran
0005305ea6
time checking on gzip, with tests.
submitted by Jeff Martin <jeff@custommonkey.org>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271573 13f79535-47bb-0310-9956-ffa450edef68
24 years ago