Stefan Bodewig
674d4a8643
Add pointer to GenJar
Submitted by: Jeff Turner <jeff@socialchange.net.au>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270043 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
aacd26fab0
split javac testcase so that it doesn't use Project.unsetProperty any longer.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270042 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
8a676908c4
Make testcase for <available> pass again, by re-applying the
resolveFile magic unless a filepaths has been specified.
Note that I've rewritten the checkFile() method in the filepath case
to match the comment in the sources (at least I think so).
Actually, I think we are generating too many passed checks, especially
with simple name specified == parent of parent dir + name but this is
a different issue.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270041 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
b6e535486e
re-add files in binary mode.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270040 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
a2fccdf28d
make things binary, that should be binary.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270039 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Steve Loughran
83f6a8ed80
PR:4992
Submitted by:Erik Hatcher
Tail end of Erik's javadoc patches
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270038 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Steve Loughran
217e325602
PR 5025 : no MSJVM support.
This is documented upfront. Also added some more stuff to the file while I was at it, including a list of platforms ant runs happily on. The implicit message there is 'if it doesnt work, it is your fault :-)'
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270037 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Steve Loughran
daa1b619a1
PR 5025 : Execute still fails when failonerror=false and the error is program not found
I've decoupled the handler for this from failonerror to maximise backwards compatibility, there is now a failIfExecuteFails flag, set to true by default.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270036 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Steve Loughran
9b4609e4ba
Stuck the http task set (get, head, post, setproxy) into the sandbox. All need to move to httpclient for a better user experience, except maybe setproxy which is ready to roll as is.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270035 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Steve Loughran
8379ced1dc
PR 5025 : no MSJVM support.
This is documented. Also clarified failonerror usage, added another example
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270034 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Steve Loughran
02673734f3
PR 4345 :Request for addition of "rcproperty" attribute to <exec>
Documented new property
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270033 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Steve Loughran
f15a929e0a
PR 5025 : Execute still fails when failonerror=false and the error is program not found
PR 4345 :Request for addition of "rcproperty" attribute to <exec>
The property is called resultproperty; implements immutability in some code that should be replaced by a standalone method in Project.
Documentation still TBD.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270032 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Magesh Umasankar
17e5ca8721
Convert tabs to spaces...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270031 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Diane Holt
41607341ae
Make sure only files are passed as possibilites when a directory is given.
PR: 5128
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270030 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
932dee2306
change Paul's email address.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270029 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Diane Holt
5728d77e07
Fix my previous fix. First time thru, I thought filepath was only used
with a <fileset> (oops). Changed passed-in file to be a string, so it
doesn't end up becoming a full-pathname prepended with the base dir,
which wasn't really needed and was complicating using it when a filepath
was specified. Also fixed some of the logging. (Also, hopefully the Java
is a bit better this time :)
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270028 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stefan Bodewig
816d018e67
Add pointer to Paul's record generating tasks.
Submitted by: Paul Glezen <pglezen@atdial.net>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270027 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Steve Loughran
034f849f50
Javadocs for a lot (but not all) the Project methods. Also added a couple of explicit throws BuildException calls, even though by virtue of being a RuntimeException it aint compulsory.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270026 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Steve Loughran
71587917fc
Jose Alberto Fernandez's prototype antlib/antjar code. This code lacks a build file of its own right now; it can drop in on top of build\classes.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270025 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Steve Loughran
8ca5e3442d
More of Erik's html cleanup. Maybe we should make a successful run through jtidy part of the build?
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270024 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Sam Ruby
3781d8b0e1
Add support to for XSLT output types. This maps to TraX's:
transformer.setOutputProperty(OutputKeys.METHOD, type);
Background/rationalle: I'm looking into spliting Gumps gen.bat and gen.sh
scripts into a minimal bootstrap and a normal Ant "build.xml". In order
to achieve this, I need access to the functionallity that Xalan supports
from the command line via the -text parameter.
I've provided an implementation to seed the discussion on how this should
be supported. I am by no means wedded to this approach - if others see a
better way, either let me know or directly make the change.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270023 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
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