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
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
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
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
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
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
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
c28fbe7d76
<style> tried to tranform all children of directories that matched the
include patterns - even children that are themselves directories.
Throw in a check that the thing we want to transform is not a
directory and an attribute to avoid this non-standard (among directory
based tasks) behavior.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271564 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Jon Skeet
d2b1f4eb3f
Added tag option documentation.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271559 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
cf72dc9e50
Add an attribute to avoid <junit>'s classpath magic.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271554 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
2f31d0c964
Add encoding attribute to copy/move so that filtered operations work
on encodings different than the platform's default as well.
PR: Christopher Taylor <cstaylor@nanshu.com>
some year 2002 fixes.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271540 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Erik Hatcher
9ba6e21502
Added documentation for the new prefix attribute
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271527 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
939e7c021e
Move the <exclude> patterns for <javac> and <junit> to external
patternsets so that they are in one place instead of repeated up to
three time.
update link for BSF.
Add pointer to JDepend in the Library Dependencies section.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271512 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
a7f9947566
year 2002 squad at work.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271508 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Steve Loughran
3a60c3af7e
Utility task to list all your current properties along with unit tests, as written by Matt Albrecht . Added a prefix to save a subset of the properties for the very silly. Left it in optional.jar although it has no dependencies.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271507 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Steve Loughran
13fd7b8d53
minor tweaking
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271506 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Steve Loughran
9bfe594477
bit more detail on dependencies
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271505 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Erik Hatcher
6cbeee38fa
Here goes: propertyfile refactoring to hopefully fix all outstanding issues with it. "now" and "never" were removed as operations (didn't make sense). "never" was removed as a value (it caused a null pointer exception anyway).
Other code cleanup (axing "m_" prefixes).
Added "unit" attribute to <entry> defaulting to DAY. This was essentially the previous default, but it was far too confusing.
Test cases beefed up to consider several scenarios.
There may be more changes needed to satisfy other use cases, and certainly some previous (undocumented) behavior has been changed (for the better!).
Is there a use-case for "never" as a value?
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271503 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
62f2142b34
Add pointer to TIM
Submitted by: Mark Griffiths <mark@chive.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271502 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
584538b2d5
Add pointer to Dylan Schiemann's little Ant and Javascript tutorial.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271500 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
440e4c5304
Make sure <>& are properly encoded in the attributes of the generated
HTML - not that any browser would care.
Fix page titles while I was at it.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271499 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
a14b034437
add pointer to miniRMI.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271497 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
17832b2eea
<path> is not a task but a data type - and all data types can be used
outside of targets.
<typedef> is another task that may be used outside of targets.
I "fixed" that by replacing path with typedef in Steve's text, but we
really should talk about data types here as well - unfortunatley we
don't talk about data types in the manual at all, so it takes a bigger
effort.
Some year 2002 bugs.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271491 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Steve Loughran
0b8d5fcec1
being rigorous
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271462 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Steve Loughran
3947893793
little bit of extra detail on the example.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271461 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Steve Loughran
80b247061b
things to find out when you look at the source
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271460 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
a534b0b89e
add pointer to Krysalis Centipede
Submitted by: Nicola Ken Barozzi <barozzi@nicolaken.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271448 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
01b79d1810
Add a new <contains> condition that looks for substrings.
Names are open to discussion, of course.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271444 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
cd5968cb24
dreaded year 2002 bug 8-)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271442 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Diane Holt
a5a45c152d
Grrrf - meant to take out Description "task" (since it's not, it's a "type").
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271439 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Diane Holt
b648964434
So of course, I forget the big one (doh!).
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271438 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Diane Holt
77f3cb57b8
Make things a bit easier for people to find -- hopefully, anyway :)
(And the usual sorts of while-I'm-here-type clean-up).
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271437 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
d3cd72efd0
<regularexpression> --> <regexp>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271430 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
368861fc98
improve example of manifest task.
Submitted by: hboutemy@business-village.fr
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271428 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
26d0d7c022
regenerate HTML from Steve's changes.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271395 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
022ed20a99
Add compiler attribute to <javac> that allows users to override
build.compiler on a task by task basis.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271362 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
0e63e7acbb
Show how to avoid the -sourcepath switch in <javac>
Submitted by: Alex Rosen <arosen@silverstream.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271355 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
271c73b91c
Allow -sourcepath for <javac> to be set explicitly.
PR: 5268
Submitted by: Alex Rosen <arosen@silverstream.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271351 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Diane Holt
fa3f35098e
Maybe this will help as well.
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271307 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Diane Holt
a533063b71
Apply a band-aid to a nasty open wound.
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271306 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Erik Hatcher
b720f6461e
Documenting a feature that had been previously added (oops!).
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271248 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Diane Holt
77f2c0563f
Put the old cruft back in (and devote some otherwise better-used energy
on cleaning it up).
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271224 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
9f68411727
change wording of checkstyles license description.
Submitted by: Oliver Burn <oliver@cortexebusiness.com.au>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271173 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Diane Holt
e14c6af66c
Ack! -- can't believe I forgot to update the copyright.
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271160 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Diane Holt
5e16daf1e7
Fix the 'dir' attribute description, and usual general clean-up.
Also removed the block of deprecated attrs, since they were old
enough to qualify for social security :)
PR: 5777
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271159 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Conor MacNeill
d9b8ac29f2
Fix typo in documentatin of SQL task
PR: 6245
Submitted by: info@juxti.com (eliot)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271152 13f79535-47bb-0310-9956-ffa450edef68
24 years ago