2790 Commits (f26efe57b3dd44192d50ef1af3befe01a03c7bf6)

Author SHA1 Message Date
  Conor MacNeill 3344eb0d7c Imports 22 years ago
  Conor MacNeill 3a0e49f25a Refactor TraxLiasion initialization to remove dependency from 22 years ago
  Peter Reilly 2ae23a6a4b Changes to <ant> 22 years ago
  Stefan Bodewig 7b90e493e8 It is legal to omit the target attribute in <ant>, don't die with a NPE 22 years ago
  Peter Reilly da7ebd07b8 Antlib: set location before maybeConfigure as maybeConfigure could 22 years ago
  Peter Reilly 99b22a7da3 Change design for storing the current antlib uri 22 years ago
  Peter Reilly 3de1a4577e fix typeofs 22 years ago
  Stefan Bodewig 9e109bcbac Typos found by Larry Shatzer 22 years ago
  Jan Materne 6f5e89efb6 Undo change made by accident ... 22 years ago
  Jan Materne b73592bce8 spell check 22 years ago
  Steve Loughran 7609ac7764 1. new ildasm command to disassemble .il files. So that you can disassemble the output of tlbimport, patch it and recompile it. Yes, that is the official way to get C arrays marshalled into .net 22 years ago
  Steve Loughran 6f50296c91 factored out the FAT granularity constant into FileUtils, though I am sure it is used in many other places. 22 years ago
  Steve Loughran a8d3085b01 1. autogenerate text messages from if and unless clauses, when there is no text. Because it is very useful. 22 years ago
  Conor MacNeill bdf630adb9 Make sure continuations of multi valued attributes (Class-Path) are 22 years ago
  Stefan Bodewig 03d8b12829 Catch another simple to detect case of infinite antcall loops 22 years ago
  Jan Materne 0c42e047b2 Checkstyle 22 years ago
  Jan Materne 70ba81f024 Let Project.toBoolean(String) handle null as argument. 22 years ago
  Jan Materne 1fcc1b6167 New shortcuts for ant options: 22 years ago
  Stefan Bodewig 451172e226 Throw an exception instead of looping forever in top-level <*ant*> task. 22 years ago
  Stefan Bodewig 468d6cb9f4 Add a reallyquiet attribute to <cvs>. 22 years ago
  Peter Reilly 665a5463e7 Place antlibs temp defintions in a ant:current namespace. 22 years ago
  Antoine Levy-Lambert 543e74c784 Use again Permissions to catch non zero exit statuses when using the Java task 22 years ago
  Stefan Bodewig 26eb04c78c label and lock/unlock cannot be used at the same time in <stcheckout>. 22 years ago
  Stefan Bodewig 49672cb190 DelayedFileOutputStream -> LazyFileOutputStream (thanks, DD). 22 years ago
  Antoine Levy-Lambert 1df7fd17ca Rollback temporarily the setting of new permissions when failonerror="true" 22 years ago
  Antoine Levy-Lambert 2ba8ddc0be Adding a permission to read file.encoding in the default set of permissions 22 years ago
  Antoine Levy-Lambert 1de5995d90 Set default permissions appropriate to fail the builds when failonerror is 22 years ago
  Stefan Bodewig 70802b2319 Make <sshexec> evaluate the exit code of the remote command. 22 years ago
  Antoine Levy-Lambert 8fab9564d5 PR: 22533 22 years ago
  Stefan Bodewig 1c2810aaff whitespace changes only 22 years ago
  Stefan Bodewig ff6ef3c0c9 Don't connect to remote site when you know there is nothing to transfer. 22 years ago
  Stefan Bodewig 8443b8b1a1 resolve relative paths in file and todir attributes like all other Ant tasks do - i.e. relative to basedir 22 years ago
  Stefan Bodewig 8b92e3742c Improve symmetry 22 years ago
  Stefan Bodewig 3e2593fb20 A JUnit TestSuite can contain tests from multiple classes. In particular it 22 years ago
  Stefan Bodewig 4141a91af1 Don't open the file used for <exec output="file"> and friends before 22 years ago
  Stefan Bodewig cfbc62561b explicitly cast StringBuffer to Object so that the "right" append 22 years ago
  Stefan Bodewig 9f7f90efe4 remove must be synchronized, too. Thanks Antoine 22 years ago
  Stefan Bodewig 24179ae7dd Switch BuildListener management from "copy on each event" to "copy on 22 years ago
  Antoine Levy-Lambert 3396e7c321 Remove direct call to deprecated project, location, tasktype Task field, 22 years ago
  Antoine Levy-Lambert d61c41640d Fixes unsensitive searches on case sensitive remote file systems 22 years ago
  Antoine Levy-Lambert a0406cafe6 Quoting Rob Oxspring : 22 years ago
  Antoine Levy-Lambert 3b9c7267f5 Avoid altering unnecessarily the timestamps of the directories of the 22 years ago
  Antoine Levy-Lambert 9a7f8d24f5 Optimize scanning in FTP.FTPDirectoryScanner, using similar algorithms 22 years ago
  Antoine Levy-Lambert 3f78457877 Prevent empty headers from being sent in plain mail messages. 22 years ago
  Antoine Levy-Lambert 1c4c6da226 Make PlainMailer also work with foreign character sets. 22 years ago
  Antoine Levy-Lambert f1a4a51478 Changes to the constructor of EmailAddress(String address) to make it support 22 years ago
  Peter Reilly c7ec7ad1a4 * add equality and similar methods for the ant definitions 22 years ago
  Peter Reilly e211cf05f7 macrodef changes: 22 years ago
  Peter Reilly 63e0c0c383 make the fields private 22 years ago
  Peter Reilly 53fec51024 stylecheck 22 years ago