I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 14, 2023 — May 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Avoid NullPointerException in FileSet. Submitted by: Jeff Martin <[email protected]> More... almost 24 years ago
avoid NullPointerException in DirectoryScanner.scandir. More... almost 24 years ago
\ is no special character for Commandline anymore. More... almost 24 years ago
Changed antRun to handle arguments containing spaces properly. Removed the magic that would invoke dir/command.sh instead of command. More... almost 24 years ago
Make <genkey> and <signjar> work again - they've been broken since <exec> became ExecTask instead of Exec. More... almost 24 years ago
fixed typo. More... almost 24 years ago
Documentation for command line arguments (the nested elements for them). More... almost 24 years ago
Documentation for nested <env> in <exec>. More... almost 24 years ago
Do not try to load from jars which don't exist More... almost 24 years ago
Documentation for the multi line extension of <replace> More... almost 24 years ago
Move addExisting functionality from javac to Path Fix error in Path constructor More... almost 24 years ago
<junit> more or less completely rewritten and documented. More... almost 24 years ago
The real patch for exec and JDK 1.3. More... almost 24 years ago
Use new Runtime.exec() method of JDK 1.3 instead of antRun if present. Submitted by: Jesse Glick <[email protected]> More... almost 24 years ago
Fixed typo (but I swear it compiled before). More... almost 24 years ago
Added some (deep) clone methods. More... almost 24 years ago
Make Path.append() more forgiving. More... almost 24 years ago
Modern compile was broken. Reported by: Scott Sutherland <[email protected]> More... almost 24 years ago
Replace can now work on multi line tokens/values. More... almost 24 years ago
Added nested elements and attributes to reference CLASSPATH structures defined at another place in the same project. More... almost 24 years ago
New task <ftp> to do FTP _uploads_. More... almost 24 years ago
Still to Unix centric. More... almost 24 years ago
Some cleanup in Javac. Removed duplicate code and used the nested fileset element of Path to fake extdirs for Jikes. More... almost 24 years ago
Stop ANT_OPTS growing More... almost 24 years ago
Add JIKESPATH and JAVA_HOME warning to the Windows batch files More... almost 24 years ago
Changes the translateline method so that backslash escaping only applies to the quote characters " and '. More... almost 24 years ago
Moved MailMessage from com.oreilly.servlet to org.apache.tools.mail (imitating org.apache.tools.tar). Also made it pure copyright ASF. For those interested in legalities, my understanding is I'm granting the ASF copyright on this code but have my own copyright on the code as it existed before the grant. That means I can include my own code in my book without following the Apache license, but I can't use improvements to the ASF code without following the Apache license (as is perfectly appropriate). More... almost 24 years ago
Make Jikes use the new Execute class instead of calling Runtime.exec itself. More... almost 24 years ago
Removed possible NullPointerException in <vssget>. Cleaned up JDK version detection in Project. Submitted by: Jeff Martin <[email protected]> More... almost 24 years ago
DirectoryScanner will now only scan directories which are included or could hold included files. All other directories will only be scanned when one of the getExcluded... or getNotIncluded... methods is called. More... almost 24 years ago