680 Commits (ff8c3b2b360d2f4cc77b7713a46b331c0f5997d7)

Author SHA1 Message Date
  metasim 81181e0ce9 Initial, non-working commit. 25 years ago
  metasim 1c4e85e077 Removed reference to ProjectDocument. 25 years ago
  Stefan Bodewig 03d7f7d695 Reset the global flags that say we have a MANIFEST.MF/web.xml after 25 years ago
  Conor MacNeill e92741fae9 Add some error checking to new TSTAMP format element 25 years ago
  Conor MacNeill 3d76bc5d3a Provide a failonerror attribute for javac. This defaults to true. If you set it to 25 years ago
  Sam Ruby 70ea62a03d Added a TraX liaison for the <style> task. This enables Apache's Xalan2 25 years ago
  Conor MacNeill b411046cdc Minor logging changes in depend task 25 years ago
  Conor MacNeill 6c287080d4 Make licence statements mention Ant in place of Tomcat 25 years ago
  Stefan Bodewig 89d6f7f407 Fixed some typos, avoid NullPointerException when dependency cache and 25 years ago
  Conor MacNeill aa9e0c2342 I've committed Rob's timestamp patch with a few minor changes. 25 years ago
  Conor MacNeill ea39aec310 Remove duplicate invocation of ant 25 years ago
  Jon Scott Stevens b57bb4004d patch by will stranathan will@thestranathans.com that fixes the path 25 years ago
  Conor MacNeill 503663ee2b Add nested param element to the style task. 25 years ago
  Conor MacNeill 6a56c52192 Fixing up "damaged" licence info in some files. 25 years ago
  Conor MacNeill 0bfa36507c Fix up copyright statements - increase consistency about placement, etc 25 years ago
  Peter Donald ff273e3a3e updated cygwin support 25 years ago
  Sam Ruby ba0d3f2a3e Control the order in which the system and build classpaths are combined 25 years ago
  metasim d9dc37613d Major package reorganization. 25 years ago
  Conor MacNeill 736bd1b658 A fun little task to play a sound at the end of a build. 25 years ago
  Conor MacNeill 44d572de88 Added the JAXP reference distribution jars to make it easier to build 25 years ago
  metasim d2d72df770 Added UML diagrams for reference. 25 years ago
  metasim 0e42aeeada Untabifyin' 25 years ago
  metasim 0460449d55 1 more 2 do 25 years ago
  metasim 7bfb091f70 Added (draft) instructions for people interesting in implementing new 25 years ago
  metasim 8f1c824449 Changed "AntEditor" to "AntModule", and made construct more JavaBean 25 years ago
  Jon Scott Stevens 14440efdc9 added patch by mariusz to fix NPE in UpToDate task 25 years ago
  Stefan Bodewig 3a3312cb52 Avoid NullPointerException in <delete> if the current user is not 25 years ago
  Stefan Bodewig 34c0080c09 Add a nested mapper element to <native2ascii> to (1)give it more power 25 years ago
  Stefan Bodewig d2eddd7e4d Avoid NullPointerException in JDK 1.1 25 years ago
  Stefan Bodewig c007edc9da Make testcases work again. 25 years ago
  Stefan Bodewig 6960c203e4 Make the directory for the output of <junit> configurable. 25 years ago
  Stefan Bodewig 0c19b8e359 Deprecated the optional <renameext> task as its functionality has been 25 years ago
  Peter Donald c11c539ba3 Added a new logger that will not print out target banners if they don't produce any output. 25 years ago
  Peter Donald 584cbc7ad0 Added the attribute preservelastmodified to copy task. 25 years ago
  Peter Donald f405433e68 Changed order of variable includes to make it now work when LOCALCLASSPATH="". The reason is that "blah.jar;" is a valid classpath while ";blah.jar" is not. 25 years ago
  Peter Donald e84526a725 Fix for "The output level logic was backward - it would print this line only if you had a low output level." 25 years ago
  Peter Donald 411d9ef9b9 Automagic detection of ANT_HOME for windows NT/2000 25 years ago
  metasim 9ff163e788 Added task entry in parser config. 25 years ago
  Stefan Bodewig 12509319df Make documentation of <project>'s attributes reflect reality (and vice 25 years ago
  Peter Donald 9042bd4c30 *** empty log message *** 25 years ago
  Peter Donald 8f2c9066b3 Reverse changes and reinstate fileset + prefixedfileset 25 years ago
  Peter Donald 8e955e3a2e Patch to unify handling of prefix filesets between war/jar/zip. 25 years ago
  Peter Donald f358a34a1d Adapted Signjar so that it does not run every time unless absolutely required (or unable to be determined if required). 25 years ago
  Peter Donald bca3e675c3 Fixed a number of bugs with new Zip modifications. 25 years ago
  Stefan Bodewig 9b36df2db1 Missed a hardcoded indent character. 25 years ago
  Stefan Bodewig d886d50323 Moved the common code from XmlLogger and XMLJUnitResultLogger into a 25 years ago
  Stefan Bodewig 3eebdfd1c8 Fixed NullPointerException in <copy> when <mapper> and overwrite have 25 years ago
  Stefan Bodewig 2295e485c4 Allow for zip files that contain nothing but empty directories. 25 years ago
  Peter Donald 9e2e9dbcf9 moved PrefixFileSets from War Task to Zip task 25 years ago
  Peter Donald cc3fb0c926 Load environment variables either when a task is explictly executed ( <property environment="blah" /> where blah will be prefixed to every variable). Also load it when env elements are specified to exec calls. 25 years ago