This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to tag REL7_4_1 in repository libpostgresql-jdbc-java.
commit ad2bb6be5b4b80dfc374f0dd513c79d10cf3c676 Author: Dave Cramer <[email protected]> Date: Thu Dec 18 03:32:05 2003 +0000 patch for building for an alternate port --- build.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/build.xml b/build.xml index 1ccbaad..568ca2d 100644 --- a/build.xml +++ b/build.xml @@ -305,7 +305,9 @@ <!-- This compiles and executes the JUnit tests --> <!-- defaults for the tests - override these if required --> - <property name="database" value="jdbc:postgresql:test" /> + <property name="server" value="localhost" /> + <property name="port" value="${def_pgport}" /> + <property name="database" value="test" /> <property name="username" value="test" /> <!-- Password must be something. Doesn't matter if trust is used! --> <property name="password" value="password" /> @@ -337,6 +339,8 @@ <junit> <formatter type="brief" usefile="false"/> + <sysproperty key="server" value="${server}" /> + <sysproperty key="port" value="${port}" /> <sysproperty key="database" value="${database}" /> <sysproperty key="username" value="${username}" /> <sysproperty key="password" value="${password}" /> -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libpostgresql-jdbc-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

