2228 Commits (dad32bdae0fd7783c120193e5f79a8d8c6d16aaf)

Author SHA1 Message Date
  Erik Hatcher aa300fc40b fixed XMLValidate task and test - see the kind of trouble we can get into using String for filename parameters?! :) 23 years ago
  Peter Donald 2b22efccb0 If default target is not specified then default to using "main" 23 years ago
  Erik Hatcher d7d2c3fe3e First pass at a slight variant of Nicola Ken Barozzi's XmlProperty task from PR #7767. More tests and probably some slight refactoring is needed to handle other cases (like the list properties) better, but works as-is pretty nicely. 23 years ago
  Stefan Bodewig 2c172d974f I've forgotten that one can set <javac>'s fork option via 23 years ago
  Stefan Bodewig 23abe1b6c3 I'm in pedantic mode this morning. 23 years ago
  Steve Loughran bbe68be969 new istrue/isfalse condition tests. 23 years ago
  Steve Loughran 49a7b28ac3 new istrue/isfalse condition tests 23 years ago
  Steve Loughran 96ee13b7c9 new istrue/isfalse conditions 23 years ago
  Stefan Bodewig 6c45e6d1ae JDK 1.1 23 years ago
  Erik Hatcher ba37491689 the handy helper class to allow tasks to take hexadecimal, octal, or decimal strings, and returns back an intValue. 23 years ago
  Erik Hatcher 169b689172 Add nested XMLCatalog support, which will make grouping them in a build file a bit more flexible. This hasn't been tested other than to try that 23 years ago
  Stefan Bodewig f4521545f9 Improve javah's error message. 23 years ago
  Stefan Bodewig 55811ba73b Decide whether javac will be invoked with -depend od -Xdepend on the 23 years ago
  Peter Donald 6a2d05b7a8 Add utility object to help display library specifications and extensions 23 years ago
  Peter Donald 33e1144b25 Add datatype representing extension 23 years ago
  Peter Donald 8013fb45f1 Add object that used to add extra attributes to manifest 23 years ago
  Peter Donald 708643964e Add warning banners 23 years ago
  Peter Donald 3029b3459f Copy across Specification object from excalibur.extension.* 23 years ago
  Peter Donald 402fd91dd5 Add in warning banner 23 years ago
  Peter Donald ede2107cf8 Copy across Extension class from excalibur.extensions.* 23 years ago
  Peter Donald 4143285592 Add in class for dewey decimal representation 23 years ago
  Stefan Bodewig e7de779f7c Add new showoutput attribute to <junit>. 23 years ago
  Conor MacNeill 6bc9693c3c Ongoing Javadocs 23 years ago
  Peter Donald 5398d0b2cb and now the proper banner 23 years ago
  Peter Donald 96756cffeb *** empty log message *** 23 years ago
  Conor MacNeill 5cada6e721 Document new methods in XMLLogger 23 years ago
  Steve Loughran 2a04171e90 merged in my tests. Added a new one verifying that properties we havent heard of get included as literals. 23 years ago
  Erik Hatcher 024a9e9667 organize imports and format code. i swear, it was IntelliJ's fault! :) I've now upped the .* limit! 23 years ago
  Erik Hatcher 244877e68b Make XmlLogger finally a real BuildLogger. When used as a logger it will utilize Ant's logging level (-verbose, -quiet, etc), but remember to use -logfile, otherwise the output will be written to the console. Its previous BuildListener functionality, of course, still works as it did, writing to log.xml (or the XmlLogger.file property value) 23 years ago
  Magesh Umasankar 28d74d5238 Make AntFilterreader truly referenceable. 23 years ago
  Magesh Umasankar 712c6513f3 Make FilterChain truly referenceable. 23 years ago
  Magesh Umasankar 6c29d0eff1 * Make FilterChain extend DataType (finally...) 23 years ago
  Stefan Bodewig 25a478af38 Testfile for bugs 5377 and 7980 - this is supposed to create no output 23 years ago
  Stefan Bodewig d1503ea657 fix nasty NPE in <junit> when the user doesn't specify a nested <classpath>. 23 years ago
  Stefan Bodewig 28b02949e7 There is no reason to expect subclasses for ZipShort and ZipLong 23 years ago
  Conor MacNeill 9a82620775 Javadocs 23 years ago
  Conor MacNeill 2fa6f80465 Fix testcase which failed due to change in single $ handling 23 years ago
  Peter Donald 020f9a52c4 Make tagEntry a top level class. 23 years ago
  Peter Donald 2d71d80dcf Add in simple facade class that makes logging easier to do in ant. 23 years ago
  Conor MacNeill 52b40a80a3 Coding standard 23 years ago
  Conor MacNeill bd1810c953 Some simple Javadocs - also reduce scope of Javadoc work to public 23 years ago
  Stefan Bodewig 08874f01e9 2002 23 years ago
  Steve Loughran 54d745c6c2 add rule that"$"->"$"; retaining "$$"->"$" 23 years ago
  Steve Loughran 84db1e8e16 pulled from the sandbox, added the NoProxyHosts attr, including with java1.4 support (the ftp version), and tweaked behavior s.t. <setproxy/> does nothing. but <setproxy proxyHost=""/> resets the proxy settings to no proxy. 23 years ago
  Conor MacNeill afc4cfd1c3 Remove unused imports 23 years ago
  Conor MacNeill a3cce7d41d Remove tabs 23 years ago
  Conor MacNeill 80080d456c Reduce a small number of long lines 23 years ago
  Conor MacNeill 03d0b81deb Order of modifiers 23 years ago
  Conor MacNeill c4266e9250 Coding Standard 23 years ago
  Stefan Bodewig e79b77b82b Add compiler attribute and nested <compilerarg> element to <rmic>. 23 years ago