You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bi...@apache.org on 2009/01/17 08:23:20 UTC

svn commit: r735239 - /gump/metadata/project/tomcat-tc6.xml

Author: billbarker
Date: Fri Jan 16 23:23:19 2009
New Revision: 735239

URL: http://svn.apache.org/viewvc?rev=735239&view=rev
Log:
For now, attempt to use the actual dbcp instead of the repackaged one.

A real fix requires that either Ant stops allowing <available ... /> to override properties or that the Tomcat build script becomes smarter.  Don't see either of these happening in the short term.

Modified:
    gump/metadata/project/tomcat-tc6.xml

Modified: gump/metadata/project/tomcat-tc6.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/tomcat-tc6.xml?rev=735239&r1=735238&r2=735239&view=diff
==============================================================================
--- gump/metadata/project/tomcat-tc6.xml (original)
+++ gump/metadata/project/tomcat-tc6.xml Fri Jan 16 23:23:19 2009
@@ -31,7 +31,9 @@
       <depend property="commons-logging-api.jar" project="commons-logging"
               id="commons-logging-api" />
       <depend property="jasper-jdt.jar" project="eclipse" id="jdtcore" />
-      <depend property="tomcat-dbcp.jar" project="tomcat-tc6-dbcp" />
+      <depend property="tomcat-dbcp.jar" project="commons-dbcp" />
+      <property name="javax.sql.DataSource.Factory" 
+                value="org.apache.commons.dbcp.BasicDataSourceFactory" />
       <depend property="commons-daemon.jar" project="commons-daemon" 
               id="commons-daemon" />
       <property name="commons-daemon.jsvc.tar.gz" project="commons-daemon"



Re: svn commit: r735239 - /gump/metadata/project/tomcat-tc6.xml

Posted by Stefan Bodewig <bo...@apache.org>.
On 2009-01-17, <bi...@apache.org> wrote:

> A real fix requires that either Ant stops allowing <available ... />

Won't happen (backwards compatibility).  It is a known abuse among Ant
users to use it in order to overwrite properties.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org