Stefan Bodewig
a192c1f16e
New task <fail> which does nothing but throw an exception.
Submitted by: Nico Seessle <nico@seessle.de>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267974 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
7d54561b80
Added support for data types to be defined at the project level. The
currently implemented data types are <path>, <fileset> and
<patternset>.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267959 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
62961601ad
Added support for jvc (Microsofts Java compiler) to <javac>.
Submitted by: Nico Seessle <nico@seessle.de>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267953 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Conor MacNeill
2f2302b85b
Change ejbjar so that the deployment descriptors and class files can come from
different directory trees.
Update ejbjar documentation.
Update WhatsNew
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267940 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
c064456730
Added documentation for the ID attribute and classpathref.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267925 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
23f7147dc6
Removed class attributes of <available>, <rmic> and <taskdef>.
Nothing that has been deprecated in Ant 1.1 should be left over now.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267921 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
3facebf533
Updated documentation for <chmod> and removed <chmod>'s src attribute.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267920 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
75eff8434d
Added documentation for the <antstructure> task.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267919 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
ca6e873197
Documented fileset and patternset, removed the items and ignore
attributes of MatchingTask.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267917 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
0679f04a82
Removed <keysubst> and <expand> which have been deprecated in 1.1.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267916 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
b469445f84
Changed antRun to handle arguments containing spaces properly. Removed
the magic that would invoke dir/command.sh instead of command.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267912 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
0097b2ed9e
Documentation for nested <env> in <exec>.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267908 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
c3f2def559
Documentation for the multi line extension of <replace>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267906 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
818cb969ad
<junit> more or less completely rewritten and documented.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267904 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
3c66612026
New task <ftp> to do FTP _uploads_.
According to the information on the ORO inc website
<URL:http://www.oroinc.com >, the FTP library this task depends on will
be donated to the Jakarta project. This makes it our best choice among
several different FTP libraries, IMHO.
Submitted by: Roger Vaughn <rvaughn@seaconinc.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267895 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
6667e4cdd6
Some cleanup in Javac. Removed duplicate code and used the nested
fileset element of Path to fake extdirs for Jikes.
This should change:
(1) It will scan for all files not only .JAR files in the extdirs
specified. Javac ignores the extension as well.
(2) If no extdirs have been specified, the system property
java.ext.dirs is consulted.
(3) JikesOutputParser has been removed, instead the return code of
jikes determines compilation failures. Expected to behave the same as
before - suggested by Matt Foemmel <mpfoemme@ThoughtWorks.com>.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267893 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
29cf33f78f
Mac patches to Execute (regarding working directory).
Submitted by: beard@netscape.com (Patrick Beard)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267881 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
632dad4136
Make Chmod extend ExecuteOn instead of MatchingTask.
It now processes all files in parallel and can take multiple filesets
as well as references to patternsets and filesets. See build.xml for
an example.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267859 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
6035bbf18d
Converted <patch> and <cvs> to new framework.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267858 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
c5faebbd85
Java rewritten so that it no longer extends Exec.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267854 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
ed0a9da531
Added entries to the fixed bugs section.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267849 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
5d9435d2da
Removed the deprecated versions of Path and EnumeratedAttribute.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267844 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Conor MacNeill
cdef1ea2fd
Update for logger changes
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267837 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
e79bd24e1a
Removed all command line switches that didn't start with a -.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267835 13f79535-47bb-0310-9956-ffa450edef68
25 years ago
Stefan Bodewig
7f98652146
Removed items from the TODO list and added a WHATSNEW file.
The latter should help us to follow the changes since 1.1 - I've
already started to lose track. I ask the other commiters to update
WHATSNEW as appropriate.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@267833 13f79535-47bb-0310-9956-ffa450edef68
25 years ago