46 Commits

Author SHA1 Message Date
Stefan Bodewig
75126703fa allow setting of arbitrary JDBC connection properties. PR 33452
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@805014 13f79535-47bb-0310-9956-ffa450edef68
2009-08-17 15:46:09 +00:00
Stefan Bodewig
8aace6872e bad XML in example. PR 45668.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@688050 13f79535-47bb-0310-9956-ffa450edef68
2008-08-22 10:57:37 +00:00
Matthew Jason Benson
996b7048d9 tweak docs
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@677386 13f79535-47bb-0310-9956-ffa450edef68
2008-07-16 19:25:06 +00:00
Matthew Jason Benson
37820a5018 <sql> "output" attribute now supports any Resource in addition to a file.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@677383 13f79535-47bb-0310-9956-ffa450edef68
2008-07-16 19:20:02 +00:00
Stefan Bodewig
f97926a108 Allow more control over CSV output. PR 35627.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@676560 13f79535-47bb-0310-9956-ffa450edef68
2008-07-14 11:59:12 +00:00
Matthew Jason Benson
a3570b87f3 table ended too soon ;)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@675985 13f79535-47bb-0310-9956-ffa450edef68
2008-07-11 15:19:58 +00:00
Stefan Bodewig
eaffd9d71b allow SQLWarnings to stop <sql>. PR 41836.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@675968 13f79535-47bb-0310-9956-ffa450edef68
2008-07-11 14:41:33 +00:00
Stefan Bodewig
1a85008736 new showWarnings attribute that makes <sql> display SQLWarnings - if any. PR 41836
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@675962 13f79535-47bb-0310-9956-ffa450edef68
2008-07-11 14:26:32 +00:00
Stefan Bodewig
e1f227ae3d work on PR 26459 - in progress (fighting with the tests and my environment)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@675949 13f79535-47bb-0310-9956-ffa450edef68
2008-07-11 13:35:50 +00:00
Stefan Bodewig
3523966203 Allow ant to continue even if <sql> fails to connect to the database. PR 36712.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@675917 13f79535-47bb-0310-9956-ffa450edef68
2008-07-11 10:59:48 +00:00
Stefan Bodewig
02b3a7d13c sql's onerror='stop' shouldn't make the task fail. PR 24668. Based on a patch by Dante Briones.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@675579 13f79535-47bb-0310-9956-ffa450edef68
2008-07-10 14:06:44 +00:00
Matthew Jason Benson
63fb4d459b "rawblobs" attribute added to SQL task.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@551323 13f79535-47bb-0310-9956-ffa450edef68
2007-06-27 21:02:43 +00:00
Peter Reilly
1256e67649 Bugzilla 42661: usefull -> useful
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@547250 13f79535-47bb-0310-9956-ffa450edef68
2007-06-14 13:56:21 +00:00
Peter Reilly
5c06c0c506 Bugzilla 41264: douple expansion in <sql>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@491347 13f79535-47bb-0310-9956-ffa450edef68
2006-12-30 23:51:05 +00:00
Steve Loughran
49f611c10c mention proxy settings here.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@463473 13f79535-47bb-0310-9956-ffa450edef68
2006-10-12 22:29:38 +00:00
Stefan Bodewig
782372dee5 remove copyright lines that match my fisrt attempt at a regexp
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@442093 13f79535-47bb-0310-9956-ffa450edef68
2006-09-11 04:33:25 +00:00
Stefan Bodewig
443e397b46 Add license header
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@442089 13f79535-47bb-0310-9956-ffa450edef68
2006-09-11 04:19:00 +00:00
Kevin Jackson
af4cbcd8ba - addresses bug/request #27446
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@375180 13f79535-47bb-0310-9956-ffa450edef68
2006-02-06 05:16:36 +00:00
Stefan Bodewig
3d1f8edd51 2006
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@368599 13f79535-47bb-0310-9956-ffa450edef68
2006-01-13 05:21:09 +00:00
Matthew Jason Benson
cba4e0b119 what I assume was meant
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@368475 13f79535-47bb-0310-9956-ffa450edef68
2006-01-12 21:29:28 +00:00
Steve Loughran
b13256ba3a bug #38245; sql broken on Ant1.7; added expandProperties attribute to expand properties in SQL statements.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@368466 13f79535-47bb-0310-9956-ffa450edef68
2006-01-12 21:03:26 +00:00
Stefan Bodewig
36e5ac64fd support for arbitrary resource collections in <sql>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@349640 13f79535-47bb-0310-9956-ffa450edef68
2005-11-29 04:46:45 +00:00
Stephane Bailliez
c93ff27734 Fixed typo
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278487 13f79535-47bb-0310-9956-ffa450edef68
2005-08-05 14:53:43 +00:00
Jesse N. Glick
2a0bbc499f Removing some gratuitous XHTML-isms. They still break JavaHelp, alas, and the manual is anyway not even strictly
formatted plain HTML, much less XHTML.


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278201 13f79535-47bb-0310-9956-ffa450edef68
2005-04-29 18:58:16 +00:00
Peter Reilly
f62a1b10b7 add reference to stylesheet for CoreTasks
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277821 13f79535-47bb-0310-9956-ffa450edef68
2005-03-07 18:09:10 +00:00
Antoine Levy-Lambert
ff348804c1 Copyright owner The Apache Software Foundation
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276069 13f79535-47bb-0310-9956-ffa450edef68
2004-02-09 21:50:10 +00:00
Peter Reilly
6279b2dbba remove hanging "the" in sql manual page
PR: 24419
Obtained from: Matthew Cary


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@275647 13f79535-47bb-0310-9956-ffa450edef68
2003-11-18 17:37:44 +00:00
Stefan Bodewig
e4041a1245 Provide user control over Statement's escape processing.
PR: 18822


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274417 13f79535-47bb-0310-9956-ffa450edef68
2003-04-09 13:15:31 +00:00
Stefan Bodewig
b719b19b85 Sync docs with new functionality.
Submitted by:	Rob Anderson <Anderson dot Rob at vectorscm dot com>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274394 13f79535-47bb-0310-9956-ffa450edef68
2003-04-04 08:50:07 +00:00
Steve Loughran
2d949a9361 Doc patch suggested by John Lindwall
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273672 13f79535-47bb-0310-9956-ffa450edef68
2002-12-18 17:27:00 +00:00
Stefan Bodewig
7f2af7960c <tag /> ---> <tag/>
remove some stray CRs
fix some typos

