45 Commits (28b68ab7d0689dbc35dbdf26d2308786549b8985)

Author SHA1 Message Date
  Peter Donald 28b68ab7d0 Encapsulate usage of project object rather than allowing objects 7 subclasses acessing a protected variable of their super super super .... class. 23 years ago
  Magesh Umasankar da5a13f8e4 Merge differences between the ANT_15_FINAL branch and the trunk into the trunk. 23 years ago
  Magesh Umasankar 6bd8d6e938 Merge changes made to 1.5 Beta2. 23 years ago
  Erik Hatcher 600b5034c2 PR 8429 patch submitted by Nick Chalko - enables SQL tasks to be easily created using a common abstract base class. 23 years ago
  Conor MacNeill 03d0b81deb Order of modifiers 23 years ago
  Conor MacNeill c4266e9250 Coding Standard 23 years ago
  Conor MacNeill c6c232893c Various coding standard fixes 23 years ago
  Conor MacNeill 3518a35d47 Bring all headers into line 23 years ago
  Stefan Bodewig f152ff3665 <sql> would parse source files before telling you that you forgot to 23 years ago
  Stefan Bodewig 6258074cd0 Add append attributes to <exec>, <java> and <sql> 23 years ago
  Erik Hatcher 7fec7616d1 Changing "ant:task" to "ant.task" to avoid JDK 1.4 javadoc warnings (XDoclet has been modified to handle this separator too). 24 years ago
  Stefan Bodewig 0b949aa8cd disable test case that could have never passed (but strangely did for 24 years ago
  Erik Hatcher 10aeeab05b XDoclet fun! 24 years ago
  Stephane Bailliez 17997f266a - Fix order of modifiers 24 years ago
  Stefan Bodewig f3577cdb5c License police on task definitions: 24 years ago
  Stephane Bailliez 9f2aca50e3 Fix bad coding style. 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
  Stefan Bodewig c78d3f894e Replace ProjectHelper.replaceProperties calls with a new one-arg 24 years ago
  Peter Donald c206512560 Make changes so that tasks use the two arg replaceProperties() rather than 3 arg as it is lower coupling. 24 years ago
  Stephane Bailliez d12e6411cc Code clean up: 24 years ago
  Conor MacNeill bec2a0777e Merge of 1.4.1 changes into Main truck for Gump testing 24 years ago
  Conor MacNeill 2b0ab1d4d0 Add an encoding attribute so SQL statements can be double byte 24 years ago
  Stefan Bodewig 261ac57e67 Expand properties in <sql>. 24 years ago
  Stefan Bodewig 693d7c8906 Add nested <fileset> to <sql> 24 years ago
  Conor MacNeill 04c15d05cf CHange most usage of the classloader so that it loads from the 24 years ago
  Conor MacNeill 9de84f88c7 Add support for delimiter type. Base don the ideas contained in 24 years ago
  Conor MacNeill 6a50cd2269 Don't try to print out result set if the execute method returns false 24 years ago
  Conor MacNeill 64d3b161d2 Allow the SQL Delimiter to be set so that Oracle stored procs may be 24 years ago
  Stefan Bodewig b8de4702c9 Add "REM" to the comment identifiers fro <sql> - even if it's non-standard 24 years ago
  Peter Donald 6c9755c318 If SQLExec reads the statements from a file this file is now propertly 25 years ago
  Conor MacNeill 6c287080d4 Make licence statements mention Ant in place of Tomcat 25 years ago
  Peter Donald 6b5745a21d Used some elisp magic to remove those tabs and replace with spaces. 25 years ago
  Conor MacNeill f4fc408057 Make SQLExec print its output at the task level rather than the single 25 years ago
  Conor MacNeill 2e15020c1e Fix SQLExec printing of results. It was using the return from getResultSet to 25 years ago
  Stefan Bodewig e2bb645b67 Make <sql> ignore empty "statements". 25 years ago
  Stefan Bodewig 33107ab100 - Add new attributes onerror= (continue, stop, abort) to <sql> 25 years ago
  Stefan Bodewig 79903e422d Make sure the JDBC driver knows how to handle the URL. 25 years ago
  Stefan Bodewig e6a52064b9 Allow the driver for <sql> to be loaded from a different CLASSPATH. 25 years ago
  Conor MacNeill 2067d20b5c Allow sql task to write results to a file. 25 years ago
  Stefan Bodewig 4290fbcebd fixed NullPointerException in <sql> 25 years ago
  Stefan Bodewig ce27573d6e The instance variable conn was shadowed by a local variable in 25 years ago
  Stefan Bodewig 4f46532c94 Modified <sql> task to accept #PCDATA and added autocommit attribute. 25 years ago
  Stefan Bodewig e87e8fc113 Changed the execSQL method. Interbase's JDBC driver will throw an 25 years ago
  Conor MacNeill 951046ee10 Task to execute SQL from a file (or directly in the task) 25 years ago