Magesh Umasankar
b261a711ce
Clarify evaluation pattern of attributes defined for <os>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270022 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
e84bbfa8bb
obviously Ant 1.5alpha can use Anakia as well 8-)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270021 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
4c0cfd6b46
Add info about XML Publication
Submitted by: Jean-Marc Vanel <jmvanel@free.fr>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270020 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Sam Ruby
ce3ae742be
Sheesh. In restructuring, I made only one line of code change, and I
managed to screw it up. ;-)
Submitted by: Stephane Bailliez <sbailliez@imediation.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270019 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
3b5944bc9c
Update to use LogEnabled interface rather than Loggable interface.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270018 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
77be1b356a
Removed some unecessary imports.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270017 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
aedaee6058
Added an extra ignore to block annoying ?'s
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270016 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
339e3993e5
Added code to allow type libraries to depend upon "Optional Packages" aka "Extensions".
Also add code to seltest type library so that it verifies that classes loaded from extension are available in the same ClassLoader as the tasks.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270015 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
86a2654071
JDK 1.1 compatibility.
Submitted by: Finn Bock <bckfnn@worldonline.dk>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270014 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
d91ef0968d
First cut at the ExtensionManagers component. This is something that will manage the set of "Optional Packages" that task libraries can choose to depend upon.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270013 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
b51fbab47d
Okay lets go to the latest framework now ... this is so we get deprecation warnings during the build ;)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270012 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
084361c12e
Update the rest of the Avalon jars.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270011 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Peter Donald
49da6b158f
Update scratchpad version of jar. This is for the recently implemented Extensions PackageRepository.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270010 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Steve Loughran
de4ef1dc99
tabs to spaces
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270009 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Sam Ruby
2a87210bc3
Seems silly to produce the same log message for every file, particularly
as this message was already issued previously...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270008 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Sam Ruby
15624f5e8f
Allow junitreport to be compiled independent of the presence of Xalan1.
The reason for this is that the Xalan1 team is strongly considering
removing Xalan1Compat from cvs...
No logic changes were made in this commit...classes were merely split out
into separate files, and the instance of Xalan1Executor is now created
using reflection APIs.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270007 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
9b3ee48039
Fix grammatical errors or incorrect documentation.
PR: 4993
Submitted by: jeff@socialchange.net.au (Jeff Turner)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270006 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
3b2f961a60
tstamp now supports a timezone attribute for a custom format.
PR: 5000
Reported by: max@eos.dk (Max Rydahl Andersen)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270005 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
aac9052b05
Rewrote the xsl that allows to visualize ant build logs.
Should be a little bit more sexy than the original that
was there for a long time.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270004 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
718426d318
Fixed a comment...in case it is useful to someone
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270003 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Magesh Umasankar
23e4af92c5
Note mentioning new optional attributes - name, arch and version - to <os>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270002 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Magesh Umasankar
82cc947b98
Added name, arch, version as attributes to Os.
This would let one to, say, run different things on sparc or x86 solaris...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270001 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Magesh Umasankar
3c83a07344
Typo fix
PR: 5029
Submitted by: Jesse Glick "jesse.glick@netbeans.com"
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270000 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Magesh Umasankar
cd1fb76798
Remotedir need not be specified for ftp to work.
PR: 4821, 5053
Submitted by:
Erik Hatcher "jakarta@ehatchersolutions.com"
Remco Slotboom "remco.slotboom@ctp.com"
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269999 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
0551fff524
flush logfile while logging - otherwise tail -f get's boring.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269998 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
d66e840a42
how to render the FAQ.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269997 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
eb2662fe32
add some FAQs.
Submitted by: Bruce Atherton <bruce@callenish.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269996 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
55c7f4aaab
update info on Anthill
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269995 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
c4ee8d1bc8
Fixed typo. excludesfiles is an attribute not an element
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269994 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
419936a246
XSL that allows automatic update from deprecated tasks to non-deprecated tasks.
At the moment it handles the following tasks:
apply, javadoc2, deltree, copydir, copyfile, rename.
Alternatively it handles the deprecation of the attributes jarfile and zipfile of jar
and zip tasks that will be deprecated starting from Ant 1.5
As suggested by Jose Alberto Fernandez <j_a_fernandez@yahoo.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269993 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
59f42a5717
Make the first answer a little nicer.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269992 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
df52f7a2f8
Add meta section: FAQ about the FAQ.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269991 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
9d58506eaa
Add a little logging to checksum.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269990 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Steve Loughran
5aae1b3e8d
Erik's big javadoc fixup, bugzilla ID #4992
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269989 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Steve Loughran
8f54029ad7
Erik's big javadoc fixup, bugzilla ID #4992
In this set making sure Stefan gets the support emails :-)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269988 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Magesh Umasankar
6687927529
Close HTML tags.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269987 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Magesh Umasankar
b7f51d116b
Classic compiler, so long as it is not Version 1.0 or 1.1.x, also recognizes
debuglevel.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269986 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Magesh Umasankar
95fa304e14
1. As suggested by Peter, nixed the attributes outfile & verbose
previously added to Untar, Unjar, Unwar and Unzip, so that these tasks stay
focussed on unarchival and nothing but it.
2. If the Src attribute represents a directory, an exception is thrown, as Stefan
suggested. Nested Filesets to be used instead.
3. Testcase added to catch this exception.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269985 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
e22d7c5093
remove tabs
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269984 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
67fd3299e3
handle target files as well.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269983 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
45660d1b2d
Add a "relative" attribute to <apply> - this allows users to pass
relative paths on the command line instead of absolute.
Submitted by: Matthew O'Haire <mohaire@trysoft.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269982 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
7c913046ab
typo
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269981 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
a140cecc40
add faq about defaultexcludes.
Submitted by: Jonathan Chawke <j_chawke@hotmail.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269980 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
427d2d0491
add pointer to list of default excludes to the fileset documentation.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269979 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
ee7a81d646
Add testcase for untar, improve testcases for zip/unzip/tar
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269978 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
29c2017667
remove abuse of the Touch task (that I would have missed if t had not
been for Magesh's patch).
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269977 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Magesh Umasankar
470a4695e9
Reverted to 1.9
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269976 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Magesh Umasankar
df88acfa80
Some blabber about new features to unjar, untar, unwar and unzip.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269975 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Magesh Umasankar
fb90584e35
Lines in manifest that have nothing but spaces are treated as empty lines just like JDK's Jar utility does.
PR: 4840
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269974 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Magesh Umasankar
80d371a3b4
1. Refactored Untar to extend from Expand, as untar is very similar to unjar, unwar and unzip.
2. Added 2 new attributes to these tasks - outfile and verbose
3. Nested Patternsets can be used to specify what files are to be extracted from within the archive.
4. Nested Filesets can be specified to select previously archived files for unarchival (PR: 3074)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269973 13f79535-47bb-0310-9956-ffa450edef68
24 years ago