Submitted by:	Larry Shatzer <Larry.Shatzer@Spirent.com>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273291 13f79535-47bb-0310-9956-ffa450edef68
2002-09-04 11:05:19 +00:00
Magesh Umasankar
6bd8d6e938 Merge changes made to 1.5 Beta2.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272967 13f79535-47bb-0310-9956-ffa450edef68
2002-06-22 23:38:38 +00:00
Magesh Umasankar
ca91f8cb7e Merge changes made to 1.5 Beta1.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272826 13f79535-47bb-0310-9956-ffa450edef68
2002-06-01 12:26:43 +00:00
Stefan Bodewig
6258074cd0 Add append attributes to <exec>, <java> and <sql>
PR: 3234, part of 5299


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272234 13f79535-47bb-0310-9956-ffa450edef68
2002-04-05 09:28:54 +00:00
Stefan Bodewig
1d4c24c80f regenerate HTML version of TODO list
The usual 2002 cleanup


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272156 13f79535-47bb-0310-9956-ffa450edef68
2002-04-02 07:49:08 +00:00
Steve Loughran
3dee9e7266 documenting classpathref
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272089 13f79535-47bb-0310-9956-ffa450edef68
2002-03-29 07:12:34 +00:00
Conor MacNeill
d9b8ac29f2 Fix typo in documentatin of SQL task
PR:	6245
Submitted by:	info@juxti.com (eliot)


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271152 13f79535-47bb-0310-9956-ffa450edef68
2002-02-05 12:58:22 +00:00
Stephane Bailliez
e967d77e02 Fix HTML title to be more useful for indexing.
PR: 5020
Reported By: jesse.glick@netbeans.com (Jesse Glick)


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271131 13f79535-47bb-0310-9956-ffa450edef68
2002-02-03 22:00:42 +00:00
Stefan Bodewig
b6a3e9df36 License police on documentation files:
(1) Make sure there is a Copyright notice on all visible files.

(2) Make sure all years in which the file has been modified are
listed.

(3) Make sure the format is consistent, i.e. separate consecutive
years with a dash, not a comma.

When Stephane changed starteam.html it has been 2001 in France but
2002 in Australia - does that mean we add 2002 to the Copyright line
or not?  ;-)


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270652 13f79535-47bb-0310-9956-ffa450edef68
2002-01-10 08:48:33 +00:00
Stefan Bodewig
93ee07ad35 Show that Ant is an Apache project.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269839 13f79535-47bb-0310-9956-ffa450edef68
2001-10-30 10:05:39 +00:00
Conor MacNeill
bec2a0777e Merge of 1.4.1 changes into Main truck for Gump testing
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269745 13f79535-47bb-0310-9956-ffa450edef68
2001-09-30 13:21:54 +00:00
Conor MacNeill
2b0ab1d4d0 Add an encoding attribute so SQL statements can be double byte
PR:	3080


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269719 13f79535-47bb-0310-9956-ffa450edef68
2001-09-19 12:06:11 +00:00
Conor MacNeill
a8d4391240 Merge from 1.4 changes
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269662 13f79535-47bb-0310-9956-ffa450edef68
2001-08-30 13:23:14 +00:00
Conor MacNeill
0b37668397 Update to SQL task documentation. General cleanup and documentation of
new delimiter option

Submitted by:	Mike Williams <mikew@cortexebusiness.com.au>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269028 13f79535-47bb-0310-9956-ffa450edef68
2001-05-17 10:41:08 +00:00
Stefan Bodewig
b8de4702c9 Add "REM" to the comment identifiers fro <sql> - even if it's non-standard
Submitted by:	Michael McCallum <michael@spinsoftware.com>


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268906 13f79535-47bb-0310-9956-ffa450edef68
2001-04-03 11:32:31 +00:00
Conor MacNeill
5337488612 Merge of 1.3 branch changes into the main branch
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268652 13f79535-47bb-0310-9956-ffa450edef68
2001-02-13 12:32:01 +00:00