You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Steve Loughran 5b377d290d Last weeks changes took away helpful information about why exec failed to run; this puts it back in. 24 years ago
..
compilers Convert tabs to spaces... 24 years ago
condition New task <waitfor> that waits until a given condition gets true or a 24 years ago
optional - Fixed some case issues related to JProbe directories under Solaris. 24 years ago
rmic Erik's big javadoc fixup, bugzilla ID #4992 24 years ago
Ant.java Erik's big javadoc fixup, bugzilla ID #4992 24 years ago
AntStructure.java Code clean up: 24 years ago
Available.java Make testcase for <available> pass again, by re-applying the 24 years ago
BUnzip2.java Here are two new ant tasks - BZip2 and BUnzip2. �These 24 years ago
BZip2.java Here are two new ant tasks - BZip2 and BUnzip2. �These 24 years ago
CVSPass.java Code clean up: 24 years ago
CallTarget.java Erik's big javadoc fixup, bugzilla ID #4992 24 years ago
Checksum.java This patch forces property setting to follow the same rules as the rest of ant in most tasks. The few tasks where we have not forced immutability will instead get 3 line ugly warnings telling them that they should upgrade or not use the same property name etc. 24 years ago
Chmod.java Take care of NetWare when searching for "java" and "javadoc", add 24 years ago
CompileTask.java Code clean up: 24 years ago
ConditionTask.java This patch forces property setting to follow the same rules as the rest of ant in most tasks. The few tasks where we have not forced immutability will instead get 3 line ugly warnings telling them that they should upgrade or not use the same property name etc. 24 years ago
Copy.java fix error message in copy task. 24 years ago
Copydir.java Code clean up: 24 years ago
Copyfile.java Code clean up: 24 years ago
Cvs.java Added support for specifying CVS_RSH in ant CVS task. 24 years ago
Definer.java Make sure the class passed into Project.addTaskDefinition is suitable 24 years ago
Delete.java Code clean up: 24 years ago
Deltree.java Convert tabs to spaces... 24 years ago
DependSet.java Erik's big javadoc fixup, bugzilla ID #4992 24 years ago
Ear.java Code clean up: 24 years ago
Echo.java Make changes so that tasks use the two arg replaceProperties() rather than 3 arg as it is lower coupling. 24 years ago
Exec.java Fixed a typo of the deprecated tag 24 years ago
ExecTask.java Last weeks changes took away helpful information about why exec failed to run; this puts it back in. 24 years ago
Execute.java new method, killedProcess() which returns true if there is a watchdog and it killed the process 24 years ago
ExecuteJava.java Code clean up: 24 years ago
ExecuteOn.java handle target files as well. 24 years ago
ExecuteStreamHandler.java Removed redundent access specifiers so that Ant compiles cleanly in jikes pedantic mode. They are "strongly discouraged" by the JLS spec. 24 years ago
ExecuteWatchdog.java Make sure the watched process is running before we kill it. 25 years ago
Exit.java Make changes so that tasks use the two arg replaceProperties() rather than 3 arg as it is lower coupling. 24 years ago
Expand.java 1. As suggested by Peter, nixed the attributes outfile & verbose 24 years ago
Filter.java Code clean up: 24 years ago
FixCRLF.java add method that compares file contents to FileUtils, use it in FixCrLf. 24 years ago
GUnzip.java Here are two new ant tasks - BZip2 and BUnzip2. �These 24 years ago
GZip.java Here are two new ant tasks - BZip2 and BUnzip2. �These 24 years ago
GenerateKey.java Code clean up: 24 years ago
Get.java Convert tabs to spaces... 24 years ago
Input.java Make changes so that tasks use the two arg replaceProperties() rather than 3 arg as it is lower coupling. 24 years ago
Jar.java JARs are never empty. 24 years ago
Java.java Code clean up: 24 years ago
Javac.java Convert tabs to spaces... 24 years ago
JavacOutputStream.java Code clean up: 24 years ago
Javadoc.java Make changes so that tasks use the two arg replaceProperties() rather than 3 arg as it is lower coupling. 24 years ago
Jikes.java Code clean up: 24 years ago
JikesOutputParser.java Code clean up: 24 years ago
KeySubst.java Code clean up: 24 years ago
LogOutputStream.java Make licence statements mention Ant in place of Tomcat 25 years ago
LogStreamHandler.java Code clean up: 24 years ago
Manifest.java Reverted to 1.9 24 years ago
ManifestException.java Code clean up: 24 years ago
MatchingTask.java Code clean up: 24 years ago
Mkdir.java Convert tabs to spaces... 24 years ago
Move.java Code clean up: 24 years ago
Pack.java Here are two new ant tasks - BZip2 and BUnzip2. �These 24 years ago
Parallel.java Code clean up: 24 years ago
Patch.java Code clean up: 24 years ago
PathConvert.java This patch forces property setting to follow the same rules as the rest of ant in most tasks. The few tasks where we have not forced immutability will instead get 3 line ugly warnings telling them that they should upgrade or not use the same property name etc. 24 years ago
Property.java Make changes so that tasks use the two arg replaceProperties() rather than 3 arg as it is lower coupling. 24 years ago
PumpStreamHandler.java Make sure streams get flushed and closed - otherwise we may be losing 25 years ago
Recorder.java Erik's big javadoc fixup, bugzilla ID #4992 24 years ago
RecorderEntry.java Code clean up: 24 years ago
Rename.java Remove unnecessary use of Project.resolveFile by converting arguments to 25 years ago
Replace.java Erik's big javadoc fixup, bugzilla ID #4992 24 years ago
Rmic.java Code clean up: 24 years ago
SQLExec.java Make changes so that tasks use the two arg replaceProperties() rather than 3 arg as it is lower coupling. 24 years ago
SendEmail.java Allow port specification for the mail task. 24 years ago
Sequential.java Code clean up: 24 years ago
SignJar.java Fixed bug in SignJar not properly handling nested filesets. 24 years ago
Sleep.java Declare BuildException in Sleep.validate explicitly. 25 years ago
StreamPumper.java Make licence statements mention Ant in place of Tomcat 25 years ago
Tar.java Code clean up: 24 years ago
TaskOutputStream.java Code clean up: 24 years ago
Taskdef.java Make sure the class passed into Project.addTaskDefinition is suitable 24 years ago
Touch.java Code clean up: 24 years ago
Transform.java Make <apply> work really parallel and not parallel on a per fileset basis. 25 years ago
Tstamp.java This patch forces property setting to follow the same rules as the rest of ant in most tasks. The few tasks where we have not forced immutability will instead get 3 line ugly warnings telling them that they should upgrade or not use the same property name etc. 24 years ago
Typedef.java Make sure the class passed into Project.addTaskDefinition is suitable 24 years ago
Unpack.java Here are two new ant tasks - BZip2 and BUnzip2. �These 24 years ago
Untar.java 1. As suggested by Peter, nixed the attributes outfile & verbose 24 years ago
UpToDate.java Code clean up: 24 years ago
WaitFor.java New task <waitfor> that waits until a given condition gets true or a 24 years ago
War.java Code clean up: 24 years ago
XSLTLiaison.java Add support to for XSLT output types. This maps to TraX's: 24 years ago
XSLTProcess.java Add support to for XSLT output types. This maps to TraX's: 24 years ago
Zip.java Add the index feature for jar so that it optimizes the class loading process for JDK 1.3+ 24 years ago
defaults.properties New task <input> 24 years ago