Bugs item #2181292, was opened at 2008-10-19 18:55 Message generated for change (Comment added) made by mdiggory You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=119984&aid=2181292&group_id=19984
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: DBMS Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Flavio Botelho (nuncanada) Assigned to: Nobody/Anonymous (nobody) Summary: No configuration for Postgres Driver Version Initial Comment: A entry of the postgres server version should exist in the dspace.cfg so that the maven build mechanism is able to pick up the right driver. ---------------------------------------------------------------------- >Comment By: Mark Diggory (mdiggory) Date: 2008-10-19 19:44 Message: Flavio, I actually recommend using the Maven configuration for this, you can adjust the postgres driver version directly in the [dspace-source]/pom.xml parent pom or the [dspace-source]/dspace/pom.xml. By doing so it remains part of the build process. We've already tried parametrization of the the configuration, it ended up being a bit unconventional from a Maven build standpoint. This is a dependency that is part of the Maven build process and should only be managed there, the Maven build process (by default) does not have a reference to nor attempts to manipulate any of your dspace.cfg. That is upto the "Ant" installation stage that occurs after the maven build. I recommend using the Maven build for the time being to make decisions about which dependencies will be used and what versions. Sincerely, Mark Diggory ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=119984&aid=2181292&group_id=19984 ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Dspace-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-devel
