You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(5) |
Jul
(7) |
Aug
(37) |
Sep
|
Oct
|
Nov
(1) |
Dec
(22) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(8) |
Feb
(68) |
Mar
(72) |
Apr
(149) |
May
(32) |
Jun
(46) |
Jul
(26) |
Aug
(59) |
Sep
(25) |
Oct
(18) |
Nov
(4) |
Dec
(3) |
2004 |
Jan
(90) |
Feb
(19) |
Mar
(38) |
Apr
(41) |
May
(44) |
Jun
(2) |
Jul
(10) |
Aug
|
Sep
(14) |
Oct
|
Nov
(1) |
Dec
|
2005 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
(15) |
Jun
(1) |
Jul
|
Aug
(9) |
Sep
|
Oct
(17) |
Nov
|
Dec
|
2006 |
Jan
(1) |
Feb
(16) |
Mar
|
Apr
(1) |
May
(48) |
Jun
|
Jul
(2) |
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
(29) |
2007 |
Jan
|
Feb
(3) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2008 |
Jan
|
Feb
(23) |
Mar
(31) |
Apr
|
May
(26) |
Jun
(6) |
Jul
(1) |
Aug
|
Sep
(7) |
Oct
(1) |
Nov
(8) |
Dec
(8) |
2009 |
Jan
(5) |
Feb
(9) |
Mar
(1) |
Apr
|
May
(23) |
Jun
(3) |
Jul
|
Aug
(1) |
Sep
(9) |
Oct
(28) |
Nov
(18) |
Dec
(8) |
2010 |
Jan
(19) |
Feb
(24) |
Mar
(3) |
Apr
|
May
(5) |
Jun
(4) |
Jul
|
Aug
(1) |
Sep
(11) |
Oct
|
Nov
(2) |
Dec
(1) |
2011 |
Jan
|
Feb
(7) |
Mar
|
Apr
(6) |
May
(3) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2012 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(32) |
Oct
(6) |
Nov
|
Dec
|
From: <rlo...@us...> - 2009-05-15 03:14:56
|
Revision: 1002 http://dbunit.svn.sourceforge.net/dbunit/?rev=1002&view=rev Author: rlogiacco Date: 2009-05-15 02:03:16 +0000 (Fri, 15 May 2009) Log Message: ----------- [maven-release-plugin] prepare for next development iteration Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-05-15 02:02:52 UTC (rev 1001) +++ trunk/pom.xml 2009-05-15 02:03:16 UTC (rev 1002) @@ -4,7 +4,7 @@ <groupId>org.dbunit</groupId> <artifactId>dbunit</artifactId> <packaging>jar</packaging> - <version>2.4.5</version> + <version>2.4.6-SNAPSHOT</version> <name>DbUnit Framework</name> <url>http://dbunit.sourceforge.net</url> <inceptionYear>2002</inceptionYear> @@ -23,9 +23,9 @@ <checkstyle.excludes>org/dbunit/util/concurrent/*.java</checkstyle.excludes> </properties> <scm> - <connection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/dbunit-2.4.5</connection> - <developerConnection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/dbunit-2.4.5</developerConnection> - <url>http://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/dbunit-2.4.5</url> + <connection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk</connection> + <developerConnection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk</developerConnection> + <url>http://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk</url> </scm> <issueManagement> <system>SourceForge</system> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rlo...@us...> - 2009-05-15 02:35:25
|
Revision: 1003 http://dbunit.svn.sourceforge.net/dbunit/?rev=1003&view=rev Author: rlogiacco Date: 2009-05-15 02:11:17 +0000 (Fri, 15 May 2009) Log Message: ----------- updated changes.xml to the upcoming release Modified Paths: -------------- trunk/src/changes/changes.xml Modified: trunk/src/changes/changes.xml =================================================================== --- trunk/src/changes/changes.xml 2009-05-15 02:03:16 UTC (rev 1002) +++ trunk/src/changes/changes.xml 2009-05-15 02:11:17 UTC (rev 1003) @@ -2,16 +2,18 @@ <document> <properties> <title>Changes</title> + <!-- Commented out as recent versions of maven-changes-plugin generate + errors parsing multiple author tags <author email="ep...@up...">Eric Pugh</author> <author email="mla...@us...">Manuel Laflamme</author> - <author email="db...@fe...">Felipe Leme</author> + <author email="db...@fe...">Felipe Leme</author> --> </properties> <body> <release version="2.4.6-SNAPSHOT" date="TBD" description="(no description)"> </release> - <release version="2.4.5-SNAPSHOT" date="May 15, 2009" description="Bugfixes and some few additions"> + <release version="2.4.5" date="May 15, 2009" description="Bugfixes and some few additions"> <action dev="gommma" type="add" issue="2633859" due-to="tjstavenger">Add Excel support to Export</action> <action dev="gommma" type="fix" issue="2658082" due-to="Bernard Schubach">MySQL - NoSuchTableException</action> <action dev="gommma" type="add" issue="2658136" due-to="ejain">Have DbUnitAssert use JUnit only if present</action> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rlo...@us...> - 2009-05-15 02:35:24
|
Revision: 997 http://dbunit.svn.sourceforge.net/dbunit/?rev=997&view=rev Author: rlogiacco Date: 2009-05-15 01:39:58 +0000 (Fri, 15 May 2009) Log Message: ----------- [maven-release-plugin] prepare release dbunit-2.4.5 Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-05-15 01:35:50 UTC (rev 996) +++ trunk/pom.xml 2009-05-15 01:39:58 UTC (rev 997) @@ -4,7 +4,7 @@ <groupId>org.dbunit</groupId> <artifactId>dbunit</artifactId> <packaging>jar</packaging> - <version>2.4.5-SNAPSHOT</version> + <version>2.4.5</version> <name>DbUnit Framework</name> <url>http://dbunit.sourceforge.net</url> <inceptionYear>2002</inceptionYear> @@ -23,9 +23,9 @@ <checkstyle.excludes>org/dbunit/util/concurrent/*.java</checkstyle.excludes> </properties> <scm> - <connection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk</connection> - <developerConnection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk</developerConnection> - <url>http://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk</url> + <connection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/dbunit-2.4.5</connection> + <developerConnection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/dbunit-2.4.5</developerConnection> + <url>http://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/dbunit-2.4.5</url> </scm> <issueManagement> <system>SourceForge</system> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rlo...@us...> - 2009-05-15 02:35:17
|
Revision: 995 http://dbunit.svn.sourceforge.net/dbunit/?rev=995&view=rev Author: rlogiacco Date: 2009-05-15 01:33:36 +0000 (Fri, 15 May 2009) Log Message: ----------- [maven-release-plugin] rollback the release of dbunit-2.4.5 Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-05-15 01:26:13 UTC (rev 994) +++ trunk/pom.xml 2009-05-15 01:33:36 UTC (rev 995) @@ -4,7 +4,7 @@ <groupId>org.dbunit</groupId> <artifactId>dbunit</artifactId> <packaging>jar</packaging> - <version>2.4.6-SNAPSHOT</version> + <version>2.4.5-SNAPSHOT</version> <name>DbUnit Framework</name> <url>http://dbunit.sourceforge.net</url> <inceptionYear>2002</inceptionYear> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rlo...@us...> - 2009-05-15 02:35:16
|
Revision: 996 http://dbunit.svn.sourceforge.net/dbunit/?rev=996&view=rev Author: rlogiacco Date: 2009-05-15 01:35:50 +0000 (Fri, 15 May 2009) Log Message: ----------- updated changes.xml to the upcoming release Modified Paths: -------------- trunk/src/changes/changes.xml Modified: trunk/src/changes/changes.xml =================================================================== --- trunk/src/changes/changes.xml 2009-05-15 01:33:36 UTC (rev 995) +++ trunk/src/changes/changes.xml 2009-05-15 01:35:50 UTC (rev 996) @@ -8,7 +8,10 @@ </properties> <body> - <release version="2.4.5-SNAPSHOT" date="TBD" description="(no description)"> + <release version="2.4.6-SNAPSHOT" date="TBD" description="(no description)"> + </release> + + <release version="2.4.5-SNAPSHOT" date="May 15, 2009" description="Bugfixes and some few additions"> <action dev="gommma" type="add" issue="2633859" due-to="tjstavenger">Add Excel support to Export</action> <action dev="gommma" type="fix" issue="2658082" due-to="Bernard Schubach">MySQL - NoSuchTableException</action> <action dev="gommma" type="add" issue="2658136" due-to="ejain">Have DbUnitAssert use JUnit only if present</action> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rlo...@us...> - 2009-05-15 02:35:10
|
Revision: 998 http://dbunit.svn.sourceforge.net/dbunit/?rev=998&view=rev Author: rlogiacco Date: 2009-05-15 01:48:57 +0000 (Fri, 15 May 2009) Log Message: ----------- reverting release 2.4.5 Removed Paths: ------------- tags/dbunit-2.4.5/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rlo...@us...> - 2009-05-15 02:35:09
|
Revision: 1000 http://dbunit.svn.sourceforge.net/dbunit/?rev=1000&view=rev Author: rlogiacco Date: 2009-05-15 02:02:02 +0000 (Fri, 15 May 2009) Log Message: ----------- [maven-release-plugin] prepare release dbunit-2.4.5 Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-05-15 02:00:38 UTC (rev 999) +++ trunk/pom.xml 2009-05-15 02:02:02 UTC (rev 1000) @@ -4,7 +4,7 @@ <groupId>org.dbunit</groupId> <artifactId>dbunit</artifactId> <packaging>jar</packaging> - <version>2.4.5-SNAPSHOT</version> + <version>2.4.5</version> <name>DbUnit Framework</name> <url>http://dbunit.sourceforge.net</url> <inceptionYear>2002</inceptionYear> @@ -23,9 +23,9 @@ <checkstyle.excludes>org/dbunit/util/concurrent/*.java</checkstyle.excludes> </properties> <scm> - <connection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk</connection> - <developerConnection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk</developerConnection> - <url>http://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk</url> + <connection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/dbunit-2.4.5</connection> + <developerConnection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/dbunit-2.4.5</developerConnection> + <url>http://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/dbunit-2.4.5</url> </scm> <issueManagement> <system>SourceForge</system> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rlo...@us...> - 2009-05-15 02:35:09
|
Revision: 1007 http://dbunit.svn.sourceforge.net/dbunit/?rev=1007&view=rev Author: rlogiacco Date: 2009-05-15 02:20:50 +0000 (Fri, 15 May 2009) Log Message: ----------- [maven-release-plugin] rollback the release of dbunit-2.4.5 Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-05-15 02:14:04 UTC (rev 1006) +++ trunk/pom.xml 2009-05-15 02:20:50 UTC (rev 1007) @@ -4,7 +4,7 @@ <groupId>org.dbunit</groupId> <artifactId>dbunit</artifactId> <packaging>jar</packaging> - <version>2.4.5</version> + <version>2.4.5-SNAPSHOT</version> <name>DbUnit Framework</name> <url>http://dbunit.sourceforge.net</url> <inceptionYear>2002</inceptionYear> @@ -23,9 +23,9 @@ <checkstyle.excludes>org/dbunit/util/concurrent/*.java</checkstyle.excludes> </properties> <scm> - <connection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/dbunit-2.4.5</connection> - <developerConnection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/dbunit-2.4.5</developerConnection> - <url>http://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/dbunit-2.4.5</url> + <connection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk</connection> + <developerConnection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk</developerConnection> + <url>http://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk</url> </scm> <issueManagement> <system>SourceForge</system> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rlo...@us...> - 2009-05-15 02:35:09
|
Revision: 1004 http://dbunit.svn.sourceforge.net/dbunit/?rev=1004&view=rev Author: rlogiacco Date: 2009-05-15 02:11:53 +0000 (Fri, 15 May 2009) Log Message: ----------- [maven-release-plugin] rollback the release of dbunit-2.4.5 Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-05-15 02:11:17 UTC (rev 1003) +++ trunk/pom.xml 2009-05-15 02:11:53 UTC (rev 1004) @@ -4,7 +4,7 @@ <groupId>org.dbunit</groupId> <artifactId>dbunit</artifactId> <packaging>jar</packaging> - <version>2.4.6-SNAPSHOT</version> + <version>2.4.5-SNAPSHOT</version> <name>DbUnit Framework</name> <url>http://dbunit.sourceforge.net</url> <inceptionYear>2002</inceptionYear> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rlo...@us...> - 2009-05-15 02:35:09
|
Revision: 999 http://dbunit.svn.sourceforge.net/dbunit/?rev=999&view=rev Author: rlogiacco Date: 2009-05-15 02:00:38 +0000 (Fri, 15 May 2009) Log Message: ----------- reverted pom upon failed release Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-05-15 01:48:57 UTC (rev 998) +++ trunk/pom.xml 2009-05-15 02:00:38 UTC (rev 999) @@ -4,7 +4,7 @@ <groupId>org.dbunit</groupId> <artifactId>dbunit</artifactId> <packaging>jar</packaging> - <version>2.4.5</version> + <version>2.4.5-SNAPSHOT</version> <name>DbUnit Framework</name> <url>http://dbunit.sourceforge.net</url> <inceptionYear>2002</inceptionYear> @@ -23,9 +23,9 @@ <checkstyle.excludes>org/dbunit/util/concurrent/*.java</checkstyle.excludes> </properties> <scm> - <connection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/dbunit-2.4.5</connection> - <developerConnection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/dbunit-2.4.5</developerConnection> - <url>http://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/dbunit-2.4.5</url> + <connection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk</connection> + <developerConnection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk</developerConnection> + <url>http://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk</url> </scm> <issueManagement> <system>SourceForge</system> @@ -559,4 +559,4 @@ </profile> </profiles> -</project> +</project> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rlo...@us...> - 2009-05-15 01:26:22
|
Revision: 994 http://dbunit.svn.sourceforge.net/dbunit/?rev=994&view=rev Author: rlogiacco Date: 2009-05-15 01:26:13 +0000 (Fri, 15 May 2009) Log Message: ----------- [maven-release-plugin] prepare for next development iteration Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-05-15 01:25:38 UTC (rev 993) +++ trunk/pom.xml 2009-05-15 01:26:13 UTC (rev 994) @@ -4,7 +4,7 @@ <groupId>org.dbunit</groupId> <artifactId>dbunit</artifactId> <packaging>jar</packaging> - <version>2.4.5</version> + <version>2.4.6-SNAPSHOT</version> <name>DbUnit Framework</name> <url>http://dbunit.sourceforge.net</url> <inceptionYear>2002</inceptionYear> @@ -23,9 +23,9 @@ <checkstyle.excludes>org/dbunit/util/concurrent/*.java</checkstyle.excludes> </properties> <scm> - <connection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/dbunit-2.4.5</connection> - <developerConnection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/dbunit-2.4.5</developerConnection> - <url>http://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/dbunit-2.4.5</url> + <connection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk</connection> + <developerConnection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk</developerConnection> + <url>http://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk</url> </scm> <issueManagement> <system>SourceForge</system> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rlo...@us...> - 2009-05-15 01:25:48
|
Revision: 993 http://dbunit.svn.sourceforge.net/dbunit/?rev=993&view=rev Author: rlogiacco Date: 2009-05-15 01:25:38 +0000 (Fri, 15 May 2009) Log Message: ----------- [maven-release-plugin] copy for tag dbunit-2.4.5 Added Paths: ----------- tags/dbunit-2.4.5/ tags/dbunit-2.4.5/pom.xml Removed Paths: ------------- tags/dbunit-2.4.5/pom.xml Deleted: tags/dbunit-2.4.5/pom.xml =================================================================== --- trunk/pom.xml 2009-05-03 20:56:54 UTC (rev 990) +++ tags/dbunit-2.4.5/pom.xml 2009-05-15 01:25:38 UTC (rev 993) @@ -1,562 +0,0 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> - <modelVersion>4.0.0</modelVersion> - <groupId>org.dbunit</groupId> - <artifactId>dbunit</artifactId> - <packaging>jar</packaging> - <version>2.4.5-SNAPSHOT</version> - <name>DbUnit Framework</name> - <url>http://dbunit.sourceforge.net</url> - <inceptionYear>2002</inceptionYear> - <description> - DbUnit is a JUnit extension (also usable from Ant) targeted for database-driven projects that, among other things, puts your database into a known state between test runs. This is an excellent way to avoid the myriad of problems that can occur when one test case corrupts the database and causes subsequent tests to fail or exacerbate the damage. - </description> - <licenses> - <license> - <name>GNU Lesser General Public License, Version 2.1</name> - <url>http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt</url> - <distribution>repo</distribution> - </license> - </licenses> - <properties> - <compileSource>1.4</compileSource> - <checkstyle.excludes>org/dbunit/util/concurrent/*.java</checkstyle.excludes> - </properties> - <scm> - <connection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk</connection> - <developerConnection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk</developerConnection> - <url>http://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk</url> - </scm> - <issueManagement> - <system>SourceForge</system> - <url>http://sourceforge.net/tracker/?group_id=47439</url> - </issueManagement> - <ciManagement> - <system>parabuild</system> - <url><![CDATA[http://parabuild.viewtier.com:8080/parabuild/index.htm?view=detailed&buildid=30]]></url> - <notifiers> - <notifier> - <type>mail</type> - <sendOnError>true</sendOnError> - <sendOnFailure>false</sendOnFailure> - <sendOnSuccess>false</sendOnSuccess> - <sendOnWarning>false</sendOnWarning> - <configuration> - <address>go...@us...</address> - </configuration> - </notifier> - </notifiers> - </ciManagement> - - <mailingLists> - <mailingList> - <name>DbUnit User List</name> - <subscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-user</subscribe> - <unsubscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-user</unsubscribe> - <archive>http://sourceforge.net/mailarchive/forum.php?forum_name=dbunit-user</archive> - </mailingList> - <mailingList> - <name>DbUnit Developer List</name> - <subscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-developer</subscribe> - <unsubscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-developer</unsubscribe> - <archive>http://sourceforge.net/mailarchive/forum.php?forum_name=dbunit-developer</archive> - </mailingList> - <mailingList> - <name>DbUnit SVN Commit List</name> - <subscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-commit</subscribe> - <unsubscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-commit</unsubscribe> - <archive>http://sourceforge.net/mailarchive/forum.php?forum_name=dbunit-commit</archive> - </mailingList> - </mailingLists> - - <!-- who the developers are for the project --> - <developers> - <!-- - put my name first, so my email is used by the announcements-email - plugin - --> - <developer> - <name>Roberto Lo Giacco</name> - <id>rlogiacco</id> - <email>rlo...@us...</email> - <organization>SmartLab</organization> - <roles> - <role>Java Developer</role> - </roles> - </developer> - <developer> - <name>Felipe Leme</name> - <id>felipeal</id> - <email>db...@fe...</email> - <organization>GoldenGate Software</organization> - <timezone>-8</timezone> - <roles> - <role>Java Developer</role> - </roles> - </developer> - <developer> - <name>Benjamin Cox</name> - <id>bdrum</id> - <roles> - <role>Java Developer</role> - <!-- <role>Original Ant Task Contributor</role> --> - </roles> - </developer> - <developer> - <name>David Eric Pugh</name> - <id>dep4b</id> - <email>ep...@op...</email> - <organization>OpenSource Connections</organization> - <roles> - <role>Java Developer</role> - </roles> - </developer> - <developer> - <name>Federico Spinazzi</name> - <id>fspinazzi</id> - <email>f.s...@ma...</email> - <organization>Master House S.r.l</organization> - <roles> - <role>Java Developer</role> - <!-- <role>DB2 Contributor</role> --> - </roles> - </developer> - <developer> - <name>Manuel Laflamme</name> - <id>mlaflamm</id> - <organization>Oz Communication</organization> - <roles> - <role>Project Founder</role> - <!-- <role>Java Developer</role> --> - </roles> - </developer> - <developer> - <name>Timothy J. Ruppert</name> - <id>zieggy</id> - <roles> - <role>Java Developer</role> - <!-- <role>Original Ant Task Contributor</role> --> - </roles> - </developer> - <developer> - <name>Sebastien Le Callonnec</name> - <id>slecallonnec</id> - <email>sle...@us...</email> - <roles> - <role>Java Developer</role> - </roles> - </developer> - <developer> - <name>Matthias Gommeringer</name> - <id>gommma</id> - <email>go...@us...</email> - <roles> - <role>Java Developer</role> - </roles> - </developer> - </developers> - - <contributors> - <contributor> - <name>Klas Axel</name> - <roles> - <role>HsqldbDataTypeFactory</role> - </roles> - </contributor> - <contributor> - <name>Erik Price</name> - <roles> - <role>DatabaseSequenceOperation</role> - </roles> - </contributor> - <contributor> - <name>Jeremy Stein</name> - <roles> - <role>InsertIndentityOperation</role> - </roles> - </contributor> - <contributor> - <name>Keven Kizer</name> - <roles> - <role>Early guinea pig</role> - </roles> - </contributor> - <contributor> - <name>Mike Bresnahan</name> - <roles> - <role>DbUnit evangelist</role> - </roles> - </contributor> - <contributor> - <name>Andres Almiray</name> - <email>aal...@us...</email> - <roles> - <role>IDatabaseTester creator</role> - </roles> - </contributor> - </contributors> - - - <dependencies> - - <!-- - TODO: check which dependencies could marked as optional. For - instance, ant is optional because it's only necessary for the - dbunit Ant tasks. - --> - - <!-- TODO: add exclusion for dependencies that include xerces/xalan --> - - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>3.8.2</version> - </dependency> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-api</artifactId> - <version>1.5.6</version> - </dependency> - <dependency> - <groupId>commons-collections</groupId> - <artifactId>commons-collections</artifactId> - <version>3.2.1</version> - </dependency> - <dependency> - <groupId>ant</groupId> - <artifactId>ant</artifactId> - <version>1.5.4</version> - <optional>true</optional> - </dependency> - <dependency> - <groupId>org.apache.poi</groupId> - <artifactId>poi</artifactId> - <version>3.2-FINAL</version> - <optional>true</optional> - </dependency> - - <dependency> - <groupId>org.apache.ant</groupId> - <artifactId>ant-testutil</artifactId> - <version>1.7.0</version> - <optional>true</optional> - <scope>test</scope> - </dependency> - <dependency> - <groupId>junit-addons</groupId> - <artifactId>junit-addons</artifactId> - <version>1.4</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>mockobjects</groupId> - <artifactId>mockobjects-core</artifactId> - <version>0.07</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>mockmaker</groupId> - <artifactId>mmmockobjects</artifactId> - <version>1.12.0</version> - <scope>test</scope> - </dependency> - <!-- TODO: check why follow dependency is necessary --> - <dependency> - <groupId>mockobjects</groupId> - <artifactId>mockobjects-jdk1.3</artifactId> - <version>0.07</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>hsqldb</groupId> - <artifactId>hsqldb</artifactId> - <version>1.8.0.1</version> - <scope>test</scope> - </dependency> - <dependency> - <!-- - Only needed when "profile.properties" is set to "derby" - environment - --> - <groupId>org.apache.derby</groupId> - <artifactId>derby</artifactId> - <version>10.4.1.3</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>gsbase</groupId> - <artifactId>gsbase</artifactId> - <version>2.0.1</version> - <scope>test</scope> - </dependency> - - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-nop</artifactId> - <version>1.5.6</version> - <scope>runtime</scope> - <optional>true</optional> - </dependency> - </dependencies> - - <build> - <defaultGoal>install</defaultGoal> - <sourceDirectory>src/java</sourceDirectory> - <testSourceDirectory>src/test</testSourceDirectory> - - <!-- - TODO: move to M2's expected path and separate java from test (once - SCM is migrated to SVN...) - --> - <resources> - <resource> - <directory>.</directory> - <includes> - <include>LICENSE.txt</include> - </includes> - </resource> - <resource> - <directory>src/java</directory> - <includes> - <include>**/dataset.dtd</include> - </includes> - </resource> - <resource> - <directory>src/csv</directory> - <includes> - <include>**/cvs-tests.properties</include> - </includes> - </resource> - - </resources> - <!-- - TODO: that are some resources on src that should be on test... - - <testResources> <testResource> </testResource> </testResources> - --> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-surefire-plugin</artifactId> - <configuration> - <excludes> - <exclude>**/Abstract*.java</exclude> - </excludes> - <includes> - <include>**/*Test.java</include> - </includes> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <configuration> - <source>${compileSource}</source> - <target>${compileSource}</target> - <compilerVersion>${compileSource}</compilerVersion> - <!-- - TODO somehow we must ensure that the used rt.jar is really a - 1.4 and not higher, also for continuous integration - --> - <!--<executable>${JAVA_1_4_HOME}/bin/javac</executable>--> - <debug>true</debug> - <fork>true</fork> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-release-plugin</artifactId> - <configuration> - <goals>javadoc:javadoc source:jar javadoc:jar deploy site changes:announcement-generate assembly:assembly</goals> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-jar-plugin</artifactId> - <configuration> - <includes> - <include>/LICENSE.txt</include> - <include>**</include> - </includes> - </configuration> - </plugin> - <plugin> - <artifactId>maven-assembly-plugin</artifactId> - <configuration> - <descriptors> - <descriptor>assembly.xml</descriptor> - </descriptors> - </configuration> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>cobertura-maven-plugin</artifactId> - <executions> - <execution> - <goals> - <goal>clean</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> - </build> - - <reporting> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-jxr-plugin</artifactId> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-surefire-report-plugin</artifactId> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-project-info-reports-plugin</artifactId> - </plugin> - <!-- - <plugin> <groupId>org.codehaus.mojo</groupId> - <artifactId>cobertura-maven-plugin</artifactId> </plugin> - --> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-checkstyle-plugin</artifactId> - <configuration> - <configLocation>checkstyle.xml</configLocation> - <argLine>-Xmx512m -Xms128m</argLine> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-pmd-plugin</artifactId> - <configuration> - <linkXref>true</linkXref> - <sourceEncoding>utf-8</sourceEncoding> - <minimumTokens>100</minimumTokens> - <targetJdk>${compileSource}</targetJdk> - </configuration> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>jdepend-maven-plugin</artifactId> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-javadoc-plugin</artifactId> - <configuration> - <destDir>apidocs</destDir> - <quiet>true</quiet> - <stylesheet>maven</stylesheet> - <tags> - <tag> - <name>TODO</name> - <placement>a</placement> - <head>To do:</head> - </tag> - </tags> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-changes-plugin</artifactId> - <version>2.0</version> - <configuration> - <smtpHost>localhost</smtpHost> - <smtpPort implementation="java.lang.Integer">25</smtpPort> - <introduction>If you are reading this, the maintainer forgot to descrive what's the purpose of this release!!!</introduction> - <toAddresses> - <toAddress implementation="java.lang.String">dbu...@li...</toAddress> - <toAddress implementation="java.lang.String">dbu...@li...</toAddress> - </toAddresses> - <urlDownload>http://sourceforge.net/project/showfiles.php?group_id=47439</urlDownload> - <issueLinkTemplate><![CDATA[http://sourceforge.net/support/tracker.php?aid=%ISSUE%]]></issueLinkTemplate> - </configuration> - <reportSets> - <reportSet> - <reports> - <report>changes-report</report> - <report>license</report> - </reports> - </reportSet> - </reportSets> - </plugin> - </plugins> - </reporting> - - <distributionManagement> - <snapshotRepository> - <id>sourceforge</id> - <name>SourceForge Snapshots Repo</name> - <url>scp://shell.sourceforge.net/home/groups/d/db/dbunit/htdocs/repo/snapshots</url> - </snapshotRepository> - <repository> - <id>sourceforge</id> - <name>SourceForge Releases Repo</name> - <url>scp://shell.sourceforge.net/home/groups/d/db/dbunit/htdocs/repo/official</url> - </repository> - <site> - <id>sourceforge</id> - <url>scp://shell.sourceforge.net/home/groups/d/db/dbunit/htdocs</url> - </site> - </distributionManagement> - - <profiles> - <profile> - <id>official</id> - <dependencies> - <dependency> - <groupId>javax.sql</groupId> - <artifactId>jdbc-stdext</artifactId> - <version>2.0</version> - <optional>true</optional> - </dependency> - </dependencies> - <build> - <pluginManagement> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <configuration> - <source>${compileSource}</source> - <target>${compileSource}</target> - <compilerVersion>${compileSource}</compilerVersion> - <executable>${JAVA_1_4_HOME}/bin/javac</executable> - <debug>true</debug> - <fork>true</fork> - </configuration> - </plugin> - </plugins> - </pluginManagement> - </build> - - <reporting> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-jxr-plugin</artifactId> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-javadoc-plugin</artifactId> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>cobertura-maven-plugin</artifactId> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-changes-plugin</artifactId> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-changelog-plugin</artifactId> - </plugin> - </plugins> - </reporting> - </profile> - </profiles> - -</project> Copied: tags/dbunit-2.4.5/pom.xml (from rev 992, trunk/pom.xml) =================================================================== --- tags/dbunit-2.4.5/pom.xml (rev 0) +++ tags/dbunit-2.4.5/pom.xml 2009-05-15 01:25:38 UTC (rev 993) @@ -0,0 +1,562 @@ +<?xml version="1.0" encoding="ISO-8859-1"?> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + <modelVersion>4.0.0</modelVersion> + <groupId>org.dbunit</groupId> + <artifactId>dbunit</artifactId> + <packaging>jar</packaging> + <version>2.4.5</version> + <name>DbUnit Framework</name> + <url>http://dbunit.sourceforge.net</url> + <inceptionYear>2002</inceptionYear> + <description> + DbUnit is a JUnit extension (also usable from Ant) targeted for database-driven projects that, among other things, puts your database into a known state between test runs. This is an excellent way to avoid the myriad of problems that can occur when one test case corrupts the database and causes subsequent tests to fail or exacerbate the damage. + </description> + <licenses> + <license> + <name>GNU Lesser General Public License, Version 2.1</name> + <url>http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt</url> + <distribution>repo</distribution> + </license> + </licenses> + <properties> + <compileSource>1.4</compileSource> + <checkstyle.excludes>org/dbunit/util/concurrent/*.java</checkstyle.excludes> + </properties> + <scm> + <connection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/dbunit-2.4.5</connection> + <developerConnection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/dbunit-2.4.5</developerConnection> + <url>http://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/dbunit-2.4.5</url> + </scm> + <issueManagement> + <system>SourceForge</system> + <url>http://sourceforge.net/tracker/?group_id=47439</url> + </issueManagement> + <ciManagement> + <system>parabuild</system> + <url><![CDATA[http://parabuild.viewtier.com:8080/parabuild/index.htm?view=detailed&buildid=30]]></url> + <notifiers> + <notifier> + <type>mail</type> + <sendOnError>true</sendOnError> + <sendOnFailure>false</sendOnFailure> + <sendOnSuccess>false</sendOnSuccess> + <sendOnWarning>false</sendOnWarning> + <configuration> + <address>go...@us...</address> + </configuration> + </notifier> + </notifiers> + </ciManagement> + + <mailingLists> + <mailingList> + <name>DbUnit User List</name> + <subscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-user</subscribe> + <unsubscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-user</unsubscribe> + <archive>http://sourceforge.net/mailarchive/forum.php?forum_name=dbunit-user</archive> + </mailingList> + <mailingList> + <name>DbUnit Developer List</name> + <subscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-developer</subscribe> + <unsubscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-developer</unsubscribe> + <archive>http://sourceforge.net/mailarchive/forum.php?forum_name=dbunit-developer</archive> + </mailingList> + <mailingList> + <name>DbUnit SVN Commit List</name> + <subscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-commit</subscribe> + <unsubscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-commit</unsubscribe> + <archive>http://sourceforge.net/mailarchive/forum.php?forum_name=dbunit-commit</archive> + </mailingList> + </mailingLists> + + <!-- who the developers are for the project --> + <developers> + <!-- + put my name first, so my email is used by the announcements-email + plugin + --> + <developer> + <name>Roberto Lo Giacco</name> + <id>rlogiacco</id> + <email>rlo...@us...</email> + <organization>SmartLab</organization> + <roles> + <role>Java Developer</role> + </roles> + </developer> + <developer> + <name>Felipe Leme</name> + <id>felipeal</id> + <email>db...@fe...</email> + <organization>GoldenGate Software</organization> + <timezone>-8</timezone> + <roles> + <role>Java Developer</role> + </roles> + </developer> + <developer> + <name>Benjamin Cox</name> + <id>bdrum</id> + <roles> + <role>Java Developer</role> + <!-- <role>Original Ant Task Contributor</role> --> + </roles> + </developer> + <developer> + <name>David Eric Pugh</name> + <id>dep4b</id> + <email>ep...@op...</email> + <organization>OpenSource Connections</organization> + <roles> + <role>Java Developer</role> + </roles> + </developer> + <developer> + <name>Federico Spinazzi</name> + <id>fspinazzi</id> + <email>f.s...@ma...</email> + <organization>Master House S.r.l</organization> + <roles> + <role>Java Developer</role> + <!-- <role>DB2 Contributor</role> --> + </roles> + </developer> + <developer> + <name>Manuel Laflamme</name> + <id>mlaflamm</id> + <organization>Oz Communication</organization> + <roles> + <role>Project Founder</role> + <!-- <role>Java Developer</role> --> + </roles> + </developer> + <developer> + <name>Timothy J. Ruppert</name> + <id>zieggy</id> + <roles> + <role>Java Developer</role> + <!-- <role>Original Ant Task Contributor</role> --> + </roles> + </developer> + <developer> + <name>Sebastien Le Callonnec</name> + <id>slecallonnec</id> + <email>sle...@us...</email> + <roles> + <role>Java Developer</role> + </roles> + </developer> + <developer> + <name>Matthias Gommeringer</name> + <id>gommma</id> + <email>go...@us...</email> + <roles> + <role>Java Developer</role> + </roles> + </developer> + </developers> + + <contributors> + <contributor> + <name>Klas Axel</name> + <roles> + <role>HsqldbDataTypeFactory</role> + </roles> + </contributor> + <contributor> + <name>Erik Price</name> + <roles> + <role>DatabaseSequenceOperation</role> + </roles> + </contributor> + <contributor> + <name>Jeremy Stein</name> + <roles> + <role>InsertIndentityOperation</role> + </roles> + </contributor> + <contributor> + <name>Keven Kizer</name> + <roles> + <role>Early guinea pig</role> + </roles> + </contributor> + <contributor> + <name>Mike Bresnahan</name> + <roles> + <role>DbUnit evangelist</role> + </roles> + </contributor> + <contributor> + <name>Andres Almiray</name> + <email>aal...@us...</email> + <roles> + <role>IDatabaseTester creator</role> + </roles> + </contributor> + </contributors> + + + <dependencies> + + <!-- + TODO: check which dependencies could marked as optional. For + instance, ant is optional because it's only necessary for the + dbunit Ant tasks. + --> + + <!-- TODO: add exclusion for dependencies that include xerces/xalan --> + + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>3.8.2</version> + </dependency> + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-api</artifactId> + <version>1.5.6</version> + </dependency> + <dependency> + <groupId>commons-collections</groupId> + <artifactId>commons-collections</artifactId> + <version>3.2.1</version> + </dependency> + <dependency> + <groupId>ant</groupId> + <artifactId>ant</artifactId> + <version>1.5.4</version> + <optional>true</optional> + </dependency> + <dependency> + <groupId>org.apache.poi</groupId> + <artifactId>poi</artifactId> + <version>3.2-FINAL</version> + <optional>true</optional> + </dependency> + + <dependency> + <groupId>org.apache.ant</groupId> + <artifactId>ant-testutil</artifactId> + <version>1.7.0</version> + <optional>true</optional> + <scope>test</scope> + </dependency> + <dependency> + <groupId>junit-addons</groupId> + <artifactId>junit-addons</artifactId> + <version>1.4</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>mockobjects</groupId> + <artifactId>mockobjects-core</artifactId> + <version>0.07</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>mockmaker</groupId> + <artifactId>mmmockobjects</artifactId> + <version>1.12.0</version> + <scope>test</scope> + </dependency> + <!-- TODO: check why follow dependency is necessary --> + <dependency> + <groupId>mockobjects</groupId> + <artifactId>mockobjects-jdk1.3</artifactId> + <version>0.07</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>hsqldb</groupId> + <artifactId>hsqldb</artifactId> + <version>1.8.0.1</version> + <scope>test</scope> + </dependency> + <dependency> + <!-- + Only needed when "profile.properties" is set to "derby" + environment + --> + <groupId>org.apache.derby</groupId> + <artifactId>derby</artifactId> + <version>10.4.1.3</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>gsbase</groupId> + <artifactId>gsbase</artifactId> + <version>2.0.1</version> + <scope>test</scope> + </dependency> + + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-nop</artifactId> + <version>1.5.6</version> + <scope>runtime</scope> + <optional>true</optional> + </dependency> + </dependencies> + + <build> + <defaultGoal>install</defaultGoal> + <sourceDirectory>src/java</sourceDirectory> + <testSourceDirectory>src/test</testSourceDirectory> + + <!-- + TODO: move to M2's expected path and separate java from test (once + SCM is migrated to SVN...) + --> + <resources> + <resource> + <directory>.</directory> + <includes> + <include>LICENSE.txt</include> + </includes> + </resource> + <resource> + <directory>src/java</directory> + <includes> + <include>**/dataset.dtd</include> + </includes> + </resource> + <resource> + <directory>src/csv</directory> + <includes> + <include>**/cvs-tests.properties</include> + </includes> + </resource> + + </resources> + <!-- + TODO: that are some resources on src that should be on test... + + <testResources> <testResource> </testResource> </testResources> + --> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-plugin</artifactId> + <configuration> + <excludes> + <exclude>**/Abstract*.java</exclude> + </excludes> + <includes> + <include>**/*Test.java</include> + </includes> + </configuration> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-compiler-plugin</artifactId> + <configuration> + <source>${compileSource}</source> + <target>${compileSource}</target> + <compilerVersion>${compileSource}</compilerVersion> + <!-- + TODO somehow we must ensure that the used rt.jar is really a + 1.4 and not higher, also for continuous integration + --> + <!--<executable>${JAVA_1_4_HOME}/bin/javac</executable>--> + <debug>true</debug> + <fork>true</fork> + </configuration> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-release-plugin</artifactId> + <configuration> + <goals>javadoc:javadoc site changes:announcement-generate assembly:assembly deploy</goals> + </configuration> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-jar-plugin</artifactId> + <configuration> + <includes> + <include>/LICENSE.txt</include> + <include>**</include> + </includes> + </configuration> + </plugin> + <plugin> + <artifactId>maven-assembly-plugin</artifactId> + <configuration> + <descriptors> + <descriptor>assembly.xml</descriptor> + </descriptors> + </configuration> + </plugin> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>cobertura-maven-plugin</artifactId> + <executions> + <execution> + <goals> + <goal>clean</goal> + </goals> + </execution> + </executions> + </plugin> + </plugins> + </build> + + <reporting> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-jxr-plugin</artifactId> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-report-plugin</artifactId> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-project-info-reports-plugin</artifactId> + </plugin> + <!-- + <plugin> <groupId>org.codehaus.mojo</groupId> + <artifactId>cobertura-maven-plugin</artifactId> </plugin> + --> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-checkstyle-plugin</artifactId> + <configuration> + <configLocation>checkstyle.xml</configLocation> + <argLine>-Xmx512m -Xms128m</argLine> + </configuration> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-pmd-plugin</artifactId> + <configuration> + <linkXref>true</linkXref> + <sourceEncoding>utf-8</sourceEncoding> + <minimumTokens>100</minimumTokens> + <targetJdk>${compileSource}</targetJdk> + </configuration> + </plugin> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>jdepend-maven-plugin</artifactId> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-javadoc-plugin</artifactId> + <configuration> + <destDir>apidocs</destDir> + <quiet>true</quiet> + <stylesheet>maven</stylesheet> + <tags> + <tag> + <name>TODO</name> + <placement>a</placement> + <head>To do:</head> + </tag> + </tags> + </configuration> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-changes-plugin</artifactId> + <version>2.0</version> + <configuration> + <smtpHost>localhost</smtpHost> + <smtpPort implementation="java.lang.Integer">25</smtpPort> + <introduction>If you are reading this, the maintainer forgot to descrive what's the purpose of this release!!!</introduction> + <toAddresses> + <toAddress implementation="java.lang.String">dbu...@li...</toAddress> + <toAddress implementation="java.lang.String">dbu...@li...</toAddress> + </toAddresses> + <urlDownload>http://sourceforge.net/project/showfiles.php?group_id=47439</urlDownload> + <issueLinkTemplate><![CDATA[http://sourceforge.net/support/tracker.php?aid=%ISSUE%]]></issueLinkTemplate> + </configuration> + <reportSets> + <reportSet> + <reports> + <report>changes-report</report> + <report>license</report> + </reports> + </reportSet> + </reportSets> + </plugin> + </plugins> + </reporting> + + <distributionManagement> + <snapshotRepository> + <id>sourceforge</id> + <name>SourceForge Snapshots Repo</name> + <url>scp://shell.sourceforge.net/home/groups/d/db/dbunit/htdocs/repo/snapshots</url> + </snapshotRepository> + <repository> + <id>sourceforge</id> + <name>SourceForge Releases Repo</name> + <url>scp://shell.sourceforge.net/home/groups/d/db/dbunit/htdocs/repo/official</url> + </repository> + <site> + <id>sourceforge</id> + <url>scp://shell.sourceforge.net/home/groups/d/db/dbunit/htdocs</url> + </site> + </distributionManagement> + + <profiles> + <profile> + <id>official</id> + <dependencies> + <dependency> + <groupId>javax.sql</groupId> + <artifactId>jdbc-stdext</artifactId> + <version>2.0</version> + <optional>true</optional> + </dependency> + </dependencies> + <build> + <pluginManagement> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-compiler-plugin</artifactId> + <configuration> + <source>${compileSource}</source> + <target>${compileSource}</target> + <compilerVersion>${compileSource}</compilerVersion> + <executable>${JAVA_1_4_HOME}/bin/javac</executable> + <debug>true</debug> + <fork>true</fork> + </configuration> + </plugin> + </plugins> + </pluginManagement> + </build> + + <reporting> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-jxr-plugin</artifactId> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-javadoc-plugin</artifactId> + </plugin> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>cobertura-maven-plugin</artifactId> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-changes-plugin</artifactId> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-changelog-plugin</artifactId> + </plugin> + </plugins> + </reporting> + </profile> + </profiles> + +</project> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rlo...@us...> - 2009-05-15 01:25:08
|
Revision: 992 http://dbunit.svn.sourceforge.net/dbunit/?rev=992&view=rev Author: rlogiacco Date: 2009-05-15 01:24:53 +0000 (Fri, 15 May 2009) Log Message: ----------- [maven-release-plugin] prepare release dbunit-2.4.5 Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-05-15 01:02:22 UTC (rev 991) +++ trunk/pom.xml 2009-05-15 01:24:53 UTC (rev 992) @@ -4,7 +4,7 @@ <groupId>org.dbunit</groupId> <artifactId>dbunit</artifactId> <packaging>jar</packaging> - <version>2.4.5-SNAPSHOT</version> + <version>2.4.5</version> <name>DbUnit Framework</name> <url>http://dbunit.sourceforge.net</url> <inceptionYear>2002</inceptionYear> @@ -23,9 +23,9 @@ <checkstyle.excludes>org/dbunit/util/concurrent/*.java</checkstyle.excludes> </properties> <scm> - <connection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk</connection> - <developerConnection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk</developerConnection> - <url>http://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk</url> + <connection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/dbunit-2.4.5</connection> + <developerConnection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/dbunit-2.4.5</developerConnection> + <url>http://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/dbunit-2.4.5</url> </scm> <issueManagement> <system>SourceForge</system> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rlo...@us...> - 2009-05-15 01:02:36
|
Revision: 991 http://dbunit.svn.sourceforge.net/dbunit/?rev=991&view=rev Author: rlogiacco Date: 2009-05-15 01:02:22 +0000 (Fri, 15 May 2009) Log Message: ----------- removed duplicated generation of javadoc and sources archives on release phase Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-05-03 20:56:54 UTC (rev 990) +++ trunk/pom.xml 2009-05-15 01:02:22 UTC (rev 991) @@ -367,7 +367,7 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> <configuration> - <goals>javadoc:javadoc source:jar javadoc:jar deploy site changes:announcement-generate assembly:assembly</goals> + <goals>javadoc:javadoc site changes:announcement-generate assembly:assembly deploy</goals> </configuration> </plugin> <plugin> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fel...@us...> - 2009-03-14 17:21:35
|
Revision: 984 http://dbunit.svn.sourceforge.net/dbunit/?rev=984&view=rev Author: felipeal Date: 2009-03-14 17:21:33 +0000 (Sat, 14 Mar 2009) Log Message: ----------- updated my (Felipe) info Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-03-14 12:01:03 UTC (rev 983) +++ trunk/pom.xml 2009-03-14 17:21:33 UTC (rev 984) @@ -88,8 +88,8 @@ <name>Felipe Leme</name> <id>felipeal</id> <email>db...@fe...</email> - <organization>Falcon Informatica</organization> - <timezone>-3</timezone> + <organization>GoldenGate Software</organization> + <timezone>-8</timezone> <roles> <role>Java Developer</role> </roles> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rlo...@us...> - 2009-02-25 10:11:44
|
Revision: 974 http://dbunit.svn.sourceforge.net/dbunit/?rev=974&view=rev Author: rlogiacco Date: 2009-02-25 10:11:38 +0000 (Wed, 25 Feb 2009) Log Message: ----------- fixed bug in changes.xml parsing blocking release phase Modified Paths: -------------- trunk/src/changes/changes.xml Modified: trunk/src/changes/changes.xml =================================================================== --- trunk/src/changes/changes.xml 2009-02-25 09:12:47 UTC (rev 973) +++ trunk/src/changes/changes.xml 2009-02-25 10:11:38 UTC (rev 974) @@ -8,128 +8,130 @@ </properties> <body> - <release version="2.4.4" date="TBD" description="Bugfixes, some small additions"> - <action dev="gommma" type="update" issue="2524180" due-to="gommma">Better extensibility for XmlDataSetWriter</action> - <action dev="gommma" type="fix" issue="2542079" due-to="kkaz">XlsDataSet.write</action> - <action dev="gommma" type="fix" issue="2545095" due-to="jhattat">Mysql FEATURE_QUALIFIED_TABLE_NAMES column SQLHelper.matches</action> - <action dev="gommma" type="fix" issue="2567724" due-to="lunatix13">overridden setUpDatabaseConfig not called</action> + <release version="2.4.5-SNAPSHOT" date="TBD" description="(no description)"> + </release> + <release version="2.4.4" date="Feb 24, 2009" description="Bugfixes, some small additions"> + <action dev="gommma" type="update" issue="2524180" due-to="gommma"> Better extensibility for XmlDataSetWriter</action> + <action dev="gommma" type="fix" issue="2542079" due-to="kkaz"> XlsDataSet.write</action> + <action dev="gommma" type="fix" issue="2545095" due-to="jhattat"> Mysql FEATURE_QUALIFIED_TABLE_NAMES column SQLHelper.matches</action> + <action dev="gommma" type="fix" issue="2567724" due-to="lunatix13"> overridden setUpDatabaseConfig not called</action> <action dev="gommma" type="fix" issue="2549683" due-to="chuanghs">DB2 problem after 2.4</action> - <action dev="gommma" type="fix" issue="2517257" due-to="jhattat">Mysql Linux metatdata UpperCase Comparison</action> - <action dev="gommma" type="fix" issue="2616420" due-to="ihr-staal">JTDS Driver causes warning in class AbstractTableMetaData</action> + <action dev="gommma" type="fix" issue="2517257" due-to="jhattat"> Mysql Linux metatdata UpperCase Comparison</action> + <action dev="gommma" type="fix" issue="2616420" due-to="ihr-staal"> JTDS Driver causes warning in class AbstractTableMetaData</action> <action dev="gommma" type="add" issue="1956543" due-to="jeffjensen">Add DatabaseConnection methods to support PreparedStatements</action> </release> <release version="2.4.3" date="Jan 20, 2009" description="Bugfixes, some small additions"> - <action dev="gommma" type="fix" issue="2023994" due-to="marney">Simplify use of custom datatype factory for DBTestCase</action> - <action dev="gommma" type="fix" issue="2475264" due-to="erik.van.zijst">problem when verifying against an XmlDataSet</action> - <action dev="gommma" type="fix" issue="1182289" due-to="jamapor">IDENTITY_INSERT : Check for identity column incorrect</action> - <action dev="gommma" type="fix" issue="1537894" due-to="skuzey">possibly i18n problem</action> - <action dev="gommma" type="fix" issue="2494501" due-to="rogerrabbitpro">FailureHandler is not propagated to data comparison stage</action> - <action dev="gommma" type="fix" issue="2486800" due-to="macha64">Warning message "PostgreSQL not be supported"</action> - <action dev="gommma" type="update" issue="1690721" due-to="cdubet">short BLOB are not correctly managed</action> - <action dev="gommma" type="fix" issue="2489228" due-to="xianpants">MySQL AmbiguousTableNameException incorrectly thrown</action> - <action dev="gommma" type="add" issue="1452382" due-to="akhilss">TableName pattern filtering</action> - </release> - <release version="2.4.2" date="Dec 17, 2008" description="Bugfixes, some small additions"> - <action dev="gommma" type="fix" issue="2356800" due-to="jeremy_finney">Cannot extract contents of table with a column named "AS"</action> - <action dev="gommma" type="fix" issue="2382766" due-to="dacota">MySQL case sensitive problem in dataset creation</action> - <action dev="gommma" type="add" issue="2390557" due-to="gommma">Add StringIgnoreCase DataType</action> - <action dev="gommma" type="fix" issue="2391757" due-to="j_zimmermann">FEATURE_CASE_SENSITIVE_TABLE_NAMES doesn't work completely (fixed wrong DatabaseConfig property)</action> - <action dev="gommma" type="fix" issue="2392770" due-to="kkaz">org.dbunit.dataset.datatype.TypeCastException</action> - <action dev="gommma" type="fix" issue="2398926" due-to="xianpants">SLF4J maven dependencies aren't quite correct</action> - <action dev="gommma" type="add" issue="2407106" due-to="brentplump">Include table name in cyclic dependency exception</action> - <action dev="gommma" type="fix" issue="2439408" due-to="claus437">Insert fails on Oracle multiple schemas</action> - </release> + <action dev="gommma" type="fix" issue="2023994" due-to="marney"> Simplify use of custom datatype factory for DBTestCase</action> + <action dev="gommma" type="fix" issue="2475264" due-to="erik.van.zijst"> problem when verifying against an XmlDataSet</action> + <action dev="gommma" type="fix" issue="1182289" due-to="jamapor"> IDENTITY_INSERT : Check for identity column incorrect</action> + <action dev="gommma" type="fix" issue="1537894" due-to="skuzey"> possibly i18n problem</action> + <action dev="gommma" type="fix" issue="2494501" due-to="rogerrabbitpro"> FailureHandler is not propagated to data comparison stage</action> + <action dev="gommma" type="fix" issue="2486800" due-to="macha64"> Warning message "PostgreSQL not be supported"</action> + <action dev="gommma" type="update" issue="1690721" due-to="cdubet"> short BLOB are not correctly managed</action> + <action dev="gommma" type="fix" issue="2489228" due-to="xianpants"> MySQL AmbiguousTableNameException incorrectly thrown</action> + <action dev="gommma" type="add" issue="1452382" due-to="akhilss"> TableName pattern filtering</action> + </release> + <release version="2.4.2" date="Dec 17, 2008" description="Bugfixes, some small additions"> + <action dev="gommma" type="fix" issue="2356800" due-to="jeremy_finney"> Cannot extract contents of table with a column named "AS"</action> + <action dev="gommma" type="fix" issue="2382766" due-to="dacota"> MySQL case sensitive problem in dataset creation</action> + <action dev="gommma" type="add" issue="2390557" due-to="gommma">Add StringIgnoreCase DataType</action> + <action dev="gommma" type="fix" issue="2391757" due-to="j_zimmermann"> FEATURE_CASE_SENSITIVE_TABLE_NAMES doesn't work completely (fixed wrong DatabaseConfig property)</action> + <action dev="gommma" type="fix" issue="2392770" due-to="kkaz"> org.dbunit.dataset.datatype.TypeCastException</action> + <action dev="gommma" type="fix" issue="2398926" due-to="xianpants"> SLF4J maven dependencies aren't quite correct</action> + <action dev="gommma" type="add" issue="2407106" due-to="brentplump"> Include table name in cyclic dependency exception</action> + <action dev="gommma" type="fix" issue="2439408" due-to="claus437"> Insert fails on Oracle multiple schemas</action> + </release> <release version="2.4.1" date="Dec 03, 2008" description="Updates and bugfixes only"> <action dev="gommma" type="update">Updated slf4j dependencies to version 1.5.6.</action> <action dev="gommma" type="fix" issue="1628896" due-to="jeromevdl">No metadata Tables found</action> <action dev="gommma" type="fix" issue="2356010">Oracle problem rel 2.4 in createQueryTable</action> - <action dev="gommma" type="fix" issue="2370993" due-to="schedinl">Cannot insert table data with self-reference in 2.4.0</action> + <action dev="gommma" type="fix" issue="2370993" due-to="schedinl"> Cannot insert table data with self-reference in 2.4.0</action> </release> <release version="2.4.0" date="Nov 27, 2008" description="Some API changes, features added, bugfixes"> <action dev="felipeal" type="add" issue="2235876">Refactor Assertion class</action> <action dev="felipeal" type="fix" issue="2198914">When comparing empty tables, column info should be ignored</action> <action dev="felipeal" type="add" issue="2122413">Added "constants" for DatabaseOperation wrappers</action> <action dev="gommma" type="update">ISearchAlgorithm.search returns strongly typed ListOrderedSet instead of a normal Set so that TableDependencyHelper can return tables in correct order. API change.</action> - <action dev="gommma" type="fix" issue="1628105" due-to="ozonobon">XmlWriter can't write nested CDATA sections</action> - <action dev="gommma" type="fix" issue="1464982" due-to="woollybarr">XMLType Support for Oracle - Again</action> - <action dev="gommma" type="fix" issue="2122773" due-to="mkejzar">QueryDataSet does not cache query results - Implies API change - new method IDatabaseConnection.createTable(String tableName)</action> + <action dev="gommma" type="fix" issue="1628105" due-to="ozonobon"> XmlWriter can't write nested CDATA sections</action> + <action dev="gommma" type="fix" issue="1464982" due-to="woollybarr"> XMLType Support for Oracle - Again</action> + <action dev="gommma" type="fix" issue="2122773" due-to="mkejzar"> QueryDataSet does not cache query results - Implies API change - new method IDatabaseConnection.createTable(String tableName)</action> <action dev="gommma" type="update" issue="2132121">Fail-Fast if AmbiguousTableNames found</action> - <action dev="gommma" type="add" issue="1735092" due-to="stritti">[PATCH] Support Oracle SQLLoader files for datasets - refactored the CSV Pipeline infrastructure so that it can be reused for sqlldr files</action> + <action dev="gommma" type="add" issue="1735092" due-to="stritti"> [PATCH] Support Oracle SQLLoader files for datasets - refactored the CSV Pipeline infrastructure so that it can be reused for sqlldr files</action> <action dev="gommma" type="update">Updated apache commons-collections from 3.1 to 3.2.1</action> - <action dev="gommma" type="fix" issue="1159489" due-to="srinirang">BigDecimal values read by XlsDataSet have wrong precision</action> + <action dev="gommma" type="fix" issue="1159489" due-to="srinirang"> BigDecimal values read by XlsDataSet have wrong precision</action> <action dev="gommma" type="add" issue="2148079">give tolerated delta as percentage in floating-point compare</action> <action dev="gommma" type="remove" issue="2148099">Remove commons-lang dependency</action> - <action dev="gommma" type="update" issue="1180734" due-to="che---">DbUnitTask#createConnection</action> - <action dev="gommma" type="add" issue="1432308" due-to="hack">FlatDtdProducer does not support Element dataset ANY</action> - <action dev="gommma" type="fix" issue="1344618" due-to="ianjoyce">tinyint being ignored</action> - <action dev="gommma" type="fix" issue="1194928" due-to="rahulr">DBUnit does not recognise "Unsigned" INTEGER columns</action> - <action dev="gommma" type="fix" issue="1063128" due-to="djocal">FlatXMLdataSet counts 14 tables instead of 1 table of 14 row</action> - <action dev="gommma" type="fix" issue="2163902" due-to="olegc">Better reporting of extra columns in FlatXmlProducer</action> - <action dev="gommma" type="fix" issue="2163897" due-to="olegc">BufferedConsumer never cleans _allRows</action> + <action dev="gommma" type="update" issue="1180734" due-to="che---"> DbUnitTask#createConnection</action> + <action dev="gommma" type="add" issue="1432308" due-to="hack"> FlatDtdProducer does not support Element dataset ANY</action> + <action dev="gommma" type="fix" issue="1344618" due-to="ianjoyce"> tinyint being ignored</action> + <action dev="gommma" type="fix" issue="1194928" due-to="rahulr"> DBUnit does not recognise "Unsigned" INTEGER columns</action> + <action dev="gommma" type="fix" issue="1063128" due-to="djocal"> FlatXMLdataSet counts 14 tables instead of 1 table of 14 row</action> + <action dev="gommma" type="fix" issue="2163902" due-to="olegc"> Better reporting of extra columns in FlatXmlProducer</action> + <action dev="gommma" type="fix" issue="2163897" due-to="olegc"> BufferedConsumer never cleans _allRows</action> <action dev="gommma" type="fix" issue="2119648" due-to="powerlord">new SortedTable throws NoSuchColumnException</action> - <action dev="gommma" type="fix" issue="2122773" due-to="mkejzar">QueryDataSet does not cache query results</action> - <action dev="gommma" type="fix" issue="1214252" due-to="bilaco">problem because tableName is case insensitive</action> - <action dev="gommma" type="fix" issue="1531883" due-to="fordfrog">DatabaseSequenceFilter infinite loop on cyclic dependency</action> + <action dev="gommma" type="fix" issue="2122773" due-to="mkejzar"> QueryDataSet does not cache query results</action> + <action dev="gommma" type="fix" issue="1214252" due-to="bilaco"> problem because tableName is case insensitive</action> + <action dev="gommma" type="fix" issue="1531883" due-to="fordfrog"> DatabaseSequenceFilter infinite loop on cyclic dependency</action> <action dev="gommma" type="update">Performance improvement in Assertions.assertEquals(ITable expected, ITable actual) - Lookup the DataTypes for every column only once and not for every single row</action> - <action dev="gommma" type="fix" issue="2166291" due-to="lyrzine">Field forgot under insert step - enabled columnSensing feature for ant task when format "flat" is used</action> - <action dev="gommma" type="add" issue="1196357" due-to="ips_khanwale">Need a way to NOT pretty format xml</action> + <action dev="gommma" type="fix" issue="2166291" due-to="lyrzine"> Field forgot under insert step - enabled columnSensing feature for ant task when format "flat" is used</action> + <action dev="gommma" type="add" issue="1196357" due-to="ips_khanwale"> Need a way to NOT pretty format xml</action> <action dev="gommma" type="add" issue="2212329">Additional column info also for filtered columns</action> - <action dev="gommma" type="update" issue="1277038" due-to="lennymarks">QuerySet docs (includes little refactoring)</action> + <action dev="gommma" type="update" issue="1277038" due-to="lennymarks"> QuerySet docs (includes little refactoring)</action> <action dev="gommma" type="add" issue="2041400" due-to="moschen">add primaryKeyFilter-Property in ant</action> - <action dev="gommma" type="add" issue="1371813" due-to="dsyer">Make configuration elements settable in ant (see 2041400)</action> - <action dev="gommma" type="add" issue="1108976" due-to="matty70">Choose encoding for ant export task</action> - <action dev="gommma" type="fix" issue="564041" due-to="james_a_woods">Share transaction with InsertIdentityOp.</action> + <action dev="gommma" type="add" issue="1371813" due-to="dsyer"> Make configuration elements settable in ant (see 2041400)</action> + <action dev="gommma" type="add" issue="1108976" due-to="matty70"> Choose encoding for ant export task</action> + <action dev="gommma" type="fix" issue="564041" due-to="james_a_woods"> Share transaction with InsertIdentityOp.</action> <action dev="gommma" type="fix" issue="1798605" due-to="gianasista">New Datatype MySqlDataTypeFactory</action> - <action dev="gommma" type="add" issue="1897627" due-to="felipeal">Remove JUnit dependency</action> + <action dev="gommma" type="add" issue="1897627" due-to="felipeal"> Remove JUnit dependency</action> <action dev="gommma" type="add" issue="2241776">Provide the complete diff of 2 tables</action> - <action dev="gommma" type="fix" issue="2017635" due-to="paul0al">MySqlDataTypeFactory incorrectly maps TinyInt</action> - <action dev="gommma" type="fix" issue="2263530" due-to="alekssokolov">Excel processing error - update from POI-3.1-FINAL to POI-3.2-FINAL. Date values are read/written as Numeric values for now since the POI Date handling is not consistent (i.e. write Date and read the written Date do not provide equal Date objects).</action> - <action dev="gommma" type="fix" issue="2230097" due-to="stevensa">dataset generated with getAllDependentTables contradicts DTD</action> - <action dev="gommma" type="fix" issue="1644650" due-to="j_linz">MetaData get() are Pattern-Like</action> - <action dev="gommma" type="update" issue="1897620" due-to="felipeal">Improvements on HxxxxDataFactory</action> + <action dev="gommma" type="fix" issue="2017635" due-to="paul0al"> MySqlDataTypeFactory incorrectly maps TinyInt</action> + <action dev="gommma" type="fix" issue="2263530" due-to="alekssokolov"> Excel processing error - update from POI-3.1-FINAL to POI-3.2-FINAL. Date values are read/written as Numeric values for now since the POI Date handling is not consistent (i.e. write Date and read the written Date do not provide equal Date objects).</action> + <action dev="gommma" type="fix" issue="2230097" due-to="stevensa"> dataset generated with getAllDependentTables contradicts DTD</action> + <action dev="gommma" type="fix" issue="1644650" due-to="j_linz"> MetaData get() are Pattern-Like</action> + <action dev="gommma" type="update" issue="1897620" due-to="felipeal"> Improvements on HxxxxDataFactory</action> </release> <release version="2.3.0" date="Sep 11, 2008" description="Some API changes, features added, bugfixes, performance improvements in assertions. See migration guide for additional help"> <action dev="slecallonnec" type="fix" issue="1968640">Trimming is now done on Excel column names to prevent NoSuchColumnException.</action> - <action dev="rlogiacco" type="fix" issue="1981449" due-to="gommma">Patch for Bug #1421590 "Problem in data import if all the columns are not populated"</action> + <action dev="rlogiacco" type="fix" issue="1981449" due-to="gommma"> Patch for Bug #1421590 "Problem in data import if all the columns are not populated"</action> <action dev="slecallonnec" type="fix" issue="1975499" due-to="gommma">NoSuchColumnException now thrown when column name does not exist.</action> - <action dev="gommma" type="add" issue="1969355" due-to="ymenager">Patch: some extra comparison methods for Assertion.</action> + <action dev="gommma" type="add" issue="1969355" due-to="ymenager"> Patch: some extra comparison methods for Assertion.</action> <action dev="gommma" type="add" issue="1966517">Assertion.equals to provide more info about failure</action> - <action dev="slecallonnec" type="fix" issue="1636182">StreamingDataSet.toString() now returning default value rather UnsupportedOperationException.</action> + <action dev="slecallonnec" type="fix" issue="1636182"> StreamingDataSet.toString() now returning default value rather UnsupportedOperationException.</action> <action dev="gommma" type="add" issue="1993243">Performance optimization getColumnIndex() - Implies API change: new method ITableMetaData.getColumnIndex</action> <action dev="gommma" type="add" issue="1959771">Support RowFilter on ITable</action> <action dev="gommma" type="add" issue="1961269">support for tolerated delta in floating-point comparisons - Implies API change: new method IDataTypeFactory.createDataType(int sqlType, String sqlTypeName, String tableName, String columnName)</action> <action dev="slecallonnec" type="add">Added batchSize as a parameter.</action> - <action dev="gommma" type="add" issue="1358137" due-to="rinkrank">Excel support in Ant task</action> + <action dev="gommma" type="add" issue="1358137" due-to="rinkrank"> Excel support in Ant task</action> <action dev="gommma" type="add" issue="1176380" due-to="easyproglife">Bad comparison in SortedTable</action> <action dev="gommma" type="add">Added fetchSize as a parameter.</action> - <action dev="gommma" type="add" issue="1685474" due-to="jacobrobertson">ReplacementTable - allow fail if value not replaced</action> + <action dev="gommma" type="add" issue="1685474" due-to="jacobrobertson"> ReplacementTable - allow fail if value not replaced</action> <action dev="slecallonnec" type="fix" issue="2009747">Fixing erroneous logger.error in BytesDataType.typeCast().</action> <action dev="slecallonnec" type="add" issue="2004349" due-to="gommma">Refactoring of column-related methods.</action> - <action dev="gommma" type="fix" issue="2007635" due-to="phisf">TablesDependencyHelper with Oracle schema bug - Implies API change - the constructors of DatabaseConnection throw a DatabaseUnitException if the connection/schema are not valid</action> - <action dev="gommma" type="add" issue="2010546" due-to="damian_golda">Assertion: replace Assert.fail with ComparisonFailure</action> - <action dev="gommma" type="add" issue="2010567" due-to="damian_golda">Alternative support for CLOB and BLOB in Oracle 11 JDBC</action> - <action dev="gommma" type="fix" issue="1499591" due-to="loedolff">datatypeFactory documentation note needed</action> - <action dev="gommma" type="fix" issue="2014884" due-to="pasha_z">getAllDependentTables ORA-01000: maximum open cursors exceed</action> - <action dev="gommma" type="fix" issue="1746373" due-to="byte-error">getAllDependentTables didn't work with full qualified names </action> + <action dev="gommma" type="fix" issue="2007635" due-to="phisf"> TablesDependencyHelper with Oracle schema bug - Implies API change - the constructors of DatabaseConnection throw a DatabaseUnitException if the connection/schema are not valid</action> + <action dev="gommma" type="add" issue="2010546" due-to="damian_golda"> Assertion: replace Assert.fail with ComparisonFailure</action> + <action dev="gommma" type="add" issue="2010567" due-to="damian_golda"> Alternative support for CLOB and BLOB in Oracle 11 JDBC</action> + <action dev="gommma" type="fix" issue="1499591" due-to="loedolff"> datatypeFactory documentation note needed</action> + <action dev="gommma" type="fix" issue="2014884" due-to="pasha_z"> getAllDependentTables ORA-01000: maximum open cursors exceed</action> + <action dev="gommma" type="fix" issue="1746373" due-to="byte-error"> getAllDependentTables didn't work with full qualified names</action> <action dev="gommma" type="add">Added constructors to NoSuchColumnException taking table name and column name as arguments - set old constructors to deprecated</action> - <action dev="gommma" type="fix" issue="1789402" due-to="jondi">Exception in DTD generation - Implies API behaviour change. DatabaseTableMetaData.getColumns() does not throw a NoColumnsFoundExcepion anymore but returns an empty Column[] when a table does not have any dbunit-supported columns</action> + <action dev="gommma" type="fix" issue="1789402" due-to="jondi"> Exception in DTD generation - Implies API behaviour change. DatabaseTableMetaData.getColumns() does not throw a NoColumnsFoundExcepion anymore but returns an empty Column[] when a table does not have any dbunit-supported columns</action> <action dev="gommma" type="add">Assertion.equals provides more information than just the column count when a column mismatch between expected and result tables was found. All columns are reported so that the user can see immediately which columns are missing</action> <action dev="gommma" type="add">Write validation message when the configured IDataTypeFactory probably does not match to the current database system. The validation implicitly takes place when AbstractTableMetaData.getDataTypeFactory() is invoked.</action> <action dev="gommma" type="add">Maven pom.xml updates: Added ciManagement section, added some plugins for reporting</action> - <action dev="gommma" type="fix" issue="1497369" due-to="bascan">Test error: testExportWithQuerySet</action> - <action dev="gommma" type="add" issue="2012491" due-to="rpuchkovskiy">Topological sorting of tables when exporting</action> + <action dev="gommma" type="fix" issue="1497369" due-to="bascan"> Test error: testExportWithQuerySet</action> + <action dev="gommma" type="add" issue="2012491" due-to="rpuchkovskiy"> Topological sorting of tables when exporting</action> <action dev="gommma" type="fix" issue="2012495" due-to="rpuchkovskiy">Use DataType.BLOB instead of DataType.LONGVARBINARY</action> <action dev="gommma" type="fix" due-to="rpuchkovskiy">DbUnit is only JDK 1.4 compatible and not 1.3 (as claimed until now). Several methods are in use that did not exist in JDK 1.3. To build with JDK 1.4 and maven it is now required to set the environment variable JAVA_1_4_HOME to your JDK 1.4 home directory</action> <action dev="gommma" type="add" issue="2029693">Update apache POI to latest release (2.5.1 -> 3.1)</action> - <action dev="gommma" type="fix" issue="1984596" due-to="bustuila">Inserting of clobs fails</action> - <action dev="gommma" type="fix" issue="1214234" due-to="bilaco">method getRowCount don't use schema.</action> - <action dev="gommma" type="fix" issue="1224643" due-to="bugmenot">Column count for empty XlsDataSet returns 0.</action> - <action dev="gommma" type="fix" issue="948472" due-to="gmathijssen">Values with newlines cannot be compared with assertEquals.</action> - <action dev="gommma" type="fix" issue="1031870" due-to="chadwl">Infinite wait in StreamingIterator.</action> - <action dev="gommma" type="fix" issue="1144269" due-to="berni123">Types.BOOLEAN not recognized.</action> - <action dev="gommma" type="add" issue="1448932" due-to="palsnagaraj">"compare" + "table" tag throw NoSuchTableException - added more information about the cause to the thrown exception.</action> + <action dev="gommma" type="fix" issue="1984596" due-to="bustuila"> Inserting of clobs fails</action> + <action dev="gommma" type="fix" issue="1214234" due-to="bilaco"> method getRowCount don't use schema.</action> + <action dev="gommma" type="fix" issue="1224643" due-to="bugmenot"> Column count for empty XlsDataSet returns 0.</action> + <action dev="gommma" type="fix" issue="948472" due-to="gmathijssen"> Values with newlines cannot be compared with assertEquals.</action> + <action dev="gommma" type="fix" issue="1031870" due-to="chadwl"> Infinite wait in StreamingIterator.</action> + <action dev="gommma" type="fix" issue="1144269" due-to="berni123"> Types.BOOLEAN not recognized.</action> + <action dev="gommma" type="add" issue="1448932" due-to="palsnagaraj"> "compare" + "table" tag throw NoSuchTableException - added more information about the cause to the thrown exception.</action> <action dev="gommma" type="fix" issue="1339675" due-to="vanhill21">DTD Creation and Parsing - throw meaningful exception if DTD ELEMENT declaration is missing.</action> - <action dev="gommma" type="add" issue="2059253" due-to="kornstaedt">Added more information in case of a wrong configured DataTypeFactory.</action> + <action dev="gommma" type="add" issue="2059253" due-to="kornstaedt"> Added more information in case of a wrong configured DataTypeFactory.</action> </release> <release version="2.2.3" date="May 23, 2008" description="Bugfixing release"> <action dev="rlogiacco" type="fix" issue="1967969">Missing License file in distribution jars</action> @@ -138,403 +140,168 @@ <action dev="slecallonnec" type="add">A warning message is now displayed when rows contain more columns than the first row.</action> </release> <release version="2.2.2" date="May 5, 2008" description="Bugfixing release"> - <action dev="rlogiacco" type="fix" issue="1953115" due-to="Mike Norrish">End of table name cut off when bracketed in FlatDtdProducer</action> - <action dev="rlogiacco" type="fix" issue="1926302">IncompatibleClassChangeError with 2.2.1</action> + <action dev="rlogiacco" type="fix" issue="1953115" due-to="Mike Norrish"> End of table name cut off when bracketed in FlatDtdProducer</action> + <action dev="rlogiacco" type="fix" issue="1926302"> IncompatibleClassChangeError with 2.2.1</action> <action dev="rlogiacco" type="fix" issue="1955929">junit jar-file should be JDK 1.4 compatible</action> <action dev="rlogiacco" type="fix" issue="1475565">Version 2.2-dev, Java 1.4 compatibility issue</action> <action dev="slecallonnec" type="fix" issue="1925603">Changed logger.error into logger.debug when the exception can be disregarded.</action> <action dev="slecallonnec" type="fix" issue="1806363" due-to="Brian Atkinson">Fixed issue with CLOB datatype in Derby.</action> </release> - <release version="2.2.1" date="March 17, 2008" description="Another official release after a long, long time..."> - <action dev="rlogiacco" type="add">Added SLF4J dependency and logging statements</action> - <action dev="felipeal" type="fix" issue="1897627" >Removed JUnit dependency on IDatabaseTester implementations</action> - <action dev="felipeal" type="add" issue="1897612">Created H2 data factory</action> - <action dev="felipeal" type="add" issue="1798605" due-to="Vera Wahler">New point Datatype on MySqlDataTypeFactory</action> - <action dev="felipeal" type="fix" issue="1735506" due-to="Greg Morgan">Improvements on M2 build - Additional files</action> - <action dev="rlogiacco" type="fix" issue="1849219" due-to="JensFransson">NPE in FlatDtdProducer.java at line 224</action> - <action dev="rlogiacco" type="fix" issue="1849165" due-to="Markus Thielen">Bug in XmlWriter / escapeXml</action> - <action dev="rlogiacco" type="fix" issue="1786425" >Database schema with escape pattern doesn't work</action> - <action dev="rlogiacco" type="fix" issue="1712122" due-to="Chris R. Salch">Misleading error reported by RowOutOfBoundsException</action> - <action dev="rlogiacco" type="fix" issue="1328956" due-to="Reuben Firmin">NPE In InsertIdentityOperation</action> - <action dev="rlogiacco" type="fix" issue="1710743" due-to="Will Sargent">DataSourceDatabaseTest does not use setSchema()</action> - <action dev="rlogiacco" type="fix" issue="1637089" due-to="Chuck Hill">Columns in ORDER BY Not Quoted</action> - <action dev="rlogiacco" type="fix" issue="1214536" due-to="Sébastien Le Callonnec">ReplacementTable broken for multiple replacements</action> - <action dev="rlogiacco" type="fix" issue="1721870" due-to="Sébastien Le Callonnec">Null pointer exception in FlatXMLDataSet.write(compositeDS)</action> - <action dev="rlogiacco" type="fix" issue="1721870" due-to="Sébastien Le Callonnec">Null pointer exception in FlatXMLDataSet.write(compositeDS)</action> - <action dev="rlogiacco" type="fix" issue="1459205" due-to="Sébastien Le Callonnec">Problem with Oracle 10g Recyclebin</action> + <release version="2.2.1" date="March 17, 2008" description="Another official release after a long, long time..."> + <action dev="rlogiacco" type="add">Added SLF4J dependency and logging statements</action> + <action dev="felipeal" type="fix" issue="1897627">Removed JUnit dependency on IDatabaseTester implementations</action> + <action dev="felipeal" type="add" issue="1897612">Created H2 data factory</action> + <action dev="felipeal" type="add" issue="1798605" due-to="Vera Wahler"> New point Datatype on MySqlDataTypeFactory</action> + <action dev="felipeal" type="fix" issue="1735506" due-to="Greg Morgan"> Improvements on M2 build - Additional files</action> + <action dev="rlogiacco" type="fix" issue="1849219" due-to="JensFransson"> NPE in FlatDtdProducer.java at line 224</action> + <action dev="rlogiacco" type="fix" issue="1849165" due-to="Markus Thielen"> Bug in XmlWriter / escapeXml</action> + <action dev="rlogiacco" type="fix" issue="1786425">Database schema with escape pattern doesn't work</action> + <action dev="rlogiacco" type="fix" issue="1712122" due-to="Chris R. Salch"> Misleading error reported by RowOutOfBoundsException</action> + <action dev="rlogiacco" type="fix" issue="1328956" due-to="Reuben Firmin"> NPE In InsertIdentityOperation</action> + <action dev="rlogiacco" type="fix" issue="1710743" due-to="Will Sargent"> DataSourceDatabaseTest does not use setSchema()</action> + <action dev="rlogiacco" type="fix" issue="1637089" due-to="Chuck Hill"> Columns in ORDER BY Not Quoted</action> + <action dev="rlogiacco" type="fix" issue="1214536" due-to="Sébastien Le Callonnec">ReplacementTable broken for multiple replacements</action> + <action dev="rlogiacco" type="fix" issue="1721870" due-to="Sébastien Le Callonnec">Null pointer exception in FlatXMLDataSet.write(compositeDS)</action> + <action dev="rlogiacco" type="fix" issue="1721870" due-to="Sébastien Le Callonnec">Null pointer exception in FlatXMLDataSet.write(compositeDS)</action> + <action dev="rlogiacco" type="fix" issue="1459205" due-to="Sébastien Le Callonnec">Problem with Oracle 10g Recyclebin</action> </release> - <release version="2.2" date="December 28, 2006" description="First official release in a long, long time..."> - <action dev="felipeal" type="add" issue="1473744" due-to="Andres Almiray">Enable TestCase compositions</action> - <action dev="felipeal" type="add">Migrate SCM to Subversion</action> - <action dev="felipeal" type="fix" issue="1494257" due-to="Bas Cancrinus">Support for MySQL 5.0 boolean datatype</action> - <action dev="felipeal" type="add" issue="1482990">Added pom.xml so it can be built by Maven 2.</action> - <action dev="felipeal" type="add">XmlDataSetWriter now has a flag to include column's name as comment.</action> - <action dev="felipeal" type="add" issue="1273949">Added org.dbunit.util.search and org.dbunit.database.search packages, whose classes can be used to search tables depedencies for a given table.</action> - <action dev="dep4b" due-to="John Lewis" type="add" issue="1264212">Add "transaction" attribute to ant tasks to wrap operations in a single transaction. Can make operations faster.</action> - <action dev="dep4b" due-to="Jeremy Frens" type="fix">Typo in howto example</action> - <action dev="dep4b" due-to="Cris Daniluk" type="add">Properly support writing NCLOBs to Oracle</action> - <action dev="dep4b" type="add" due-to="Dion Gillard" issue="1114490">Support CSV files from a URL (e.g. jar file) + CSV fixes</action> - <action dev="dep4b" type="fix">Fix the driver in classpath/driver not in classpath to always work regardless of configured driver.</action> - <action dev="dep4b" type="fix" due-to="Dion Gillard" issue="1114487">Typo in test class AbstractDataSetTest</action> - <action dev="dep4b" type="add" due-to="Klas Axell">new HsqldbDataTypeFactory for working with booleans in HsqlDB.</action> + <release version="2.2" date="December 28, 2006" description="First official release in a long, long time..."> + <action dev="felipeal" type="add" issue="1473744" due-to="Andres Almiray"> Enable TestCase compositions</action> + <action dev="felipeal" type="add">Migrate SCM to Subversion</action> + <action dev="felipeal" type="fix" issue="1494257" due-to="Bas Cancrinus"> Support for MySQL 5.0 boolean datatype</action> + <action dev="felipeal" type="add" issue="1482990">Added pom.xml so it can be built by Maven 2.</action> + <action dev="felipeal" type="add">XmlDataSetWriter now has a flag to include column's name as comment.</action> + <action dev="felipeal" type="add" issue="1273949">Added org.dbunit.util.search and org.dbunit.database.search packages, whose classes can be used to search tables depedencies for a given table.</action> + <action dev="dep4b" due-to="John Lewis" type="add" issue="1264212"> Add "transaction" attribute to ant tasks to wrap operations in a single transaction. Can make operations faster.</action> + <action dev="dep4b" due-to="Jeremy Frens" type="fix">Typo in howto example</action> + <action dev="dep4b" due-to="Cris Daniluk" type="add">Properly support writing NCLOBs to Oracle</action> + <action dev="dep4b" type="add" due-to="Dion Gillard" issue="1114490"> Support CSV files from a URL (e.g. jar file) + CSV fixes</action> + <action dev="dep4b" type="fix">Fix the driver in classpath/driver not in classpath to always work regardless of configured driver.</action> + <action dev="dep4b" type="fix" due-to="Dion Gillard" issue="1114487"> Typo in test class AbstractDataSetTest</action> + <action dev="dep4b" type="add" due-to="Klas Axell">new HsqldbDataTypeFactory for working with booleans in HsqlDB.</action> </release> <release version="2.1" date="May 31, 2004" description="Multiple bugfixes and enhancements."> - <action dev="" type="add"> - 741394 - New database compare Ant tag. See Ant task documentation. - </action> - <action dev="fspinazzi" type="add"> - New Comma Separated Values (CSV) dataset implementation. - </action> - <action dev="" type="add"> - 824328 & 948479 - Ability to add DOCTYPE declaration when writing a flat Xml dataset. See FAQ. - </action> - <action dev="" type="add"> - 884422 - FlatDtdWriter has now the ability to generate DTDs with choice model instead of sequence model. - </action> - <action dev="" type="add"> - Ability to import external file for binary data types like BLOB; the value can be either a qualified URL or a file path name. - </action> - <action dev="" type="update"> - Do not omit NULL values anymore in INSERT statements. Now only XmlDataSet's <none/> tag are omitted. With FlatXmlDataSet you must use the ReplacementDataSet to achieve the same behavior. - </action> - <action dev="" type="fix"> - 937732 - XlsDataSet now use UTF-16 encoding to support Asian characters. Patch submitted by Shuhei Kondo. - </action> - <action dev="" type="fix"> - Applied XlsTable empty table detection patch submitted by Deepak Kaimal. - </action> - <action dev="" type="fix"> - Added back FlatXmlDataSet constructors taking URL as argument missing in version 2.0. - </action> - <action dev="" type="fix"> - 918631 & 925585 - Fixed FlatXmlDataSet constructors taking InputStream/Reader for loading DTD. - </action> - <action dev="" type="fix"> - DELETE_ALL operation now deletes tables only *once* in reverse order they are encountered. Before, duplicate tables were resulting in multiple deletes. Patch submitted by John Hurst. - </action> - <action dev="" type="update"> - DELETE_ALL operation now compatible with StreamingDataSet. - </action> - <action dev="" type="fix"> - 947330 - Now closing ResultSet before Statement to fix exceptions thrown by the Firebird JDBC driver and the OpenBase 8.0 JDBC driver. - </action> - <action dev="" type="fix"> - 921869 - Fixed ParameterIndexOutOfBoundsException with InterBase. - </action> - <action dev="" type="update"> - 947809 - Moved createMetaData() static method from AbstractResultSet to DatabaseTableMetaData and made it public. Can now be used to create ITable from a ResultSet. - </action> - <action dev="" type="fix"> - Support for large Oracle BLOB. Must use OracleDataTypeFactory. - </action> - <action dev="" type="add"> - Oracle LONG RAW data type support via OracleDataTypeFactory. Original patch submitted by Markus Muller. - </action> - <action dev="" type="fix"> - Added back support for Oracle FLOAT missing in DbUnit 2.0. Must use OracleDataTypeFactory. - </action> - <action dev="" type="add"> - Support for Oracle NCHAR2 as proposed by Deepak Kaimal. Must use OracleDataTypeFactory. - </action> - <action dev="" type="update"> - Added DataType.isDateTime() method proposed by Ayman Mahfouz. - </action> - <action dev="" type="add"> - 726366 & 884422 - Added IColumnFilter interface. Can be used to filter out some table columns. See FAQ. - </action> - <action dev="" type="update"> - Renamed ITableFilter.isValidName() method to accept() to be consistent with the new IColumnFilter interface. - </action> - <action dev="" type="add"> - 955354 - Ability to determine the primary keys with IColumnFilter interface instead of DatabaseMetaData.getPrimaryKeys(). Primary keys sequence is not predictable when using filter. See FAQ. - </action> - <action dev="" type="add"> - Ability to plug custom IDENTITY column detection strategy for InsertIdentityOperation when using user defined types. See FAQ. - </action> - <action dev="" type="add"> - Added DefaultTableFilter class, which combines capability of the Include/ExcludeTableFilter classes. - </action> + <action dev="" type="add">741394 - New database compare Ant tag. See Ant task documentation.</action> + <action dev="fspinazzi" type="add">New Comma Separated Values (CSV) dataset implementation.</action> + <action dev="" type="add">824328 & 948479 - Ability to add DOCTYPE declaration when writing a flat Xml dataset. See FAQ.</action> + <action dev="" type="add">884422 - FlatDtdWriter has now the ability to generate DTDs with choice model instead of sequence model.</action> + <action dev="" type="add">Ability to import external file for binary data types like BLOB; the value can be either a qualified URL or a file path name.</action> + <action dev="" type="update">Do not omit NULL values anymore in INSERT statements. Now only XmlDataSet's <none/> tag are omitted. With FlatXmlDataSet you must use the ReplacementDataSet to achieve the same behavior.</action> + <action dev="" type="fix">937732 - XlsDataSet now use UTF-16 encoding to support Asian characters. Patch submitted by Shuhei Kondo.</action> + <action dev="" type="fix">Applied XlsTable empty table detection patch submitted by Deepak Kaimal.</action> + <action dev="" type="fix">Added back FlatXmlDataSet constructors taking URL as argument missing in version 2.0.</action> + <action dev="" type="fix">918631 & 925585 - Fixed FlatXmlDataSet constructors taking InputStream/Reader for loading DTD.</action> + <action dev="" type="fix">DELETE_ALL operation now deletes tables only *once* in reverse order they are encountered. Before, duplicate tables were resulting in multiple deletes. Patch submitted by John Hurst.</action> + <action dev="" type="update">DELETE_ALL operation now compatible with StreamingDataSet.</action> + <action dev="" type="fix">947330 - Now closing ResultSet before Statement to fix exceptions thrown by the Firebird JDBC driver and the OpenBase 8.0 JDBC driver.</action> + <action dev="" type="fix">921869 - Fixed ParameterIndexOutOfBoundsException with InterBase.</action> + <action dev="" type="update">947809 - Moved createMetaData() static method from AbstractResultSet to DatabaseTableMetaData and made it public. Can now be used to create ITable from a ResultSet.</action> + <action dev="" type="fix">Support for large Oracle BLOB. Must use OracleDataTypeFactory.</action> + <action dev="" type="add">Oracle LONG RAW data type support via OracleDataTypeFactory. Original patch submitted by Markus Muller.</action> + <action dev="" type="fix">Added back support for Oracle FLOAT missing in DbUnit 2.0. Must use OracleDataTypeFactory.</action> + <action dev="" type="add">Support for Oracle NCHAR2 as proposed by Deepak Kaimal. Must use OracleDataTypeFactory.</action> + <action dev="" type="update">Added DataType.isDateTime() method proposed by Ayman Mahfouz.</action> + <action dev="" type="add">726366 & 884422 - Added IColumnFilter interface. Can be used to filter out some table columns. See FAQ.</action> + <action dev="" type="update">Renamed ITableFilter.isValidName() method to accept() to be consistent with the new IColumnFilter interface. </action> + <action dev="" type="add">955354 - Ability to determine the primary keys with IColumnFilter interface instead of DatabaseMetaData.getPrimaryKeys(). Primary keys sequence is not predictable when using filter. See FAQ.</action> + <action dev="" type="add">Ability to plug custom IDENTITY column detection strategy for InsertIdentityOperation when using user defined types. See FAQ.</action> + <action dev="" type="add">Added DefaultTableFilter class, which combines capability of the Include/ExcludeTableFilter classes.</action> </release> <release version="2.0" date="January 22, 2004" description="Major release."> - <action dev="" type="update"> - Mavenized the build and the website! - </action> - <action dev="" type="update"> - Now use SAX2 instead of Electric XML DOM parser. Streamed mode allows importing and exporting very large XML datasets with minimal memory consumption. - </action> - <action dev="" type="add"> - Flat XML dataset validation. - </action> - <action dev="" type="add"> - New ITableIterator interface used to iterate thru dataset tables. Allows lazy tables initialization for some dataset implementations. The IDataSet.getTables method have been deprecated and usage should be avoided. - </action> - <action dev="" type="update"> - Global System properties are not supported anymore. You must now use the new DatabaseConfig object to alter DbUnit behaviours. - </action> - <action dev="" type="add"> - Configurable data type factory to easily integrates new data types with the DbUnit core. Factory implementations available for some database vendors. Submit your own! - </action> - <action dev="" type="add"> - Oracle TIMESTAMP data type support via the OracleDataTypeFactory. - </action> - <action dev="" type="fix"> - Fix truncated Oracle DATE. Must use the OracleDataTypeFactory. - </action> - <action dev="" type="fix"> - Fix for Oracle CLOB greater than 4000 bytes. Must use the OracleDataTypeFactory. - </action> - <action dev="" type="add"> - MySQL 'longtext' data type support via the MySqlDataTypeFactory. - </action> - <action dev="" type="add"> - DB2 XML data types support via the Db2DataTypeFactory. - </action> - <action dev="" type="add"> - Database views support. - </action> - <action dev="" type="add"> - New pluggable filter strategies for DataSetFilter. You can now exclude/include tables using wildcard patterns. - </action> - <action dev="" type="add"> - Ability to sort tables by their dependencies with the new DatabaseSequenceFilter strategy. - </action> - <action dev="" type="add"> - New ReplacementDataSet decorator, which can replace decorated dataset values on the fly. Can be used with flat XML dataset as a new way to specify null values. - </action> - <action dev="" type="add"> - New XlsDataSet. An MS Excel dataset implementation. Uses the Jakarta POI package. - </action> - <action dev="" type="update"> - Assertion.assertEquals is now performing typed comparison instead of string representation comparison. - </action> - <action dev="" type="update"> - INSERT, CLEAN_INSERT and REFRESH operations do not override database default values anymore with null values. Null values are now omitted from insert statements. Operations use multiple prepared statements for the same table, when null values vary from row to row. - </action> - <action dev="" type="update"> - Moved InsertIdentityOperation to "org.dbunit.ext.mssql" package to be consistent with other vendor extensions. Temporary keep a deprecated copy in "org.dbunit.operation.mssqlserver" to ease transition to DbUnit 2. - </action> + <action dev="" type="update">Mavenized the build and the website!</action> + <action dev="" type="update">Now use SAX2 instead of Electric XML DOM parser. Streamed mode allows importing and exporting very large XML datasets with minimal memory consumption.</action> + <action dev="" type="add">Flat XML dataset validation.</action> + <action dev="" type="add">New ITableIterator interface used to iterate thru dataset tables. Allows lazy tables initialization for some dataset implementations. The IDataSet.getTables method have been deprecated and usage should be avoided.</action> + <action dev="" type="update">Global System properties are not supported anymore. You must now use the new DatabaseConfig object to alter DbUnit behaviours. </action> + <action dev="" type="add">Configurable data type factory to easily integrates new data types with the DbUnit core. Factory implementations available for some database vendors. Submit your own!</action> + <action dev="" type="add">Oracle TIMESTAMP data type support via the OracleDataTypeFactory.</action> + <action dev="" type="fix">Fix truncated Oracle DATE. Must use the OracleDataTypeFactory.</action> + <action dev="" type="fix">Fix for Oracle CLOB greater than 4000 bytes. Must use the OracleDataTypeFactory.</action> + <action dev="" type="add">MySQL 'longtext' data type support via the MySqlDataTypeFactory.</action> + <action dev="" type="add">DB2 XML data types support via the Db2DataTypeFactory.</action> + <action dev="" type="add">Database views support.</action> + <action dev="" type="add">New pluggable filter strategies for DataSetFilter. You can now exclude/include tables using wildcard patterns.</action> + <action dev="" type="add">Ability to sort tables by their dependencies with the new DatabaseSequenceFilter strategy.</action> + <action dev="" type="add">New ReplacementDataSet decorator, which can replace decorated dataset values on the fly. Can be used with flat XML dataset as a new way to specify null values.</action> + <action dev="" type="add">New XlsDataSet. An MS Excel dataset implementation. Uses the Jakarta POI package.</action> + <action dev="" type="update">Assertion.assertEquals is now performing typed comparison instead of string representation comparison.</action> + <action dev="" type="update">INSERT, CLEAN_INSERT and REFRESH operations do not override database default values anymore with null values. Null values are now omitted from insert statements. Operations use multiple prepared statements for the same table, when null values vary from row to row.</action> + <action dev="" type="update">Moved InsertIdentityOperation to "org.dbunit.ext.mssql" package to be consistent with other vendor extensions. Temporary keep a deprecated copy in "org.dbunit.operation.mssqlserver" to ease transition to DbUnit 2. </action> </release> - <release version="1.5.6" date="October 5, 2003"> - <action dev="" type="fix"> - <a href="http://sourceforge.net/tracker/index.php?func=detail&aid=786543&group_id=47439&atid=449491">786543</a> - NULL primitive values incorrectly returned as zero (0). - </action> - <action dev="" type="fix"> - Fix Oracle CLOB values incorrectly returned as NULL. </action> + <action dev="" type="fix">786543 - NULL primitive values incorrectly returned as zero (0).</action> + <action dev="" type="fix">Fix Oracle CLOB values incorrectly returned as NULL.</action> </release> <release version="1.5.5" date="July 16, 2003"> - <action dev="" type="update"> - DatabaseDataSet improvements: faster access to metadata cache and keep original database table ordering. - </action> - <action dev="" type="update"> - Better handling of the various data types in general. <B>WARNING!</B> New abstract methods have been - added to the DataType class. This change may break your environment if you have implemented your - own data types. - </action> - <action dev="" type="update"> - More efficient XmlDataSet writing. Now put values in CData block only when necessary. - </action> - <action dev="" type="update"> - Do not enable batched statement by default anymore. Many JDBC drivers have problems with this feature. - </action> - <action dev="" type="fix"> - Fixed table name issue with case sensitive database. - </action> - <action dev="" type="fix"> - <a href="http://sourceforge.net/tracker/index.php?func=detail&aid=615636&group_id=47439&atid=449491">615636</a> & <a href="http://sourceforge.net/tracker/index.php?func=detail&aid=735095&group_id=47439&atid=449491">735095</a> - - Incorrect XML encoding. Better handling of the XML encoding while writing and reading XML datasets. InputStream and OutputStream methods in XML dataset implementations are no more deprecated. - </action> - <action dev="" type="fix"> - <a href="http://sourceforge.net/tracker/index.php?func=detail&aid=736439&group_id=47439&atid=449491">736439</a> - - Problems with InsertOperation and triggers. - </action> - <action dev="" type="fix"> - <a href="http://sourceforge.net/tracker/index.php?func=detail&aid=736967&group_id=47439&atid=449491">736967</a> - - Wrong scale for numeric value with the jConnect driver for Sybase ASE. - </action> + <action dev="" type="update">DatabaseDataSet improvements: faster access to metadata cache and keep original database table ordering.</action> + <action dev="" type="update">Better handling of the various data types in general. WARNING! New abstract methods have been added to the DataType class. This change may break your environment if you have implemented your own data types.</action> + <action dev="" type="update">More efficient XmlDataSet writing. Now put values in CData block only when necessary.</action> + <action dev="" type="update">Do not enable batched statement by default anymore. Many JDBC drivers have problems with this feature.</action> + <action dev="" type="fix">Fixed table name issue with case sensitive database.</action> + <action dev="" type="fix">615636 & 735095 - Incorrect XML encoding. Better handling of the XML encoding while writing and reading XML datasets. InputStream and OutputStream methods in XML dataset implementations are no more deprecated.</action> + <action dev="" type="fix">736439 - Problems with InsertOperation and triggers.</action> + <action dev="" type="fix">736967 - Wrong scale for numeric value with the jConnect driver for Sybase ASE.</action> </release> <release version="1.5.1" date="April 4, 2003"> - <action dev="" type="fix"> - Fixed DELETE operation that was not deleting tables in reverse order - as expected. - </action> - <action dev="" type="fix"> - <a href="http://sourceforge.net/tracker/index.php?func=detail&aid=712329&group_id=47439&atid=449491">712329</a> - - setObject fails on BEA JDriver for MS-SQL. - </action> + <action dev="" type="fix">Fixed DELETE operation that was not deleting tables in reverse order as expected.</action> + <action dev="" type="fix">712329 - setObject fails on BEA JDriver for MS-SQL.</action> - <action dev="" type="update"> - DbUnitTask DTD export optimization. - </action> - <action dev="" type="update"> - REFRESH operation optimization. - </action> - </release> + <action dev="" type="update">DbUnitTask DTD export optimization. </action> + <action dev="" type="update">REFRESH operation optimization.</action> + </release> <release version="1.5" date="March 1, 2003"> - <action dev="" type="fix"> - Multiple bugfixes. - </action> - <action dev="" type="add"> - <a href="http://sourceforge.net/tracker/index.php?func=detail&aid=533321&group_id=47439&atid=449491">533321</a> - - DbUnit is now case insensitive. - </action> - <action dev="" type="add"> - <a href="http://sourceforge.net/tracker/index.php?func=detail&aid=555455&group_id=47439&atid=449491">555455</a> - - Supports table names escaping (see <a href="properties.html#escapepattern">escapePattern - property</a>). - </action> - <action dev="" type="add"> - <a href="http://sourceforge.net/tracker/index.php?func=detail&aid=551925&group_id=47439&atid=449494">551925</a> - - Allows duplicate table names in datasets. A new method, <a class="code">getTables()</a>, - have been added in the <a class="code">IDataSet</a> interface. - </action> - <action dev="" type="add"> - <a href="http://sourceforge.net/tracker/index.php?func=detail&aid=684610&group_id=47439&atid=449494">590245</a> - & <a href="http://sourceforge.net/tracker/index.php?func=detail&aid=590245&group_id=47439&atid=449494">684610</a> - - New <a class="code">Reader</a> and <a class="code">Writers</a> methods - to read and write XML datasets. <a class="code">InputStream</a> and - <a class="code">OutputStream</a> methods are now deprecated. - </action> - <action dev="" type="add"> - New <a class="code">SortedTable</a> and <a class="code">SortedDataSet</a> - decorator classes. - </action> - <action dev="" type="add"> - <a href="http://sourceforge.net/tracker/index.php?func=detail&aid=645691&group_id=47439&atid=449491">645691</a> - - Added the <a class="code"><classpath></a> nested element in - <a class="code"> DbUnitTask</a> ant task; used to load the JDBC classes. - </action> - <action dev="" type="add"> - Added <a class="code"><query></a> nested element in <a class="code">DbUnitTask - <export></a>. Allows exporting the result of a SELECT as a table - of a dataset. See <a href="anttask.html">ant task documentation</a>. - </action> - <action dev="" type="add"> - New <a href="http://webtest.canoo.com/">Canoo Webtest</a> integration - <a href="howto.html#canoo">guide</a>. - - </action> + <action dev="" type="fix">Multiple bugfixes.</action> + <action dev="" type="add">533321 - DbUnit is now case insensitive.</action> + <action dev="" type="add">555455- Supports table names escaping (see escapePattern property).</action> + <action dev="" type="add">551925 - Allows duplicate table names in datasets. A new method, getTables(), have been added in the IDataSet interface.</action> + <action dev="" type="add">590245 & 684610 - New Reader and Writers methods to read and write XML datasets. InputStream and OutputStream methods are now deprecated.</action> + <action dev="" type="add">New SortedTable and SortedDataSet decorator classes.</action> + <action dev="" type="add">645691 - Added the <classpath> nested element in DbUnitTask ant task; used to load the JDBC classes.</action> + <action dev="" type="add">Added <query> nested element in DbUnitTask <export>. Allows exporting the result of a SELECT as a table of a dataset. See ant task documentation.</action> + <action dev="" type="add">New Canoo Webtest integration guide.</action> - </release> - - <release version="1.4" date="July 17, 2002"> - <action dev="" type="add"> - <strong><em>DbUnitTask</em></strong>... [truncated message content] |
From: <rlo...@us...> - 2009-02-25 09:12:56
|
Revision: 973 http://dbunit.svn.sourceforge.net/dbunit/?rev=973&view=rev Author: rlogiacco Date: 2009-02-25 09:12:47 +0000 (Wed, 25 Feb 2009) Log Message: ----------- fixed pom error on release phase Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-02-25 09:00:53 UTC (rev 972) +++ trunk/pom.xml 2009-02-25 09:12:47 UTC (rev 973) @@ -361,8 +361,7 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> <configuration> - <goals>javadoc:javadoc source:jar javadoc:jar - deploy site changes:announcement-generate assembly:assembly</goals> + <goals>javadoc:javadoc source:jar javadoc:jar deploy site changes:announcement-generate assembly:assembly</goals> </configuration> </plugin> <plugin> @@ -460,8 +459,7 @@ <configuration> <smtpHost>localhost</smtpHost> <smtpPort implementation="java.lang.Integer">25</smtpPort> - <introduction>If you are reading this, the maintainer forgot - to descrive what's the purpose of this release!!!</introduction> + <introduction>If you are reading this, the maintainer forgot to descrive what's the purpose of this release!!!</introduction> <toAddresses> <toAddress implementation="java.lang.String">dbu...@li...</toAddress> <toAddress implementation="java.lang.String">dbu...@li...</toAddress> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rlo...@us...> - 2009-02-25 09:01:02
|
Revision: 972 http://dbunit.svn.sourceforge.net/dbunit/?rev=972&view=rev Author: rlogiacco Date: 2009-02-25 09:00:53 +0000 (Wed, 25 Feb 2009) Log Message: ----------- [maven-release-plugin] prepare for next development iteration Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-02-25 09:00:36 UTC (rev 971) +++ trunk/pom.xml 2009-02-25 09:00:53 UTC (rev 972) @@ -4,7 +4,7 @@ <groupId>org.dbunit</groupId> <artifactId>dbunit</artifactId> <packaging>jar</packaging> - <version>2.4.4</version> + <version>2.4.5-SNAPSHOT</version> <name>DbUnit Framework</name> <url>http://dbunit.sourceforge.net</url> <inceptionYear>2002</inceptionYear> @@ -23,9 +23,9 @@ <checkstyle.excludes>org/dbunit/util/concurrent/*.java</checkstyle.excludes> </properties> <scm> - <connection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/dbunit-2.4.4</connection> - <developerConnection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/dbunit-2.4.4</developerConnection> - <url>http://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/dbunit-2.4.4</url> + <connection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk</connection> + <developerConnection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk</developerConnection> + <url>http://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk</url> </scm> <issueManagement> <system>SourceForge</system> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rlo...@us...> - 2009-02-25 09:00:40
|
Revision: 971 http://dbunit.svn.sourceforge.net/dbunit/?rev=971&view=rev Author: rlogiacco Date: 2009-02-25 09:00:36 +0000 (Wed, 25 Feb 2009) Log Message: ----------- [maven-release-plugin] copy for tag dbunit-2.4.4 Added Paths: ----------- tags/dbunit-2.4.4/ tags/dbunit-2.4.4/pom.xml Removed Paths: ------------- tags/dbunit-2.4.4/pom.xml Deleted: tags/dbunit-2.4.4/pom.xml =================================================================== --- trunk/pom.xml 2009-02-24 23:05:28 UTC (rev 969) +++ tags/dbunit-2.4.4/pom.xml 2009-02-25 09:00:36 UTC (rev 971) @@ -1,559 +0,0 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> - <modelVersion>4.0.0</modelVersion> - <groupId>org.dbunit</groupId> - <artifactId>dbunit</artifactId> - <packaging>jar</packaging> - <version>2.4.4-SNAPSHOT</version> - <name>DbUnit Framework</name> - <url>http://dbunit.sourceforge.net</url> - <inceptionYear>2002</inceptionYear> - <description> - DbUnit is a JUnit extension (also usable from Ant) targeted for database-driven projects that, among other things, puts your database into a known state between test runs. This is an excellent way to avoid the myriad of problems that can occur when one test case corrupts the database and causes subsequent tests to fail or exacerbate the damage. - </description> - <licenses> - <license> - <name>GNU Lesser General Public License, Version 2.1</name> - <url>http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt</url> - <distribution>repo</distribution> - </license> - </licenses> - <properties> - <compileSource>1.4</compileSource> - <checkstyle.excludes>org/dbunit/util/concurrent/*.java</checkstyle.excludes> - </properties> - <scm> - <connection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk</connection> - <developerConnection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk</developerConnection> - <url>http://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk</url> - </scm> - <issueManagement> - <system>SourceForge</system> - <url>http://sourceforge.net/tracker/?group_id=47439</url> - </issueManagement> - <ciManagement> - <system>parabuild</system> - <url><![CDATA[http://parabuild.viewtier.com:8080/parabuild/index.htm?view=detailed&buildid=30]]></url> - <notifiers> - <notifier> - <type>mail</type> - <sendOnError>true</sendOnError> - <sendOnFailure>false</sendOnFailure> - <sendOnSuccess>false</sendOnSuccess> - <sendOnWarning>false</sendOnWarning> - <configuration> - <address>go...@us...</address> - </configuration> - </notifier> - </notifiers> - </ciManagement> - - <mailingLists> - <mailingList> - <name>DbUnit User List</name> - <subscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-user</subscribe> - <unsubscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-user</unsubscribe> - <archive>http://sourceforge.net/mailarchive/forum.php?forum_name=dbunit-user</archive> - </mailingList> - <mailingList> - <name>DbUnit Developer List</name> - <subscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-developer</subscribe> - <unsubscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-developer</unsubscribe> - <archive>http://sourceforge.net/mailarchive/forum.php?forum_name=dbunit-developer</archive> - </mailingList> - <mailingList> - <name>DbUnit SVN Commit List</name> - <subscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-commit</subscribe> - <unsubscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-commit</unsubscribe> - <archive>http://sourceforge.net/mailarchive/forum.php?forum_name=dbunit-commit</archive> - </mailingList> - </mailingLists> - - <!-- who the developers are for the project --> - <developers> - <!-- - put my name first, so my email is used by the announcements-email - plugin - --> - <developer> - <name>Roberto Lo Giacco</name> - <id>rlogiacco</id> - <email>rlo...@us...</email> - <organization>SmartLab</organization> - <roles> - <role>Java Developer</role> - </roles> - </developer> - <developer> - <name>Felipe Leme</name> - <id>felipeal</id> - <email>db...@fe...</email> - <organization>Falcon Informatica</organization> - <timezone>-3</timezone> - <roles> - <role>Java Developer</role> - </roles> - </developer> - <developer> - <name>Benjamin Cox</name> - <id>bdrum</id> - <roles> - <role>Java Developer</role> - <!-- <role>Original Ant Task Contributor</role> --> - </roles> - </developer> - <developer> - <name>David Eric Pugh</name> - <id>dep4b</id> - <email>ep...@op...</email> - <organization>OpenSource Connections</organization> - <roles> - <role>Java Developer</role> - </roles> - </developer> - <developer> - <name>Federico Spinazzi</name> - <id>fspinazzi</id> - <email>f.s...@ma...</email> - <organization>Master House S.r.l</organization> - <roles> - <role>Java Developer</role> - <!-- <role>DB2 Contributor</role> --> - </roles> - </developer> - <developer> - <name>Manuel Laflamme</name> - <id>mlaflamm</id> - <organization>Oz Communication</organization> - <roles> - <role>Project Founder</role> - <!-- <role>Java Developer</role> --> - </roles> - </developer> - <developer> - <name>Timothy J. Ruppert</name> - <id>zieggy</id> - <roles> - <role>Java Developer</role> - <!-- <role>Original Ant Task Contributor</role> --> - </roles> - </developer> - <developer> - <name>Sebastien Le Callonnec</name> - <id>slecallonnec</id> - <email>sle...@us...</email> - <roles> - <role>Java Developer</role> - </roles> - </developer> - <developer> - <name>Matthias Gommeringer</name> - <id>gommma</id> - <email>go...@us...</email> - <roles> - <role>Java Developer</role> - </roles> - </developer> - </developers> - - <contributors> - <contributor> - <name>Klas Axel</name> - <roles> - <role>HsqldbDataTypeFactory</role> - </roles> - </contributor> - <contributor> - <name>Erik Price</name> - <roles> - <role>DatabaseSequenceOperation</role> - </roles> - </contributor> - <contributor> - <name>Jeremy Stein</name> - <roles> - <role>InsertIndentityOperation</role> - </roles> - </contributor> - <contributor> - <name>Keven Kizer</name> - <roles> - <role>Early guinea pig</role> - </roles> - </contributor> - <contributor> - <name>Mike Bresnahan</name> - <roles> - <role>DbUnit evangelist</role> - </roles> - </contributor> - <contributor> - <name>Andres Almiray</name> - <email>aal...@us...</email> - <roles> - <role>IDatabaseTester creator</role> - </roles> - </contributor> - </contributors> - - - <dependencies> - - <!-- - TODO: check which dependencies could marked as optional. For - instance, ant is optional because it's only necessary for the - dbunit Ant tasks. - --> - - <!-- TODO: add exclusion for dependencies that include xerces/xalan --> - - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>3.8.2</version> - </dependency> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-api</artifactId> - <version>1.5.6</version> - </dependency> - <dependency> - <groupId>commons-collections</groupId> - <artifactId>commons-collections</artifactId> - <version>3.2.1</version> - </dependency> - <dependency> - <groupId>ant</groupId> - <artifactId>ant</artifactId> - <version>1.5.4</version> - <optional>true</optional> - </dependency> - <dependency> - <groupId>org.apache.poi</groupId> - <artifactId>poi</artifactId> - <version>3.2-FINAL</version> - <optional>true</optional> - </dependency> - - <dependency> - <groupId>junit-addons</groupId> - <artifactId>junit-addons</artifactId> - <version>1.4</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>mockobjects</groupId> - <artifactId>mockobjects-core</artifactId> - <version>0.07</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>mockmaker</groupId> - <artifactId>mmmockobjects</artifactId> - <version>1.12.0</version> - <scope>test</scope> - </dependency> - <!-- TODO: check why follow dependency is necessary --> - <dependency> - <groupId>mockobjects</groupId> - <artifactId>mockobjects-jdk1.3</artifactId> - <version>0.07</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>hsqldb</groupId> - <artifactId>hsqldb</artifactId> - <version>1.8.0.1</version> - <scope>test</scope> - </dependency> - <dependency> - <!-- - Only needed when "profile.properties" is set to "derby" - environment - --> - <groupId>org.apache.derby</groupId> - <artifactId>derby</artifactId> - <version>10.4.1.3</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>gsbase</groupId> - <artifactId>gsbase</artifactId> - <version>2.0.1</version> - <scope>test</scope> - </dependency> - - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-nop</artifactId> - <version>1.5.6</version> - <scope>runtime</scope> - <optional>true</optional> - </dependency> - - </dependencies> - - <build> - <defaultGoal>install</defaultGoal> - <sourceDirectory>src/java</sourceDirectory> - <testSourceDirectory>src/test</testSourceDirectory> - - <!-- - TODO: move to M2's expected path and separate java from test (once - SCM is migrated to SVN...) - --> - <resources> - <resource> - <directory>.</directory> - <includes> - <include>LICENSE.txt</include> - </includes> - </resource> - <resource> - <directory>src/java</directory> - <includes> - <include>**/dataset.dtd</include> - </includes> - </resource> - <resource> - <directory>src/csv</directory> - <includes> - <include>**/cvs-tests.properties</include> - </includes> - </resource> - - </resources> - <!-- - TODO: that are some resources on src that should be on test... - - <testResources> <testResource> </testResource> </testResources> - --> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-surefire-plugin</artifactId> - <configuration> - <excludes> - <exclude>**/Abstract*.java</exclude> - </excludes> - <includes> - <include>**/*Test.java</include> - </includes> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <configuration> - <source>${compileSource}</source> - <target>${compileSource}</target> - <compilerVersion>${compileSource}</compilerVersion> - <!-- - TODO somehow we must ensure that the used rt.jar is really a - 1.4 and not higher, also for continuous integration - --> - <!--<executable>${JAVA_1_4_HOME}/bin/javac</executable>--> - <debug>true</debug> - <fork>true</fork> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-release-plugin</artifactId> - <configuration> - <goals>javadoc:javadoc source:jar javadoc:jar - deploy site changes:announcement-generate assembly:assembly</goals> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-jar-plugin</artifactId> - <configuration> - <includes> - <include>/LICENSE.txt</include> - <include>**</include> - </includes> - </configuration> - </plugin> - <plugin> - <artifactId>maven-assembly-plugin</artifactId> - <configuration> - <descriptors> - <descriptor>assembly.xml</descriptor> - </descriptors> - </configuration> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>cobertura-maven-plugin</artifactId> - <executions> - <execution> - <goals> - <goal>clean</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> - </build> - - <reporting> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-jxr-plugin</artifactId> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-surefire-report-plugin</artifactId> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-project-info-reports-plugin</artifactId> - </plugin> - <!-- - <plugin> <groupId>org.codehaus.mojo</groupId> - <artifactId>cobertura-maven-plugin</artifactId> </plugin> - --> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-checkstyle-plugin</artifactId> - <configuration> - <configLocation>checkstyle.xml</configLocation> - <argLine>-Xmx512m -Xms128m</argLine> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-pmd-plugin</artifactId> - <configuration> - <linkXref>true</linkXref> - <sourceEncoding>utf-8</sourceEncoding> - <minimumTokens>100</minimumTokens> - <targetJdk>${compileSource}</targetJdk> - </configuration> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>jdepend-maven-plugin</artifactId> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-javadoc-plugin</artifactId> - <configuration> - <destDir>apidocs</destDir> - <quiet>true</quiet> - <stylesheet>maven</stylesheet> - <tags> - <tag> - <name>TODO</name> - <placement>a</placement> - <head>To do:</head> - </tag> - </tags> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-changes-plugin</artifactId> - <version>2.0</version> - <configuration> - <smtpHost>localhost</smtpHost> - <smtpPort implementation="java.lang.Integer">25</smtpPort> - <introduction>If you are reading this, the maintainer forgot - to descrive what's the purpose of this release!!!</introduction> - <toAddresses> - <toAddress implementation="java.lang.String">dbu...@li...</toAddress> - <toAddress implementation="java.lang.String">dbu...@li...</toAddress> - </toAddresses> - <urlDownload>http://sourceforge.net/project/showfiles.php?group_id=47439</urlDownload> - <issueLinkTemplate><![CDATA[http://sourceforge.net/support/tracker.php?aid=%ISSUE%]]></issueLinkTemplate> - </configuration> - <reportSets> - <reportSet> - <reports> - <report>changes-report</report> - <report>license</report> - </reports> - </reportSet> - </reportSets> - </plugin> - </plugins> - </reporting> - - <distributionManagement> - <snapshotRepository> - <id>sourceforge</id> - <name>SourceForge Snapshots Repo</name> - <url>scp://shell.sourceforge.net/home/groups/d/db/dbunit/htdocs/repo/snapshots</url> - </snapshotRepository> - <repository> - <id>sourceforge</id> - <name>SourceForge Releases Repo</name> - <url>scp://shell.sourceforge.net/home/groups/d/db/dbunit/htdocs/repo/official</url> - </repository> - <site> - <id>sourceforge</id> - <url>scp://shell.sourceforge.net/home/groups/d/db/dbunit/htdocs</url> - </site> - </distributionManagement> - - <profiles> - <profile> - <id>official</id> - <dependencies> - <dependency> - <groupId>javax.sql</groupId> - <artifactId>jdbc-stdext</artifactId> - <version>2.0</version> - <optional>true</optional> - </dependency> - </dependencies> - <build> - <pluginManagement> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <configuration> - <source>${compileSource}</source> - <target>${compileSource}</target> - <compilerVersion>${compileSource}</compilerVersion> - <executable>${JAVA_1_4_HOME}/bin/javac</executable> - <debug>true</debug> - <fork>true</fork> - </configuration> - </plugin> - </plugins> - </pluginManagement> - </build> - - <reporting> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-jxr-plugin</artifactId> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-javadoc-plugin</artifactId> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>cobertura-maven-plugin</artifactId> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-changes-plugin</artifactId> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-changelog-plugin</artifactId> - </plugin> - </plugins> - </reporting> - </profile> - </profiles> - -</project> Copied: tags/dbunit-2.4.4/pom.xml (from rev 970, trunk/pom.xml) =================================================================== --- tags/dbunit-2.4.4/pom.xml (rev 0) +++ tags/dbunit-2.4.4/pom.xml 2009-02-25 09:00:36 UTC (rev 971) @@ -0,0 +1,558 @@ +<?xml version="1.0" encoding="ISO-8859-1"?> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + <modelVersion>4.0.0</modelVersion> + <groupId>org.dbunit</groupId> + <artifactId>dbunit</artifactId> + <packaging>jar</packaging> + <version>2.4.4</version> + <name>DbUnit Framework</name> + <url>http://dbunit.sourceforge.net</url> + <inceptionYear>2002</inceptionYear> + <description> + DbUnit is a JUnit extension (also usable from Ant) targeted for database-driven projects that, among other things, puts your database into a known state between test runs. This is an excellent way to avoid the myriad of problems that can occur when one test case corrupts the database and causes subsequent tests to fail or exacerbate the damage. + </description> + <licenses> + <license> + <name>GNU Lesser General Public License, Version 2.1</name> + <url>http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt</url> + <distribution>repo</distribution> + </license> + </licenses> + <properties> + <compileSource>1.4</compileSource> + <checkstyle.excludes>org/dbunit/util/concurrent/*.java</checkstyle.excludes> + </properties> + <scm> + <connection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/dbunit-2.4.4</connection> + <developerConnection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/dbunit-2.4.4</developerConnection> + <url>http://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/dbunit-2.4.4</url> + </scm> + <issueManagement> + <system>SourceForge</system> + <url>http://sourceforge.net/tracker/?group_id=47439</url> + </issueManagement> + <ciManagement> + <system>parabuild</system> + <url><![CDATA[http://parabuild.viewtier.com:8080/parabuild/index.htm?view=detailed&buildid=30]]></url> + <notifiers> + <notifier> + <type>mail</type> + <sendOnError>true</sendOnError> + <sendOnFailure>false</sendOnFailure> + <sendOnSuccess>false</sendOnSuccess> + <sendOnWarning>false</sendOnWarning> + <configuration> + <address>go...@us...</address> + </configuration> + </notifier> + </notifiers> + </ciManagement> + + <mailingLists> + <mailingList> + <name>DbUnit User List</name> + <subscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-user</subscribe> + <unsubscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-user</unsubscribe> + <archive>http://sourceforge.net/mailarchive/forum.php?forum_name=dbunit-user</archive> + </mailingList> + <mailingList> + <name>DbUnit Developer List</name> + <subscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-developer</subscribe> + <unsubscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-developer</unsubscribe> + <archive>http://sourceforge.net/mailarchive/forum.php?forum_name=dbunit-developer</archive> + </mailingList> + <mailingList> + <name>DbUnit SVN Commit List</name> + <subscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-commit</subscribe> + <unsubscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-commit</unsubscribe> + <archive>http://sourceforge.net/mailarchive/forum.php?forum_name=dbunit-commit</archive> + </mailingList> + </mailingLists> + + <!-- who the developers are for the project --> + <developers> + <!-- + put my name first, so my email is used by the announcements-email + plugin + --> + <developer> + <name>Roberto Lo Giacco</name> + <id>rlogiacco</id> + <email>rlo...@us...</email> + <organization>SmartLab</organization> + <roles> + <role>Java Developer</role> + </roles> + </developer> + <developer> + <name>Felipe Leme</name> + <id>felipeal</id> + <email>db...@fe...</email> + <organization>Falcon Informatica</organization> + <timezone>-3</timezone> + <roles> + <role>Java Developer</role> + </roles> + </developer> + <developer> + <name>Benjamin Cox</name> + <id>bdrum</id> + <roles> + <role>Java Developer</role> + <!-- <role>Original Ant Task Contributor</role> --> + </roles> + </developer> + <developer> + <name>David Eric Pugh</name> + <id>dep4b</id> + <email>ep...@op...</email> + <organization>OpenSource Connections</organization> + <roles> + <role>Java Developer</role> + </roles> + </developer> + <developer> + <name>Federico Spinazzi</name> + <id>fspinazzi</id> + <email>f.s...@ma...</email> + <organization>Master House S.r.l</organization> + <roles> + <role>Java Developer</role> + <!-- <role>DB2 Contributor</role> --> + </roles> + </developer> + <developer> + <name>Manuel Laflamme</name> + <id>mlaflamm</id> + <organization>Oz Communication</organization> + <roles> + <role>Project Founder</role> + <!-- <role>Java Developer</role> --> + </roles> + </developer> + <developer> + <name>Timothy J. Ruppert</name> + <id>zieggy</id> + <roles> + <role>Java Developer</role> + <!-- <role>Original Ant Task Contributor</role> --> + </roles> + </developer> + <developer> + <name>Sebastien Le Callonnec</name> + <id>slecallonnec</id> + <email>sle...@us...</email> + <roles> + <role>Java Developer</role> + </roles> + </developer> + <developer> + <name>Matthias Gommeringer</name> + <id>gommma</id> + <email>go...@us...</email> + <roles> + <role>Java Developer</role> + </roles> + </developer> + </developers> + + <contributors> + <contributor> + <name>Klas Axel</name> + <roles> + <role>HsqldbDataTypeFactory</role> + </roles> + </contributor> + <contributor> + <name>Erik Price</name> + <roles> + <role>DatabaseSequenceOperation</role> + </roles> + </contributor> + <contributor> + <name>Jeremy Stein</name> + <roles> + <role>InsertIndentityOperation</role> + </roles> + </contributor> + <contributor> + <name>Keven Kizer</name> + <roles> + <role>Early guinea pig</role> + </roles> + </contributor> + <contributor> + <name>Mike Bresnahan</name> + <roles> + <role>DbUnit evangelist</role> + </roles> + </contributor> + <contributor> + <name>Andres Almiray</name> + <email>aal...@us...</email> + <roles> + <role>IDatabaseTester creator</role> + </roles> + </contributor> + </contributors> + + + <dependencies> + + <!-- + TODO: check which dependencies could marked as optional. For + instance, ant is optional because it's only necessary for the + dbunit Ant tasks. + --> + + <!-- TODO: add exclusion for dependencies that include xerces/xalan --> + + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>3.8.2</version> + </dependency> + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-api</artifactId> + <version>1.5.6</version> + </dependency> + <dependency> + <groupId>commons-collections</groupId> + <artifactId>commons-collections</artifactId> + <version>3.2.1</version> + </dependency> + <dependency> + <groupId>ant</groupId> + <artifactId>ant</artifactId> + <version>1.5.4</version> + <optional>true</optional> + </dependency> + <dependency> + <groupId>org.apache.poi</groupId> + <artifactId>poi</artifactId> + <version>3.2-FINAL</version> + <optional>true</optional> + </dependency> + + <dependency> + <groupId>junit-addons</groupId> + <artifactId>junit-addons</artifactId> + <version>1.4</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>mockobjects</groupId> + <artifactId>mockobjects-core</artifactId> + <version>0.07</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>mockmaker</groupId> + <artifactId>mmmockobjects</artifactId> + <version>1.12.0</version> + <scope>test</scope> + </dependency> + <!-- TODO: check why follow dependency is necessary --> + <dependency> + <groupId>mockobjects</groupId> + <artifactId>mockobjects-jdk1.3</artifactId> + <version>0.07</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>hsqldb</groupId> + <artifactId>hsqldb</artifactId> + <version>1.8.0.1</version> + <scope>test</scope> + </dependency> + <dependency> + <!-- + Only needed when "profile.properties" is set to "derby" + environment + --> + <groupId>org.apache.derby</groupId> + <artifactId>derby</artifactId> + <version>10.4.1.3</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>gsbase</groupId> + <artifactId>gsbase</artifactId> + <version>2.0.1</version> + <scope>test</scope> + </dependency> + + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-nop</artifactId> + <version>1.5.6</version> + <scope>runtime</scope> + <optional>true</optional> + </dependency> + + </dependencies> + + <build> + <defaultGoal>install</defaultGoal> + <sourceDirectory>src/java</sourceDirectory> + <testSourceDirectory>src/test</testSourceDirectory> + + <!-- + TODO: move to M2's expected path and separate java from test (once + SCM is migrated to SVN...) + --> + <resources> + <resource> + <directory>.</directory> + <includes> + <include>LICENSE.txt</include> + </includes> + </resource> + <resource> + <directory>src/java</directory> + <includes> + <include>**/dataset.dtd</include> + </includes> + </resource> + <resource> + <directory>src/csv</directory> + <includes> + <include>**/cvs-tests.properties</include> + </includes> + </resource> + + </resources> + <!-- + TODO: that are some resources on src that should be on test... + + <testResources> <testResource> </testResource> </testResources> + --> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-plugin</artifactId> + <configuration> + <excludes> + <exclude>**/Abstract*.java</exclude> + </excludes> + <includes> + <include>**/*Test.java</include> + </includes> + </configuration> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-compiler-plugin</artifactId> + <configuration> + <source>${compileSource}</source> + <target>${compileSource}</target> + <compilerVersion>${compileSource}</compilerVersion> + <!-- + TODO somehow we must ensure that the used rt.jar is really a + 1.4 and not higher, also for continuous integration + --> + <!--<executable>${JAVA_1_4_HOME}/bin/javac</executable>--> + <debug>true</debug> + <fork>true</fork> + </configuration> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-release-plugin</artifactId> + <configuration> + <goals>javadoc:javadoc source:jar javadoc:jar + deploy site changes:announcement-generate assembly:assembly</goals> + </configuration> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-jar-plugin</artifactId> + <configuration> + <includes> + <include>/LICENSE.txt</include> + <include>**</include> + </includes> + </configuration> + </plugin> + <plugin> + <artifactId>maven-assembly-plugin</artifactId> + <configuration> + <descriptors> + <descriptor>assembly.xml</descriptor> + </descriptors> + </configuration> + </plugin> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>cobertura-maven-plugin</artifactId> + <executions> + <execution> + <goals> + <goal>clean</goal> + </goals> + </execution> + </executions> + </plugin> + </plugins> + </build> + + <reporting> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-jxr-plugin</artifactId> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-report-plugin</artifactId> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-project-info-reports-plugin</artifactId> + </plugin> + <!-- + <plugin> <groupId>org.codehaus.mojo</groupId> + <artifactId>cobertura-maven-plugin</artifactId> </plugin> + --> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-checkstyle-plugin</artifactId> + <configuration> + <configLocation>checkstyle.xml</configLocation> + <argLine>-Xmx512m -Xms128m</argLine> + </configuration> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-pmd-plugin</artifactId> + <configuration> + <linkXref>true</linkXref> + <sourceEncoding>utf-8</sourceEncoding> + <minimumTokens>100</minimumTokens> + <targetJdk>${compileSource}</targetJdk> + </configuration> + </plugin> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>jdepend-maven-plugin</artifactId> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-javadoc-plugin</artifactId> + <configuration> + <destDir>apidocs</destDir> + <quiet>true</quiet> + <stylesheet>maven</stylesheet> + <tags> + <tag> + <name>TODO</name> + <placement>a</placement> + <head>To do:</head> + </tag> + </tags> + </configuration> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-changes-plugin</artifactId> + <version>2.0</version> + <configuration> + <smtpHost>localhost</smtpHost> + <smtpPort implementation="java.lang.Integer">25</smtpPort> + <introduction>If you are reading this, the maintainer forgot + to descrive what's the purpose of this release!!!</introduction> + <toAddresses> + <toAddress implementation="java.lang.String">dbu...@li...</toAddress> + <toAddress implementation="java.lang.String">dbu...@li...</toAddress> + </toAddresses> + <urlDownload>http://sourceforge.net/project/showfiles.php?group_id=47439</urlDownload> + <issueLinkTemplate><![CDATA[http://sourceforge.net/support/tracker.php?aid=%ISSUE%]]></issueLinkTemplate> + </configuration> + <reportSets> + <reportSet> + <reports> + <report>changes-report</report> + <report>license</report> + </reports> + </reportSet> + </reportSets> + </plugin> + </plugins> + </reporting> + + <distributionManagement> + <snapshotRepository> + <id>sourceforge</id> + <name>SourceForge Snapshots Repo</name> + <url>scp://shell.sourceforge.net/home/groups/d/db/dbunit/htdocs/repo/snapshots</url> + </snapshotRepository> + <repository> + <id>sourceforge</id> + <name>SourceForge Releases Repo</name> + <url>scp://shell.sourceforge.net/home/groups/d/db/dbunit/htdocs/repo/official</url> + </repository> + <site> + <id>sourceforge</id> + <url>scp://shell.sourceforge.net/home/groups/d/db/dbunit/htdocs</url> + </site> + </distributionManagement> + + <profiles> + <profile> + <id>official</id> + <dependencies> + <dependency> + <groupId>javax.sql</groupId> + <artifactId>jdbc-stdext</artifactId> + <version>2.0</version> + <optional>true</optional> + </dependency> + </dependencies> + <build> + <pluginManagement> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-compiler-plugin</artifactId> + <configuration> + <source>${compileSource}</source> + <target>${compileSource}</target> + <compilerVersion>${compileSource}</compilerVersion> + <executable>${JAVA_1_4_HOME}/bin/javac</executable> + <debug>true</debug> + <fork>true</fork> + </configuration> + </plugin> + </plugins> + </pluginManagement> + </build> + + <reporting> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-jxr-plugin</artifactId> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-javadoc-plugin</artifactId> + </plugin> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>cobertura-maven-plugin</artifactId> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-changes-plugin</artifactId> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-changelog-plugin</artifactId> + </plugin> + </plugins> + </reporting> + </profile> + </profiles> + +</project> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rlo...@us...> - 2009-02-25 09:00:09
|
Revision: 970 http://dbunit.svn.sourceforge.net/dbunit/?rev=970&view=rev Author: rlogiacco Date: 2009-02-25 09:00:00 +0000 (Wed, 25 Feb 2009) Log Message: ----------- [maven-release-plugin] prepare release dbunit-2.4.4 Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-02-24 23:05:28 UTC (rev 969) +++ trunk/pom.xml 2009-02-25 09:00:00 UTC (rev 970) @@ -1,11 +1,10 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.dbunit</groupId> <artifactId>dbunit</artifactId> <packaging>jar</packaging> - <version>2.4.4-SNAPSHOT</version> + <version>2.4.4</version> <name>DbUnit Framework</name> <url>http://dbunit.sourceforge.net</url> <inceptionYear>2002</inceptionYear> @@ -24,9 +23,9 @@ <checkstyle.excludes>org/dbunit/util/concurrent/*.java</checkstyle.excludes> </properties> <scm> - <connection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk</connection> - <developerConnection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk</developerConnection> - <url>http://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk</url> + <connection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/dbunit-2.4.4</connection> + <developerConnection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/dbunit-2.4.4</developerConnection> + <url>http://dbunit.svn.sourceforge.net/svnroot/dbunit/tags/dbunit-2.4.4</url> </scm> <issueManagement> <system>SourceForge</system> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rlo...@us...> - 2009-02-24 21:06:58
|
Revision: 968 http://dbunit.svn.sourceforge.net/dbunit/?rev=968&view=rev Author: rlogiacco Date: 2009-02-24 21:06:55 +0000 (Tue, 24 Feb 2009) Log Message: ----------- updated site front page with upcoming release Modified Paths: -------------- trunk/src/site/xdoc/index.xml Modified: trunk/src/site/xdoc/index.xml =================================================================== --- trunk/src/site/xdoc/index.xml 2009-02-24 21:04:31 UTC (rev 967) +++ trunk/src/site/xdoc/index.xml 2009-02-24 21:06:55 UTC (rev 968) @@ -26,6 +26,10 @@ <section name="News"> <table border="1"> <tr> + <td>2009-02-24</td> + <td>We are proud to announce the 2.4.4 release has been cut. Here a detailed <a href="changes-report.html#a2.4.4">changes</a> report.</td> + </tr> + <tr> <td>2009-01-20</td> <td>Development continues to go on, fixes and a additions have been contributed and a new 2.4.3 release has been cut. Here a detailed <a href="changes-report.html#a2.4.3">changes</a> report.</td> </tr> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rlo...@us...> - 2009-02-24 21:04:35
|
Revision: 967 http://dbunit.svn.sourceforge.net/dbunit/?rev=967&view=rev Author: rlogiacco Date: 2009-02-24 21:04:31 +0000 (Tue, 24 Feb 2009) Log Message: ----------- fixed missing revision numbers on front page Modified Paths: -------------- trunk/src/site/xdoc/index.xml Modified: trunk/src/site/xdoc/index.xml =================================================================== --- trunk/src/site/xdoc/index.xml 2009-02-24 21:04:10 UTC (rev 966) +++ trunk/src/site/xdoc/index.xml 2009-02-24 21:04:31 UTC (rev 967) @@ -27,11 +27,11 @@ <table border="1"> <tr> <td>2009-01-20</td> - <td>Development continues to go on, fixes and a additions have been contributed and a new release has been cut. Here a detailed <a href="changes-report.html#a2.4.3">changes</a> report.</td> + <td>Development continues to go on, fixes and a additions have been contributed and a new 2.4.3 release has been cut. Here a detailed <a href="changes-report.html#a2.4.3">changes</a> report.</td> </tr> <tr> <td>2008-12-17</td> - <td>Some other fixes and a additions have been released. Here a detailed <a href="changes-report.html#a2.4.2">changes</a> report.</td> + <td>Some other fixes and a additions have been released in dbunit-2.4.2. Here a detailed <a href="changes-report.html#a2.4.2">changes</a> report.</td> </tr> <tr> <td>2008-12-15</td> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rlo...@us...> - 2009-02-24 21:04:14
|
Revision: 966 http://dbunit.svn.sourceforge.net/dbunit/?rev=966&view=rev Author: rlogiacco Date: 2009-02-24 21:04:10 +0000 (Tue, 24 Feb 2009) Log Message: ----------- minor fixes on the pom Modified Paths: -------------- trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2009-02-22 20:19:26 UTC (rev 965) +++ trunk/pom.xml 2009-02-24 21:04:10 UTC (rev 966) @@ -1,579 +1,559 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> - <modelVersion>4.0.0</modelVersion> - <groupId>org.dbunit</groupId> - <artifactId>dbunit</artifactId> - <packaging>jar</packaging> - <version>2.4.4-SNAPSHOT</version> - <name>DbUnit Framework</name> - <url>http://dbunit.sourceforge.net</url> - <inceptionYear>2002</inceptionYear> - <description> - DbUnit is a JUnit extension (also usable from Ant) targeted for database-driven projects that, among other things, puts your database into a known state between test runs. This is an excellent way to avoid the myriad of problems that can occur when one test case corrupts the database and causes subsequent tests to fail or exacerbate the damage. - </description> - <licenses> - <license> - <name>GNU Lesser General Public License, Version 2.1</name> - <url>http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt</url> - <distribution>repo</distribution> - </license> - </licenses> - <properties> - <compileSource>1.4</compileSource> - <checkstyle.excludes>org/dbunit/util/concurrent/*.java</checkstyle.excludes> - </properties> - <scm> - <connection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk</connection> - <developerConnection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk</developerConnection> - <url>http://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk</url> - </scm> - <issueManagement> - <system>SourceForge</system> - <url>http://sourceforge.net/tracker/?group_id=47439</url> - </issueManagement> - <ciManagement> - <system>parabuild</system> - <url><![CDATA[ - http://parabuild.viewtier.com:8080/parabuild/index.htm?view=detailed&buildid=30 - ]]></url> - <notifiers> - <notifier> - <type>mail</type> - <sendOnError>true</sendOnError> - <sendOnFailure>false</sendOnFailure> - <sendOnSuccess>false</sendOnSuccess> - <sendOnWarning>false</sendOnWarning> - <configuration> - <address>go...@us...</address> - </configuration> - </notifier> - </notifiers> - </ciManagement> - <mailingLists> - <mailingList> - <name>DbUnit User List</name> - <subscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-user</subscribe> - <unsubscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-user</unsubscribe> - <archive>http://sourceforge.net/mailarchive/forum.php?forum_name=dbunit-user</archive> - </mailingList> - <mailingList> - <name>DbUnit Developer List</name> - <subscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-developer</subscribe> - <unsubscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-developer</unsubscribe> - <archive>http://sourceforge.net/mailarchive/forum.php?forum_name=dbunit-developer</archive> - </mailingList> - <mailingList> - <name>DbUnit SVN Commit List</name> - <subscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-commit</subscribe> - <unsubscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-commit</unsubscribe> - <archive>http://sourceforge.net/mailarchive/forum.php?forum_name=dbunit-commit</archive> - </mailingList> - </mailingLists> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + <modelVersion>4.0.0</modelVersion> + <groupId>org.dbunit</groupId> + <artifactId>dbunit</artifactId> + <packaging>jar</packaging> + <version>2.4.4-SNAPSHOT</version> + <name>DbUnit Framework</name> + <url>http://dbunit.sourceforge.net</url> + <inceptionYear>2002</inceptionYear> + <description> + DbUnit is a JUnit extension (also usable from Ant) targeted for database-driven projects that, among other things, puts your database into a known state between test runs. This is an excellent way to avoid the myriad of problems that can occur when one test case corrupts the database and causes subsequent tests to fail or exacerbate the damage. + </description> + <licenses> + <license> + <name>GNU Lesser General Public License, Version 2.1</name> + <url>http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt</url> + <distribution>repo</distribution> + </license> + </licenses> + <properties> + <compileSource>1.4</compileSource> + <checkstyle.excludes>org/dbunit/util/concurrent/*.java</checkstyle.excludes> + </properties> + <scm> + <connection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk</connection> + <developerConnection>scm:svn:https://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk</developerConnection> + <url>http://dbunit.svn.sourceforge.net/svnroot/dbunit/trunk</url> + </scm> + <issueManagement> + <system>SourceForge</system> + <url>http://sourceforge.net/tracker/?group_id=47439</url> + </issueManagement> + <ciManagement> + <system>parabuild</system> + <url><![CDATA[http://parabuild.viewtier.com:8080/parabuild/index.htm?view=detailed&buildid=30]]></url> + <notifiers> + <notifier> + <type>mail</type> + <sendOnError>true</sendOnError> + <sendOnFailure>false</sendOnFailure> + <sendOnSuccess>false</sendOnSuccess> + <sendOnWarning>false</sendOnWarning> + <configuration> + <address>go...@us...</address> + </configuration> + </notifier> + </notifiers> + </ciManagement> - <pluginRepositories> - <!-- - <pluginRepository> - <id>snapshots</id> - <url>http://people.apache.org/repo/m2-snapshot-repository/</url> - </pluginRepository> - --> - </pluginRepositories> + <mailingLists> + <mailingList> + <name>DbUnit User List</name> + <subscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-user</subscribe> + <unsubscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-user</unsubscribe> + <archive>http://sourceforge.net/mailarchive/forum.php?forum_name=dbunit-user</archive> + </mailingList> + <mailingList> + <name>DbUnit Developer List</name> + <subscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-developer</subscribe> + <unsubscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-developer</unsubscribe> + <archive>http://sourceforge.net/mailarchive/forum.php?forum_name=dbunit-developer</archive> + </mailingList> + <mailingList> + <name>DbUnit SVN Commit List</name> + <subscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-commit</subscribe> + <unsubscribe>http://lists.sourceforge.net/lists/listinfo/dbunit-commit</unsubscribe> + <archive>http://sourceforge.net/mailarchive/forum.php?forum_name=dbunit-commit</archive> + </mailingList> + </mailingLists> + <!-- who the developers are for the project --> + <developers> + <!-- + put my name first, so my email is used by the announcements-email + plugin + --> + <developer> + <name>Roberto Lo Giacco</name> + <id>rlogiacco</id> + <email>rlo...@us...</email> + <organization>SmartLab</organization> + <roles> + <role>Java Developer</role> + </roles> + </developer> + <developer> + <name>Felipe Leme</name> + <id>felipeal</id> + <email>db...@fe...</email> + <organization>Falcon Informatica</organization> + <timezone>-3</timezone> + <roles> + <role>Java Developer</role> + </roles> + </developer> + <developer> + <name>Benjamin Cox</name> + <id>bdrum</id> + <roles> + <role>Java Developer</role> + <!-- <role>Original Ant Task Contributor</role> --> + </roles> + </developer> + <developer> + <name>David Eric Pugh</name> + <id>dep4b</id> + <email>ep...@op...</email> + <organization>OpenSource Connections</organization> + <roles> + <role>Java Developer</role> + </roles> + </developer> + <developer> + <name>Federico Spinazzi</name> + <id>fspinazzi</id> + <email>f.s...@ma...</email> + <organization>Master House S.r.l</organization> + <roles> + <role>Java Developer</role> + <!-- <role>DB2 Contributor</role> --> + </roles> + </developer> + <developer> + <name>Manuel Laflamme</name> + <id>mlaflamm</id> + <organization>Oz Communication</organization> + <roles> + <role>Project Founder</role> + <!-- <role>Java Developer</role> --> + </roles> + </developer> + <developer> + <name>Timothy J. Ruppert</name> + <id>zieggy</id> + <roles> + <role>Java Developer</role> + <!-- <role>Original Ant Task Contributor</role> --> + </roles> + </developer> + <developer> + <name>Sebastien Le Callonnec</name> + <id>slecallonnec</id> + <email>sle...@us...</email> + <roles> + <role>Java Developer</role> + </roles> + </developer> + <developer> + <name>Matthias Gommeringer</name> + <id>gommma</id> + <email>go...@us...</email> + <roles> + <role>Java Developer</role> + </roles> + </developer> + </developers> - <!-- who the developers are for the project --> - <developers> - <!-- put my name first, so my email is used by the announcements-email - plugin --> - <developer> - <name>Roberto Lo Giacco</name> - <id>rlogiacco</id> - <email>rlo...@us...</email> - <organization>SmartLab</organization> - <roles> - <role>Java Developer</role> - </roles> - </developer> - <developer> - <name>Felipe Leme</name> - <id>felipeal</id> - <email>db...@fe...</email> - <organization>Falcon Informatica</organization> - <timezone>-3</timezone> - <roles> - <role>Java Developer</role> - </roles> - </developer> - <developer> - <name>Benjamin Cox</name> - <id>bdrum</id> - <roles> - <role>Java Developer</role> - <!-- <role>Original Ant Task Contributor</role> --> - </roles> - </developer> - <developer> - <name>David Eric Pugh</name> - <id>dep4b</id> - <email>ep...@op...</email> - <organization>OpenSource Connections</organization> - <roles> - <role>Java Developer</role> - </roles> - </developer> - <developer> - <name>Federico Spinazzi</name> - <id>fspinazzi</id> - <email>f.s...@ma...</email> - <organization>Master House S.r.l</organization> - <roles> - <role>Java Developer</role> - <!-- <role>DB2 Contributor</role> --> - </roles> - </developer> - <developer> - <name>Manuel Laflamme</name> - <id>mlaflamm</id> - <organization>Oz Communication</organization> - <roles> - <role>Project Founder</role> - <!-- <role>Java Developer</role> --> - </roles> - </developer> - <developer> - <name>Timothy J. Ruppert</name> - <id>zieggy</id> - <roles> - <role>Java Developer</role> - <!-- <role>Original Ant Task Contributor</role> --> - </roles> - </developer> - <developer> - <name>Sebastien Le Callonnec</name> - <id>slecallonnec</id> - <email>sle...@us...</email> - <roles> - <role>Java Developer</role> - </roles> - </developer> - <developer> - <name>Matthias Gommeringer</name> - <id>gommma</id> - <email>go...@us...</email> - <roles> - <role>Java Developer</role> - </roles> - </developer> - </developers> + <contributors> + <contributor> + <name>Klas Axel</name> + <roles> + <role>HsqldbDataTypeFactory</role> + </roles> + </contributor> + <contributor> + <name>Erik Price</name> + <roles> + <role>DatabaseSequenceOperation</role> + </roles> + </contributor> + <contributor> + <name>Jeremy Stein</name> + <roles> + <role>InsertIndentityOperation</role> + </roles> + </contributor> + <contributor> + <name>Keven Kizer</name> + <roles> + <role>Early guinea pig</role> + </roles> + </contributor> + <contributor> + <name>Mike Bresnahan</name> + <roles> + <role>DbUnit evangelist</role> + </roles> + </contributor> + <contributor> + <name>Andres Almiray</name> + <email>aal...@us...</email> + <roles> + <role>IDatabaseTester creator</role> + </roles> + </contributor> + </contributors> - <contributors> - <contributor> - <name>Klas Axel</name> - <roles> - <role>HsqldbDataTypeFactory</role> - </roles> - </contributor> - <contributor> - <name>Erik Price</name> - <roles> - <role>DatabaseSequenceOperation</role> - </roles> - </contributor> - <contributor> - <name>Jeremy Stein</name> - <roles> - <role>InsertIndentityOperation</role> - </roles> - </contributor> - <contributor> - <name>Keven Kizer</name> - <roles> - <role>Early guinea pig</role> - </roles> - </contributor> - <contributor> - <name>Mike Bresnahan</name> - <roles> - <role>DbUnit evangelist</role> - </roles> - </contributor> - <contributor> - <name>Andres Almiray</name> - <email>aal...@us...</email> - <roles> - <role>IDatabaseTester creator</role> - </roles> - </contributor> - </contributors> + <dependencies> - <dependencies> + <!-- + TODO: check which dependencies could marked as optional. For + instance, ant is optional because it's only necessary for the + dbunit Ant tasks. + --> - <!-- TODO: check which dependencies could marked as optional. - For instance, ant is optional because it's only necessary for the dbunit - Ant tasks. --> + <!-- TODO: add exclusion for dependencies that include xerces/xalan --> - <!-- TODO: add exclusion for dependencies that include xerces/xalan --> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>3.8.2</version> + </dependency> + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-api</artifactId> + <version>1.5.6</version> + </dependency> + <dependency> + <groupId>commons-collections</groupId> + <artifactId>commons-collections</artifactId> + <version>3.2.1</version> + </dependency> + <dependency> + <groupId>ant</groupId> + <artifactId>ant</artifactId> + <version>[1.5.4,2.0.0)</version> + <optional>true</optional> + </dependency> + <dependency> + <groupId>org.apache.poi</groupId> + <artifactId>poi</artifactId> + <version>3.2-FINAL</version> + <optional>true</optional> + </dependency> - <!-- JUnit 3.8.2 fix that annoying 'expected: <....>' bug... --> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>3.8.2</version> - </dependency> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-api</artifactId> - <version>1.5.6</version> - </dependency> - <dependency> - <groupId>commons-collections</groupId> - <artifactId>commons-collections</artifactId> - <version>3.2.1</version> - </dependency> - <dependency> - <groupId>ant</groupId> - <artifactId>ant</artifactId> - <!-- TODO: range-> 1.5.3-1 + - <version>1.6.5</version> ---> - <version>1.5.4</version> - <optional>true</optional> - </dependency> - <dependency> - <groupId>org.apache.poi</groupId> - <artifactId>poi</artifactId> - <version>3.2-FINAL</version> - <optional>true</optional> - </dependency> + <dependency> + <groupId>junit-addons</groupId> + <artifactId>junit-addons</artifactId> + <version>1.4</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>mockobjects</groupId> + <artifactId>mockobjects-core</artifactId> + <version>0.07</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>mockmaker</groupId> + <artifactId>mmmockobjects</artifactId> + <version>1.12.0</version> + <scope>test</scope> + </dependency> + <!-- TODO: check why follow dependency is necessary --> + <dependency> + <groupId>mockobjects</groupId> + <artifactId>mockobjects-jdk1.3</artifactId> + <version>0.07</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>hsqldb</groupId> + <artifactId>hsqldb</artifactId> + <version>1.8.0.1</version> + <scope>test</scope> + </dependency> + <dependency> + <!-- + Only needed when "profile.properties" is set to "derby" + environment + --> + <groupId>org.apache.derby</groupId> + <artifactId>derby</artifactId> + <version>10.4.1.3</version> + <scope>test</scope> + </dependency> + <dependency> + <groupId>gsbase</groupId> + <artifactId>gsbase</artifactId> + <version>2.0.1</version> + <scope>test</scope> + </dependency> - <dependency> - <groupId>junit-addons</groupId> - <artifactId>junit-addons</artifactId> - <version>1.4</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>mockobjects</groupId> - <artifactId>mockobjects-core</artifactId> - <version>0.07</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>mockmaker</groupId> - <artifactId>mmmockobjects</artifactId> - <version>1.12.0</version> - <scope>test</scope> - </dependency> - <!-- TODO: check why follow dependency is necessary --> - <dependency> - <groupId>mockobjects</groupId> - <artifactId>mockobjects-jdk1.3</artifactId> - <version>0.07</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>hsqldb</groupId> - <artifactId>hsqldb</artifactId> - <version>1.8.0.1</version> - <scope>test</scope> - </dependency> - <dependency> - <!-- Only needed when "profile.properties" is set to "derby" environment --> - <groupId>org.apache.derby</groupId> - <artifactId>derby</artifactId> - <version>10.4.1.3</version> - <scope>test</scope> - </dependency> - <dependency> - <groupId>gsbase</groupId> - <artifactId>gsbase</artifactId> - <version>2.0.1</version> - <scope>test</scope> - </dependency> + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-nop</artifactId> + <version>1.5.6</version> + <scope>runtime</scope> + <optional>true</optional> + </dependency> - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-nop</artifactId> - <version>1.5.6</version> - <scope>runtime</scope> - <optional>true</optional> - </dependency> + </dependencies> - </dependencies> + <build> + <defaultGoal>install</defaultGoal> + <sourceDirectory>src/java</sourceDirectory> + <testSourceDirectory>src/test</testSourceDirectory> - <build> - <defaultGoal>install</defaultGoal> - <sourceDirectory>src/java</sourceDirectory> - <testSourceDirectory>src/test</testSourceDirectory> + <!-- + TODO: move to M2's expected path and separate java from test (once + SCM is migrated to SVN...) + --> + <resources> + <resource> + <directory>.</directory> + <includes> + <include>LICENSE.txt</include> + </includes> + </resource> + <resource> + <directory>src/java</directory> + <includes> + <include>**/dataset.dtd</include> + </includes> + </resource> + <resource> + <directory>src/csv</directory> + <includes> + <include>**/cvs-tests.properties</include> + </includes> + </resource> - <!-- TODO: move to M2's expected path and separate java from test - (once SCM is migrated to SVN...) --> - <resources> - <resource> - <directory>.</directory> - <includes> - <include>LICENSE.txt</include> - </includes> - </resource> - <resource> - <directory>src/java</directory> - <includes> - <include>**/dataset.dtd</include> - </includes> - </resource> - <resource> - <directory>src/csv</directory> - <includes> - <include>**/cvs-tests.properties</include> - </includes> - </resource> + </resources> + <!-- + TODO: that are some resources on src that should be on test... - </resources> - <!-- TODO: that are some resources on src that should be on test... + <testResources> <testResource> </testResource> </testResources> + --> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-plugin</artifactId> + <configuration> + <excludes> + <exclude>**/Abstract*.java</exclude> + </excludes> + <includes> + <include>**/*Test.java</include> + </includes> + </configuration> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-compiler-plugin</artifactId> + <configuration> + <source>${compileSource}</source> + <target>${compileSource}</target> + <compilerVersion>${compileSource}</compilerVersion> + <!-- + TODO somehow we must ensure that the used rt.jar is really a + 1.4 and not higher, also for continuous integration + --> + <!--<executable>${JAVA_1_4_HOME}/bin/javac</executable>--> + <debug>true</debug> + <fork>true</fork> + </configuration> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-release-plugin</artifactId> + <configuration> + <goals>javadoc:javadoc source:jar javadoc:jar + deploy site changes:announcement-generate assembly:assembly</goals> + </configuration> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-jar-plugin</artifactId> + <configuration> + <includes> + <include>/LICENSE.txt</include> + <include>**</include> + </includes> + </configuration> + </plugin> + <plugin> + <artifactId>maven-assembly-plugin</artifactId> + <configuration> + <descriptors> + <descriptor>assembly.xml</descriptor> + </descriptors> + </configuration> + </plugin> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>cobertura-maven-plugin</artifactId> + <executions> + <execution> + <goals> + <goal>clean</goal> + </goals> + </execution> + </executions> + </plugin> + </plugins> + </build> - <testResources> - <testResource> - </testResource> - </testResources> ---> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-surefire-plugin</artifactId> - <configuration> - <!-- In some machines (at least on mine :-(, running AllTests is much -faster then running all tests, but there is not guarantee that all tests will -be run (i.e., a developer could create a new test file and forget to add it to -AllTests) - <includes> - <include>org/dbunit/AllTests.java</include> - </includes> - --> - <excludes> - <exclude>**/Abstract*.java</exclude> - </excludes> - <includes> - <include>**/*Test.java</include> - </includes> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <configuration> - <source>${compileSource}</source> - <target>${compileSource}</target> - <compilerVersion>${compileSource}</compilerVersion> - <!-- TODO somehow we must ensure that the used rt.jar is really a 1.4 and not higher, also for continuous integration --> - <!--<executable>${JAVA_1_4_HOME}/bin/javac</executable>--> - <debug>true</debug> - <fork>true</fork> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-release-plugin</artifactId> - <configuration> - <goals>javadoc:javadoc source:jar javadoc:jar deploy site changes:announcement-generate assembly:assembly</goals> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-jar-plugin</artifactId> - <configuration> - <includes> - <include>/LICENSE.txt</include> - <include>**</include> - </includes> - </configuration> - </plugin> - <plugin> - <artifactId>maven-assembly-plugin</artifactId> - <configuration> - <descriptors> - <descriptor>assembly.xml</descriptor> - </descriptors> - </configuration> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>cobertura-maven-plugin</artifactId> - <executions> - <execution> - <goals> - <goal>clean</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> - </build> + <reporting> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-jxr-plugin</artifactId> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-report-plugin</artifactId> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-project-info-reports-plugin</artifactId> + </plugin> + <!-- + <plugin> <groupId>org.codehaus.mojo</groupId> + <artifactId>cobertura-maven-plugin</artifactId> </plugin> + --> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-checkstyle-plugin</artifactId> + <configuration> + <configLocation>checkstyle.xml</configLocation> + <argLine>-Xmx512m -Xms128m</argLine> + </configuration> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-pmd-plugin</artifactId> + <configuration> + <linkXref>true</linkXref> + <sourceEncoding>utf-8</sourceEncoding> + <minimumTokens>100</minimumTokens> + <targetJdk>${compileSource}</targetJdk> + </configuration> + </plugin> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>jdepend-maven-plugin</artifactId> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-javadoc-plugin</artifactId> + <configuration> + <destDir>apidocs</destDir> + <quiet>true</quiet> + <stylesheet>maven</stylesheet> + <tags> + <tag> + <name>TODO</name> + <placement>a</placement> + <head>To do:</head> + </tag> + </tags> + </configuration> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-changes-plugin</artifactId> + <version>2.0</version> + <configuration> + <smtpHost>localhost</smtpHost> + <smtpPort implementation="java.lang.Integer">25</smtpPort> + <introduction>If you are reading this, the maintainer forgot + to descrive what's the purpose of this release!!!</introduction> + <toAddresses> + <toAddress implementation="java.lang.String">dbu...@li...</toAddress> + <toAddress implementation="java.lang.String">dbu...@li...</toAddress> + </toAddresses> + <urlDownload>http://sourceforge.net/project/showfiles.php?group_id=47439</urlDownload> + <issueLinkTemplate><![CDATA[http://sourceforge.net/support/tracker.php?aid=%ISSUE%]]></issueLinkTemplate> + </configuration> + <reportSets> + <reportSet> + <reports> + <report>changes-report</report> + <report>license</report> + </reports> + </reportSet> + </reportSets> + </plugin> + </plugins> + </reporting> - <!-- basic reports - available to all plugins --> - <reporting> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-jxr-plugin</artifactId> - <configuration> - <!--<stylesheet>"${basedir}/myStyles.css"</stylesheet>--> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-surefire-report-plugin</artifactId> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-project-info-reports-plugin</artifactId> - </plugin> -<!-- <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>cobertura-maven-plugin</artifactId> - </plugin>--> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-checkstyle-plugin</artifactId> - <configuration> - <configLocation>checkstyle.xml</configLocation> - <argLine>-Xmx512m -Xms128m</argLine> - </configuration> - </plugin> - <!-- Generate "PMD" and "CPD" reports --> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-pmd-plugin</artifactId> - <configuration> - <linkXref>true</linkXref> - <sourceEncoding>utf-8</sourceEncoding> - <minimumTokens>100</minimumTokens> - <targetJdk>${compileSource}</targetJdk> - </configuration> - </plugin> - <!-- Generate "JDepend" report --> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>jdepend-maven-plugin</artifactId> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-javadoc-plugin</artifactId> - <configuration> - <destDir>apidocs</destDir> - <quiet>true</quiet> - <stylesheet>maven</stylesheet> - <tags> - <tag> - <name>TODO</name> - <placement>a</placement> - <head>To do:</head> - </tag> - </tags> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-changes-plugin</artifactId> - <version>2.0</version> - <configuration> - <smtpHost>localhost</smtpHost> - <smtpPort implementation="java.lang.Integer">25</smtpPort> - <introduction>If you are reading this, the maintainer forgot to descrive what's the purpose of this release!!!</introduction> - <toAddresses> - <toAddress implementation="java.lang.String">dbu...@li...</toAddress> - <toAddress implementation="java.lang.String">dbu...@li...</toAddress> - </toAddresses> - <urlDownload>http://sourceforge.net/project/showfiles.php?group_id=47439</urlDownload> - <issueLinkTemplate>http://sourceforge.net/support/tracker.php?aid=%ISSUE%</issueLinkTemplate> -<!-- <issueLinkTemplate>%URL%?func=detail&aid=%ISSUE%&group_id=47439&atid=449494</issueLinkTemplate> --> - </configuration> - <reportSets> - <reportSet> - <reports> - <report>changes-report</report> - <report>license</report> - </reports> - </reportSet> - </reportSets> - </plugin> - </plugins> - </reporting> + <distributionManagement> + <snapshotRepository> + <id>sourceforge</id> + <name>SourceForge Snapshots Repo</name> + <url>scp://shell.sourceforge.net/home/groups/d/db/dbunit/htdocs/repo/snapshots</url> + </snapshotRepository> + <repository> + <id>sourceforge</id> + <name>SourceForge Releases Repo</name> + <url>scp://shell.sourceforge.net/home/groups/d/db/dbunit/htdocs/repo/official</url> + </repository> + <site> + <id>sourceforge</id> + <url>scp://shell.sourceforge.net/home/groups/d/db/dbunit/htdocs</url> + </site> + </distributionManagement> - <distributionManagement> - <snapshotRepository> - <id>sourceforge</id> - <name>SourceForge Snapshots Repo</name> - <url>scp://shell.sourceforge.net/home/groups/d/db/dbunit/htdocs/repo/snapshots</url> - </snapshotRepository> - <repository> - <id>sourceforge</id> - <name>SourceForge Releases Repo</name> - <url>scp://shell.sourceforge.net/home/groups/d/db/dbunit/htdocs/repo/official</url> - </repository> - <site> - <id>sourceforge</id> - <url>scp://shell.sourceforge.net/home/groups/d/db/dbunit/htdocs</url> - </site> - </distributionManagement> + <profiles> + <profile> + <id>official</id> + <dependencies> + <dependency> + <groupId>javax.sql</groupId> + <artifactId>jdbc-stdext</artifactId> + <version>2.0</version> + <optional>true</optional> + </dependency> + </dependencies> + <build> + <pluginManagement> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-compiler-plugin</artifactId> + <configuration> + <source>${compileSource}</source> + <target>${compileSource}</target> + <compilerVersion>${compileSource}</compilerVersion> + <executable>${JAVA_1_4_HOME}/bin/javac</executable> + <debug>true</debug> + <fork>true</fork> + </configuration> + </plugin> + </plugins> + </pluginManagement> + </build> - <profiles> - <profile> - <id>official</id> - <dependencies> - <dependency> - <groupId>javax.sql</groupId> - <artifactId>jdbc-stdext</artifactId> - <version>2.0</version> - <optional>true</optional> - </dependency> - </dependencies> - <build> - <pluginManagement> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <configuration> - <source>${compileSource}</source> - <target>${compileSource}</target> - <compilerVersion>${compileSource}</compilerVersion> - <executable>${JAVA_1_4_HOME}/bin/javac</executable> - <debug>true</debug> - <fork>true</fork> - </configuration> - </plugin> - </plugins> - </pluginManagement> - </build> + <reporting> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-jxr-plugin</artifactId> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-javadoc-plugin</artifactId> + </plugin> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>cobertura-maven-plugin</artifactId> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-changes-plugin</artifactId> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-changelog-plugin</artifactId> + </plugin> + </plugins> + </reporting> + </profile> + </profiles> - <reporting> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-jxr-plugin</artifactId> - <configuration> - <!--<stylesheet>"${basedir}/myStyles.css"</stylesheet>--> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-javadoc-plugin</artifactId> - </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>cobertura-maven-plugin</artifactId> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-changes-plugin</artifactId> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-changelog-plugin</artifactId> - </plugin> - </plugins> - </reporting> - </profile> - </profiles> - </project> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: Kanka s. <ja...@ya...> - 2009-02-22 22:35:53
|
Hello, I use dbunit with Firebird database at work and it is wonderful as a testing tool. I would like to contribute some utility class like say FirebirdConnection class, as a first step and contribute whenever the need arises to support firebird. Does this sound a good idea ? Let me know your thoughts or suggestions. BTW I have downloaded the latest source code and I have made the code changes (say addition of FirebirdConnection class) on the same lines of the other database connection class. So should I send it for review to you or someone else or just check it in. I have only one unit test written on the same lines of (AllTests.java). Thanks John |
From: <rlo...@us...> - 2009-01-21 19:58:36
|
Revision: 949 http://dbunit.svn.sourceforge.net/dbunit/?rev=949&view=rev Author: rlogiacco Date: 2009-01-21 19:58:26 +0000 (Wed, 21 Jan 2009) Log Message: ----------- update chages to reflect release date for 2.4.3 Modified Paths: -------------- trunk/src/changes/changes.xml Modified: trunk/src/changes/changes.xml =================================================================== --- trunk/src/changes/changes.xml 2009-01-20 17:39:55 UTC (rev 948) +++ trunk/src/changes/changes.xml 2009-01-21 19:58:26 UTC (rev 949) @@ -11,7 +11,7 @@ <release version="2.4.4" date="TBD" description="Bugfixes, some small additions"> <action dev="gommma" type="update" issue="2524180" due-to="gommma">Better extensibility for XmlDataSetWriter</action> </release> - <release version="2.4.3" date="TBD" description="Bugfixes, some small additions"> + <release version="2.4.3" date="Jan 20, 2009" description="Bugfixes, some small additions"> <action dev="gommma" type="fix" issue="2023994" due-to="marney">Simplify use of custom datatype factory for DBTestCase</action> <action dev="gommma" type="fix" issue="2475264" due-to="erik.van.zijst">problem when verifying against an XmlDataSet</action> <action dev="gommma" type="fix" issue="1182289" due-to="jamapor">IDENTITY_INSERT : Check for identity column incorrect</action> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |