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 gm...@apache.org on 2008/01/09 18:02:11 UTC

svn commit: r610456 - in /db/torque/test/trunk/profile/derby: project.properties project.xml

Author: gmonroe
Date: Wed Jan  9 09:02:01 2008
New Revision: 610456

URL: http://svn.apache.org/viewvc?rev=610456&view=rev
Log:
Added in test cases and haltonfailure property template
updated to Derby 3.2.1

Modified:
    db/torque/test/trunk/profile/derby/project.properties
    db/torque/test/trunk/profile/derby/project.xml

Modified: db/torque/test/trunk/profile/derby/project.properties
URL: http://svn.apache.org/viewvc/db/torque/test/trunk/profile/derby/project.properties?rev=610456&r1=610455&r2=610456&view=diff
==============================================================================
--- db/torque/test/trunk/profile/derby/project.properties (original)
+++ db/torque/test/trunk/profile/derby/project.properties Wed Jan  9 09:02:01 2008
@@ -1,49 +1,49 @@
-# Copyright 2005 The Apache Software Foundation.
-#
-# Licensed under the Apache License, Version 2.0 (the "License")
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-#     http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-#
-# Generator and build settings for the derby test profile
-#
-# $Id$
-#
-
-# Test Case 1
-   torque.test.base.idMethod = idbroker
-   torque.generateBeans = true;
-   torque.useMangers = false;
-   torque.objectIsCaching = false;
-
-# Test Case 2
-#   torque.test.base.idMethod = native
-#   torque.generateBeans = false;
-#   torque.useMangers = true;
-#   torque.objectIsCaching = true;
-
-# torque.test.haltonfailure determines the following:
-# yes = Stop on first junit test failure (default if not set)
-# no = continue to run tests after failure
-torque.test.haltonfailure = yes
-
-torque.database = derby
-
-torque.database.createUrl = jdbc:derby://localhost:1527/bookstore;create=true;
-torque.database.buildUrl = jdbc:derby://localhost:1527/bookstore
-torque.database.driver = org.apache.derby.jdbc.ClientDriver
-torque.database.user = test
-torque.database.password = test
-
-#settings for the datadump and jdbc task
-torque.database.url = jdbc:derby://localhost:1527/bookstore
-
-torque.database.host = 127.0.0.1
\ No newline at end of file
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+
+#
+# Generator and build settings for the derby test profile
+#
+# $Id$
+#
+
+# Test Case 1
+   torque.test.base.idMethod = idbroker
+   torque.generateBeans = true;
+   torque.useMangers = false;
+   torque.objectIsCaching = false;
+
+# Test Case 2
+#   torque.test.base.idMethod = native
+#   torque.generateBeans = false;
+#   torque.useMangers = true;
+#   torque.objectIsCaching = true;
+
+# torque.test.haltonfailure determines the following:
+# yes = Stop on first junit test failure (default if not set)
+# no = continue to run tests after failure
+torque.test.haltonfailure = yes
+
+torque.database = derby
+torque.database.createUrl = jdbc:derby:bookstore;create=true
+torque.database.buildUrl = jdbc:derby:bookstore
+torque.database.driver = org.apache.derby.jdbc.EmbeddedDriver
+torque.database.user = test
+torque.database.password = test
+
+# settings for the datadump and jdbc task
+torque.database.url = jdbc:derby:bookstore

Modified: db/torque/test/trunk/profile/derby/project.xml
URL: http://svn.apache.org/viewvc/db/torque/test/trunk/profile/derby/project.xml?rev=610456&r1=610455&r2=610456&view=diff
==============================================================================
--- db/torque/test/trunk/profile/derby/project.xml (original)
+++ db/torque/test/trunk/profile/derby/project.xml Wed Jan  9 09:02:01 2008
@@ -1,40 +1,32 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- Copyright 2001-2005 The Apache Software Foundation.
-
- Licensed under the Apache License, Version 2.0 (the "License")
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
-     http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
-
- ===========================================================================
-
- project descriptor for the derby test profile
- $Id$
-
--->
-
-<project>
-  <extend>../../../runtime/project.xml</extend>
-  <artifactId>torque-derby-test</artifactId>
-  <name>Torque-derby-test</name>
-  <dependencies>
-    <dependency>
-      <artifactId>derby</artifactId>
-      <groupId>org.apache.derby</groupId>
-      <version>10.3.2.1</version>
-    </dependency>
-    <dependency>
-      <artifactId>derbyclient</artifactId>
-      <groupId>org.apache.derby</groupId>
-      <version>10.3.2.1</version>
-    </dependency>
-  </dependencies>
-</project>
\ No newline at end of file
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership.  The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied.  See the License for the
+ specific language governing permissions and limitations
+ under the License.
+-->
+
+<project>
+  <extend>../../../runtime/project.xml</extend>
+  <artifactId>torque-derby-test</artifactId> 
+  <name>Torque-derby-test</name>
+  <dependencies>
+    <dependency>
+      <artifactId>derby</artifactId>
+      <groupId>derby</groupId>
+      <version>10.3.2.1</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