1668 Commits (6eff531b8d94bca5ae58417f15d720dc3e9fc983)

Author SHA1 Message Date
  Steve Loughran a225264f50 new loadfile task 24 years ago
  Erik Hatcher 8958eef718 Modified 'backslash' to be public static final so that the test case can access it. This method is standalone, so having it static is fine. 24 years ago
  Steve Loughran 43ebf0d68f new test for nested text element working, PR: 5579 24 years ago
  Steve Loughran b2519d45f5 test contents of exceptions match expectations 24 years ago
  Steve Loughran e6688723b8 PR: 5579 ;fail having uninitialized value trouble. 24 years ago
  Stephane Bailliez bf8e21b63d Don't assume everybody will use the login and pwd to my db. 24 years ago
  Stephane Bailliez 539077152a This testcase might be used to test for various problems 24 years ago
  Stephane Bailliez f73de6a58c Make the getLoaderMap static since the cache is static. 24 years ago
  Stephane Bailliez 672481d0ae Introduce naive caching of drivers. It is only based on the driver 24 years ago
  Erik Hatcher b04ea4a4a3 Test of my first commit. 24 years ago
  Stefan Bodewig 768bfa2bc6 If addConfiguredXyz and addXyz (or createXyz) have been present in the 24 years ago
  Stephane Bailliez 9864025751 Fixed typo about classnames. 24 years ago
  Stephane Bailliez cc0e324731 Instantiate the document in the constructor so that 24 years ago
  Stephane Bailliez 63b2c1c40a Major refactoring of Starteam tasks. 24 years ago
  Stefan Bodewig a623bba85d Properly encode control characters. See XML 1.0 2.2 24 years ago
  Stefan Bodewig a29e1aaf13 * addConfigured methods for custom tasks were being called twice. This 24 years ago
  Magesh Umasankar 2b18ecd15f Deprecated setSrc(String) and setDest(String) and added new methods 24 years ago
  Stephane Bailliez 488529801c Update ANTLR to revert to forked-mode only. 24 years ago
  Stephane Bailliez 0d470a5730 OK..First thanks to Sam for fixing this w/o complaining. 24 years ago
  Peter Donald ff4e823ee2 Revert setting of security manager. 24 years ago
  Sam Ruby 203b985a41 Fix compilation errors 24 years ago
  Stephane Bailliez 67e2ff36a9 Take advantage of StringUtils 24 years ago
  Stephane Bailliez c375195b52 Now catching the ExitException that can arise from 24 years ago
  Stephane Bailliez e1e8891b13 Class the should provide a small set of helper 24 years ago
  Stephane Bailliez 41893fdb30 Add a security manager that trap System.exit() calls. 24 years ago
  Stefan Bodewig c1522ce56e remove redundant logging. 24 years ago
  Stefan Bodewig ccb4460206 Add documentation on Loggers and Listeners. 24 years ago
  Stefan Bodewig d2405f4003 fix NPE. 24 years ago
  Stefan Bodewig 4f98ab89b6 Fix taskdef testcase in a rather hacky way. This one doesn't address 24 years ago
  Stefan Bodewig ce90a68baa Add a testcase that demonstrates why FOP's build fails right now. 24 years ago
  Stefan Bodewig 674ef2ee73 Add a BuildLogger that can send emails. 24 years ago
  Stefan Bodewig 3745d5dc70 Add a new inheritRefs attribute to <ant> with a default value of false 24 years ago
  Stefan Bodewig 6ef4875d06 Make those types that have internal state cloneable in a sensible way, 24 years ago
  Stefan Bodewig ddc395dffa Add some tests for manifest task - realized that empty manifest aren't 24 years ago
  Stefan Bodewig ceb720e799 Make Manifest.java a full flegded task that allows you to write a 24 years ago
  Stefan Bodewig 1318b84a90 remove exit ability from <input> 24 years ago
  Stefan Bodewig c78d3f894e Replace ProjectHelper.replaceProperties calls with a new one-arg 24 years ago
  Stefan Bodewig b251a9a8f5 Make <waitfor> set a property instead of throwing an exception if the 24 years ago
  Stefan Bodewig b546691d3a Add if/unless attributes to <fail>. 24 years ago
  Stephane Bailliez 968b951f03 More refactoring, javadoc fixes and spellchecking. 24 years ago
  Stefan Bodewig e8f24b5abb JDK 1.1 doesn't grok UTF16 8-( 24 years ago
  Stefan Bodewig 33a75c75d5 simplify DefaultLogger 24 years ago
  Stefan Bodewig 1e65e7f37f Don't require webxml in <war> or appxml in <ear> if updating an 24 years ago
  Conor MacNeill 8303dd1fd6 Remove the old mechanism of adding super classes and super interfaces to EJB jars 24 years ago
  Stefan Bodewig 03d2b1c05f If running on JDK 1.3 register an exit handler that kills spawned 24 years ago
  Stefan Bodewig 2fedf3b92f JDK 1.1 issues. 24 years ago
  Stefan Bodewig 9a9e3a3581 Use the proper encoding for the default manifest. 24 years ago
  Stefan Bodewig d472edbcb0 Make DefaultLogger a bit more subclass friendly. 24 years ago
  Steve Loughran d7c1a1daa5 task lacked a failonerror flag. sigh. now you can handle a missing server without the build keeling over. 24 years ago
  Magesh Umasankar eed192aac1 Name of file attachments can be optionally included. 24 years ago