From 9d8b1921f9ff0f6e966cd8cf6824d21b7819ce0e Mon Sep 17 00:00:00 2001 From: David Dixon-Peugh Date: Sun, 15 Dec 2002 02:12:08 +0000 Subject: [PATCH] Added documentation for database tag. git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@1297 51baf565-9d33-0410-a72c-fc3788e3496d --- pmd/xdocs/ant-task.xml | 54 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) diff --git a/pmd/xdocs/ant-task.xml b/pmd/xdocs/ant-task.xml index 4730f5b7f4..1974ed3ca0 100644 --- a/pmd/xdocs/ant-task.xml +++ b/pmd/xdocs/ant-task.xml @@ -49,6 +49,48 @@ + +

+PMD can record its information into a JDBC datasource using a ]]> tag. This +tag has several attributes: + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
AttributeDescriptionRequired
driverClass name of the JDBC driver to use to connect to the database.Optional. If your default system is set up to install the JDBC driver, + or if something else will install it, don't do it. Otherwise, provide the + value.
urlJDBC URL to connect to the database with.Required
userUser to connect to the database as.Required
passwordPassword to use for logging into the database.Required
projectidThis is an integer which will get put into the PMD_RUNS table. Ideally this should + be used to connect this run to other data in the system.Optional. If this value is ommitted, the default value will be 0.
+

+
+ + + + + + + + + + + + ]]>