You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by tf...@apache.org on 2005/09/09 19:50:47 UTC

svn commit: r279837 - /db/torque/test/trunk/profile/henning/project.xml

Author: tfischer
Date: Fri Sep  9 10:50:43 2005
New Revision: 279837

URL: http://svn.apache.org/viewcvs?rev=279837&view=rev
Log:
Stupid me, forgot to add this before doing a commit.
Henning, I am afraid the postgresql driver needs to be in the maven repository. Please check the version. 

Added:
    db/torque/test/trunk/profile/henning/project.xml

Added: db/torque/test/trunk/profile/henning/project.xml
URL: http://svn.apache.org/viewcvs/db/torque/test/trunk/profile/henning/project.xml?rev=279837&view=auto
==============================================================================
--- db/torque/test/trunk/profile/henning/project.xml (added)
+++ db/torque/test/trunk/profile/henning/project.xml Fri Sep  9 10:50:43 2005
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project>
+  <extend>../base/project.xml</extend>
+  <artifactId>torque-henning-test</artifactId> 
+  <name>Torque-henning-test</name>
+  <dependencies>
+    <dependency>
+      <artifactId>postgresql</artifactId>
+      <groupId>postgresql</groupId>
+      <version>8.0-311.jdbc3</version>
+    </dependency> 
+  </dependencies>
+</project>
+



---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org


Re: svn commit: r279837 - /db/torque/test/trunk/profile/henning/project.xml

Posted by Thomas Fischer <tf...@apache.org>.

On Fri, 9 Sep 2005, Henning P. Schmiedehausen wrote:

> tfischer@apache.org writes:
>
>> +  <dependencies>
>> +    <dependency>
>> +      <artifactId>postgresql</artifactId>
>> +      <groupId>postgresql</groupId>
>> +      <version>8.0-311.jdbc3</version>
>> +    </dependency>
>> +  </dependencies>
>> +</project>
>
> That driver is not on ibiblio.

nor ar most of the other db drivers, which is a pain. But one has to 
choose a place for them anyway, so in my opinion, putting them in the 
maven repository is as good a place as any other place.

In case of the postgresql driver, chances are that they will appear there 
at some point, This specific version was avaliable for download at 
least four weeks ago, no idea who has put the 7.x ones on ibiblio and not 
the 8.x stuff.


>>URL: http://svn.apache.org/viewcvs?rev=279830&view=rev
>>Log:
>>Copied the setting of Henning's profile
>>Henning, I am afraid the postgresql driver needs to be in the maven 
>>repository. Please check the version.
>>Also, I have taken over all the generator settings from your old 
>>profile, 
>>even if they are the default settings. Hope that is ok.
>
>maven.jar.override = on
>maven.jar.postgresql = /usr/share/java/postgresql.jar
>
>should IMHO work.

Thanks for the hint, did not know that. I will change it in your profile.

Sorry there has been some confusion about my commits in the last few days. 
Seems I need some vacation. Will fix the test stuff over the weekend.

      Thomas

---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org


Re: svn commit: r279837 - /db/torque/test/trunk/profile/henning/project.xml

Posted by "Henning P. Schmiedehausen" <hp...@intermeta.de>.
tfischer@apache.org writes:

>+  <dependencies>
>+    <dependency>
>+      <artifactId>postgresql</artifactId>
>+      <groupId>postgresql</groupId>
>+      <version>8.0-311.jdbc3</version>
>+    </dependency> 
>+  </dependencies>
>+</project>

That driver is not on ibiblio.

	Best regards
		Henning

-- 
Dipl.-Inf. (Univ.) Henning P. Schmiedehausen          INTERMETA GmbH
hps@intermeta.de        +49 9131 50 654 0   http://www.intermeta.de/

RedHat Certified Engineer -- Jakarta Turbine Development  -- hero for hire
   Linux, Java, perl, Solaris -- Consulting, Training, Development

		      4 - 8 - 15 - 16 - 23 - 42

---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org