mpoeschl 2002/06/24 12:56:04
Modified: src/conf build.properties build-torque.xml
profile sybase.profile postgres.profile oracle.profile
mysql.profile kschrader.profile jmcnally.profile
hsqldb.profile dobbs.sapdb.profile
dobbs.postgresql.profile dobbs.oracle.profile
db2400.profile
Removed: src/templates/sql/id-table project.props
Log:
move the initialID property to build.properties
this stops the DataSQL task loading the properties file from the template path
all tarkets are working now with useClasspath = true
Revision Changes Path
1.16 +6 -0 jakarta-turbine-torque/src/conf/build.properties
Index: build.properties
===================================================================
RCS file: /home/cvs/jakarta-turbine-torque/src/conf/build.properties,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- build.properties 7 Jun 2002 18:35:39 -0000 1.15
+++ build.properties 24 Jun 2002 19:56:03 -0000 1.16
@@ -125,6 +125,12 @@
# You should NOT have to edit anything below here.
# -------------------------------------------------------------------
+# -------------------------------------------------------------------------
+# The values for the ID_TABLE_ID column in the ID_TABLE start
+# at 101 for tables used in projects.
+# -------------------------------------------------------------------------
+initialID = 101
+
# -------------------------------------------------------------------
#
# T E M P L A T E P A T H
1.34 +1 -1 jakarta-turbine-torque/src/conf/build-torque.xml
Index: build-torque.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-torque/src/conf/build-torque.xml,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- build-torque.xml 24 Jun 2002 15:37:31 -0000 1.33
+++ build-torque.xml 24 Jun 2002 19:56:03 -0000 1.34
@@ -271,7 +271,7 @@
</taskdef>
<torque-sql
- contextProperties="${templatePath}/sql/id-table/project.props"
+ contextProperties="${build.properties}"
controlTemplate="${idTableControlTemplate}"
suffix="-idtable-init"
sqldbmap="${torque.home}/${outputDirectory}/sql/sqldb.map"
1.6 +16 -10 jakarta-turbine-torque/profile/sybase.profile
Index: sybase.profile
===================================================================
RCS file: /home/cvs/jakarta-turbine-torque/profile/sybase.profile,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sybase.profile 14 Apr 2002 17:10:01 -0000 1.5
+++ sybase.profile 24 Jun 2002 19:56:03 -0000 1.6
@@ -11,15 +11,15 @@
lib.dir = ../lib
# -------------------------------------------------------------------
-#
+#
# T O R Q U E C O N F I G U R A T I O N F I L E
-#
+#
# -------------------------------------------------------------------
project = bookstore
# -------------------------------------------------------------------
-#
+#
# T A R G E T D A T A B A S E
#
# -------------------------------------------------------------------
@@ -27,7 +27,7 @@
database = sybase
# -------------------------------------------------------------------
-#
+#
# O B J E C T M O D E L I N F O R M A T I O N
#
# -------------------------------------------------------------------
@@ -55,7 +55,7 @@
useManagers=true
# -------------------------------------------------------------------
-#
+#
# D A T A B A S E S E T T I N G S
#
# -------------------------------------------------------------------
@@ -70,7 +70,7 @@
databaseUrl = jdbc:sybase:Tds:localhost:5000/bookstore
databaseDriver = com.sybase.jdbc2.jdbc.SybDriver
databaseUser = sa
-databasePassword =
+databasePassword =
databaseHost = localhost
# Tells JDBC task that javaName attribute for the tables and columns
@@ -92,8 +92,14 @@
# You should NOT have to edit anything below here.
# -------------------------------------------------------------------
+# -------------------------------------------------------------------------
+# The values for the ID_TABLE_ID column in the ID_TABLE start
+# at 101 for tables used in projects.
+# -------------------------------------------------------------------------
+initialID = 101
+
# -------------------------------------------------------------------
-#
+#
# T E M P L A T E P A T H
#
# -------------------------------------------------------------------
@@ -101,7 +107,7 @@
templatePath = ../templates
# -------------------------------------------------------------------
-#
+#
# C O N T R O L T E M P L A T E S
#
# -------------------------------------------------------------------
@@ -115,7 +121,7 @@
DocControlTemplate = doc/Control.vm
# -------------------------------------------------------------------
-#
+#
# O U T P U T D I R E C T O R Y
#
# -------------------------------------------------------------------
@@ -123,7 +129,7 @@
outputDirectory=src
# -------------------------------------------------------------------
-#
+#
# S C H E M A D I R E C T O R Y
#
# -------------------------------------------------------------------
1.11 +16 -10 jakarta-turbine-torque/profile/postgres.profile
Index: postgres.profile
===================================================================
RCS file: /home/cvs/jakarta-turbine-torque/profile/postgres.profile,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- postgres.profile 14 Apr 2002 17:10:01 -0000 1.10
+++ postgres.profile 24 Jun 2002 19:56:03 -0000 1.11
@@ -12,15 +12,15 @@
lib.dir = ../lib
# -------------------------------------------------------------------
-#
+#
# T O R Q U E C O N F I G U R A T I O N F I L E
-#
+#
# -------------------------------------------------------------------
project = bookstore
# -------------------------------------------------------------------
-#
+#
# T A R G E T D A T A B A S E
#
# -------------------------------------------------------------------
@@ -28,7 +28,7 @@
database = postgresql
# -------------------------------------------------------------------
-#
+#
# O B J E C T M O D E L I N F O R M A T I O N
#
# -------------------------------------------------------------------
@@ -56,7 +56,7 @@
useManagers=true
# -------------------------------------------------------------------
-#
+#
# D A T A B A S E S E T T I N G S
#
# -------------------------------------------------------------------
@@ -71,7 +71,7 @@
databaseUrl = jdbc:postgresql://127.0.0.1:5432/bookstore
databaseDriver = org.postgresql.Driver
databaseUser = mpoeschl
-databasePassword =
+databasePassword =
databaseHost = 127.0.0.1
# Tells JDBC task that javaName attribute for the tables and columns
@@ -93,8 +93,14 @@
# You should NOT have to edit anything below here.
# -------------------------------------------------------------------
+# -------------------------------------------------------------------------
+# The values for the ID_TABLE_ID column in the ID_TABLE start
+# at 101 for tables used in projects.
+# -------------------------------------------------------------------------
+initialID = 101
+
# -------------------------------------------------------------------
-#
+#
# T E M P L A T E P A T H
#
# -------------------------------------------------------------------
@@ -102,7 +108,7 @@
templatePath = ../templates
# -------------------------------------------------------------------
-#
+#
# C O N T R O L T E M P L A T E S
#
# -------------------------------------------------------------------
@@ -116,7 +122,7 @@
DocControlTemplate = doc/Control.vm
# -------------------------------------------------------------------
-#
+#
# O U T P U T D I R E C T O R Y
#
# -------------------------------------------------------------------
@@ -124,7 +130,7 @@
outputDirectory=src
# -------------------------------------------------------------------
-#
+#
# S C H E M A D I R E C T O R Y
#
# -------------------------------------------------------------------
1.12 +19 -13 jakarta-turbine-torque/profile/oracle.profile
Index: oracle.profile
===================================================================
RCS file: /home/cvs/jakarta-turbine-torque/profile/oracle.profile,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- oracle.profile 14 Apr 2002 17:10:01 -0000 1.11
+++ oracle.profile 24 Jun 2002 19:56:03 -0000 1.12
@@ -7,20 +7,20 @@
torque.defaultDatabase = bookstore
torque.sqlTest.defaultDatabase = sqltest
-torque.sqlTest.databaseUrl = jdbc:oracle:thin:@192.168.0.1:1521:ORCL
+torque.sqlTest.databaseUrl = jdbc:oracle:thin:@192.168.0.1:1521:oracle
lib.dir = ../lib
# -------------------------------------------------------------------
-#
+#
# T O R Q U E C O N F I G U R A T I O N F I L E
-#
+#
# -------------------------------------------------------------------
project = bookstore
# -------------------------------------------------------------------
-#
+#
# T A R G E T D A T A B A S E
#
# -------------------------------------------------------------------
@@ -28,7 +28,7 @@
database = oracle
# -------------------------------------------------------------------
-#
+#
# O B J E C T M O D E L I N F O R M A T I O N
#
# -------------------------------------------------------------------
@@ -56,7 +56,7 @@
useManagers=true
# -------------------------------------------------------------------
-#
+#
# D A T A B A S E S E T T I N G S
#
# -------------------------------------------------------------------
@@ -66,9 +66,9 @@
# Turbine system with the generated SQL.
# -------------------------------------------------------------------
-createDatabaseUrl = jdbc:oracle:thin:@192.168.0.1:1521:ORCL
-buildDatabaseUrl = jdbc:oracle:thin:@192.168.0.1:1521:ORCL
-databaseUrl = jdbc:oracle:thin:@192.168.0.1:1521:ORCL
+createDatabaseUrl = jdbc:oracle:thin:@192.168.0.1:1521:oracle
+buildDatabaseUrl = jdbc:oracle:thin:@192.168.0.1:1521:oracle
+databaseUrl = jdbc:oracle:thin:@192.168.0.1:1521:oracle
databaseDriver = oracle.jdbc.driver.OracleDriver
databaseUser = torque
databasePassword = torque
@@ -94,8 +94,14 @@
# You should NOT have to edit anything below here.
# -------------------------------------------------------------------
+# -------------------------------------------------------------------------
+# The values for the ID_TABLE_ID column in the ID_TABLE start
+# at 101 for tables used in projects.
+# -------------------------------------------------------------------------
+initialID = 101
+
# -------------------------------------------------------------------
-#
+#
# T E M P L A T E P A T H
#
# -------------------------------------------------------------------
@@ -103,7 +109,7 @@
templatePath = ../templates
# -------------------------------------------------------------------
-#
+#
# C O N T R O L T E M P L A T E S
#
# -------------------------------------------------------------------
@@ -117,7 +123,7 @@
DocControlTemplate = doc/Control.vm
# -------------------------------------------------------------------
-#
+#
# O U T P U T D I R E C T O R Y
#
# -------------------------------------------------------------------
@@ -125,7 +131,7 @@
outputDirectory=src
# -------------------------------------------------------------------
-#
+#
# S C H E M A D I R E C T O R Y
#
# -------------------------------------------------------------------
1.13 +6 -0 jakarta-turbine-torque/profile/mysql.profile
Index: mysql.profile
===================================================================
RCS file: /home/cvs/jakarta-turbine-torque/profile/mysql.profile,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- mysql.profile 23 May 2002 14:20:27 -0000 1.12
+++ mysql.profile 24 Jun 2002 19:56:03 -0000 1.13
@@ -92,6 +92,12 @@
# You should NOT have to edit anything below here.
# -------------------------------------------------------------------
+# -------------------------------------------------------------------------
+# The values for the ID_TABLE_ID column in the ID_TABLE start
+# at 101 for tables used in projects.
+# -------------------------------------------------------------------------
+initialID = 101
+
# -------------------------------------------------------------------
#
# T E M P L A T E P A T H
1.2 +15 -9 jakarta-turbine-torque/profile/kschrader.profile
Index: kschrader.profile
===================================================================
RCS file: /home/cvs/jakarta-turbine-torque/profile/kschrader.profile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- kschrader.profile 15 Apr 2002 16:24:06 -0000 1.1
+++ kschrader.profile 24 Jun 2002 19:56:03 -0000 1.2
@@ -11,15 +11,15 @@
lib.dir = ../lib
# -------------------------------------------------------------------
-#
+#
# T O R Q U E C O N F I G U R A T I O N F I L E
-#
+#
# -------------------------------------------------------------------
project = bookstore
# -------------------------------------------------------------------
-#
+#
# T A R G E T D A T A B A S E
#
# -------------------------------------------------------------------
@@ -27,7 +27,7 @@
database = mysql
# -------------------------------------------------------------------
-#
+#
# O B J E C T M O D E L I N F O R M A T I O N
#
# -------------------------------------------------------------------
@@ -55,7 +55,7 @@
useManagers=true
# -------------------------------------------------------------------
-#
+#
# D A T A B A S E S E T T I N G S
#
# -------------------------------------------------------------------
@@ -92,8 +92,14 @@
# You should NOT have to edit anything below here.
# -------------------------------------------------------------------
+# -------------------------------------------------------------------------
+# The values for the ID_TABLE_ID column in the ID_TABLE start
+# at 101 for tables used in projects.
+# -------------------------------------------------------------------------
+initialID = 101
+
# -------------------------------------------------------------------
-#
+#
# T E M P L A T E P A T H
#
# -------------------------------------------------------------------
@@ -101,7 +107,7 @@
templatePath = ../templates
# -------------------------------------------------------------------
-#
+#
# C O N T R O L T E M P L A T E S
#
# -------------------------------------------------------------------
@@ -115,7 +121,7 @@
DocControlTemplate = doc/Control.vm
# -------------------------------------------------------------------
-#
+#
# O U T P U T D I R E C T O R Y
#
# -------------------------------------------------------------------
@@ -123,7 +129,7 @@
outputDirectory=src
# -------------------------------------------------------------------
-#
+#
# S C H E M A D I R E C T O R Y
#
# -------------------------------------------------------------------
1.3 +15 -9 jakarta-turbine-torque/profile/jmcnally.profile
Index: jmcnally.profile
===================================================================
RCS file: /home/cvs/jakarta-turbine-torque/profile/jmcnally.profile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- jmcnally.profile 14 Mar 2002 20:06:44 -0000 1.2
+++ jmcnally.profile 24 Jun 2002 19:56:03 -0000 1.3
@@ -11,15 +11,15 @@
lib.dir = ../lib
# -------------------------------------------------------------------
-#
+#
# T O R Q U E C O N F I G U R A T I O N F I L E
-#
+#
# -------------------------------------------------------------------
project = bookstore
# -------------------------------------------------------------------
-#
+#
# T A R G E T D A T A B A S E
#
# -------------------------------------------------------------------
@@ -27,7 +27,7 @@
database = mysql
# -------------------------------------------------------------------
-#
+#
# O B J E C T M O D E L I N F O R M A T I O N
#
# -------------------------------------------------------------------
@@ -55,7 +55,7 @@
useManagers=true
# -------------------------------------------------------------------
-#
+#
# D A T A B A S E S E T T I N G S
#
# -------------------------------------------------------------------
@@ -92,8 +92,14 @@
# You should NOT have to edit anything below here.
# -------------------------------------------------------------------
+# -------------------------------------------------------------------------
+# The values for the ID_TABLE_ID column in the ID_TABLE start
+# at 101 for tables used in projects.
+# -------------------------------------------------------------------------
+initialID = 101
+
# -------------------------------------------------------------------
-#
+#
# T E M P L A T E P A T H
#
# -------------------------------------------------------------------
@@ -101,7 +107,7 @@
templatePath = ../templates
# -------------------------------------------------------------------
-#
+#
# C O N T R O L T E M P L A T E S
#
# -------------------------------------------------------------------
@@ -115,7 +121,7 @@
DocControlTemplate = doc/Control.vm
# -------------------------------------------------------------------
-#
+#
# O U T P U T D I R E C T O R Y
#
# -------------------------------------------------------------------
@@ -123,7 +129,7 @@
outputDirectory=src
# -------------------------------------------------------------------
-#
+#
# S C H E M A D I R E C T O R Y
#
# -------------------------------------------------------------------
1.3 +15 -9 jakarta-turbine-torque/profile/hsqldb.profile
Index: hsqldb.profile
===================================================================
RCS file: /home/cvs/jakarta-turbine-torque/profile/hsqldb.profile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- hsqldb.profile 14 Apr 2002 17:10:01 -0000 1.2
+++ hsqldb.profile 24 Jun 2002 19:56:03 -0000 1.3
@@ -11,15 +11,15 @@
lib.dir = ../lib
# -------------------------------------------------------------------
-#
+#
# T O R Q U E C O N F I G U R A T I O N F I L E
-#
+#
# -------------------------------------------------------------------
project = bookstore
# -------------------------------------------------------------------
-#
+#
# T A R G E T D A T A B A S E
#
# -------------------------------------------------------------------
@@ -27,7 +27,7 @@
database = hypersonic
# -------------------------------------------------------------------
-#
+#
# O B J E C T M O D E L I N F O R M A T I O N
#
# -------------------------------------------------------------------
@@ -55,7 +55,7 @@
useManagers=true
# -------------------------------------------------------------------
-#
+#
# D A T A B A S E S E T T I N G S
#
# -------------------------------------------------------------------
@@ -92,8 +92,14 @@
# You should NOT have to edit anything below here.
# -------------------------------------------------------------------
+# -------------------------------------------------------------------------
+# The values for the ID_TABLE_ID column in the ID_TABLE start
+# at 101 for tables used in projects.
+# -------------------------------------------------------------------------
+initialID = 101
+
# -------------------------------------------------------------------
-#
+#
# T E M P L A T E P A T H
#
# -------------------------------------------------------------------
@@ -101,7 +107,7 @@
templatePath = ../templates
# -------------------------------------------------------------------
-#
+#
# C O N T R O L T E M P L A T E S
#
# -------------------------------------------------------------------
@@ -115,7 +121,7 @@
DocControlTemplate = doc/Control.vm
# -------------------------------------------------------------------
-#
+#
# O U T P U T D I R E C T O R Y
#
# -------------------------------------------------------------------
@@ -123,7 +129,7 @@
outputDirectory=src
# -------------------------------------------------------------------
-#
+#
# S C H E M A D I R E C T O R Y
#
# -------------------------------------------------------------------
1.8 +15 -9 jakarta-turbine-torque/profile/dobbs.sapdb.profile
Index: dobbs.sapdb.profile
===================================================================
RCS file: /home/cvs/jakarta-turbine-torque/profile/dobbs.sapdb.profile,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- dobbs.sapdb.profile 6 May 2002 20:50:26 -0000 1.7
+++ dobbs.sapdb.profile 24 Jun 2002 19:56:03 -0000 1.8
@@ -11,15 +11,15 @@
lib.dir = ../lib
# -------------------------------------------------------------------
-#
+#
# T O R Q U E C O N F I G U R A T I O N F I L E
-#
+#
# -------------------------------------------------------------------
project = bookstore
# -------------------------------------------------------------------
-#
+#
# T A R G E T D A T A B A S E
#
# -------------------------------------------------------------------
@@ -27,7 +27,7 @@
database = sapdb
# -------------------------------------------------------------------
-#
+#
# O B J E C T M O D E L I N F O R M A T I O N
#
# -------------------------------------------------------------------
@@ -55,7 +55,7 @@
useManagers=true
# -------------------------------------------------------------------
-#
+#
# D A T A B A S E S E T T I N G S
#
# -------------------------------------------------------------------
@@ -92,8 +92,14 @@
# You should NOT have to edit anything below here.
# -------------------------------------------------------------------
+# -------------------------------------------------------------------------
+# The values for the ID_TABLE_ID column in the ID_TABLE start
+# at 101 for tables used in projects.
+# -------------------------------------------------------------------------
+initialID = 101
+
# -------------------------------------------------------------------
-#
+#
# T E M P L A T E P A T H
#
# -------------------------------------------------------------------
@@ -101,7 +107,7 @@
templatePath = ../templates
# -------------------------------------------------------------------
-#
+#
# C O N T R O L T E M P L A T E S
#
# -------------------------------------------------------------------
@@ -115,7 +121,7 @@
DocControlTemplate = doc/Control.vm
# -------------------------------------------------------------------
-#
+#
# O U T P U T D I R E C T O R Y
#
# -------------------------------------------------------------------
@@ -123,7 +129,7 @@
outputDirectory=src
# -------------------------------------------------------------------
-#
+#
# S C H E M A D I R E C T O R Y
#
# -------------------------------------------------------------------
1.8 +16 -10 jakarta-turbine-torque/profile/dobbs.postgresql.profile
Index: dobbs.postgresql.profile
===================================================================
RCS file: /home/cvs/jakarta-turbine-torque/profile/dobbs.postgresql.profile,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- dobbs.postgresql.profile 7 May 2002 02:02:05 -0000 1.7
+++ dobbs.postgresql.profile 24 Jun 2002 19:56:03 -0000 1.8
@@ -11,15 +11,15 @@
lib.dir = ../lib
# -------------------------------------------------------------------
-#
+#
# T O R Q U E C O N F I G U R A T I O N F I L E
-#
+#
# -------------------------------------------------------------------
project = bookstore
# -------------------------------------------------------------------
-#
+#
# T A R G E T D A T A B A S E
#
# -------------------------------------------------------------------
@@ -27,7 +27,7 @@
database = postgresql
# -------------------------------------------------------------------
-#
+#
# O B J E C T M O D E L I N F O R M A T I O N
#
# -------------------------------------------------------------------
@@ -55,7 +55,7 @@
useManagers=true
# -------------------------------------------------------------------
-#
+#
# D A T A B A S E S E T T I N G S
#
# -------------------------------------------------------------------
@@ -70,7 +70,7 @@
databaseUrl = jdbc:postgresql://127.0.0.1:5432/bookstore
databaseDriver = org.postgresql.Driver
databaseUser = dobbs
-databasePassword =
+databasePassword =
databaseHost = 127.0.0.1
# Tells JDBC task that javaName attribute for the tables and columns
@@ -92,8 +92,14 @@
# You should NOT have to edit anything below here.
# -------------------------------------------------------------------
+# -------------------------------------------------------------------------
+# The values for the ID_TABLE_ID column in the ID_TABLE start
+# at 101 for tables used in projects.
+# -------------------------------------------------------------------------
+initialID = 101
+
# -------------------------------------------------------------------
-#
+#
# T E M P L A T E P A T H
#
# -------------------------------------------------------------------
@@ -101,7 +107,7 @@
templatePath = ../templates
# -------------------------------------------------------------------
-#
+#
# C O N T R O L T E M P L A T E S
#
# -------------------------------------------------------------------
@@ -115,7 +121,7 @@
DocControlTemplate = doc/Control.vm
# -------------------------------------------------------------------
-#
+#
# O U T P U T D I R E C T O R Y
#
# -------------------------------------------------------------------
@@ -123,7 +129,7 @@
outputDirectory=src
# -------------------------------------------------------------------
-#
+#
# S C H E M A D I R E C T O R Y
#
# -------------------------------------------------------------------
1.6 +15 -9 jakarta-turbine-torque/profile/dobbs.oracle.profile
Index: dobbs.oracle.profile
===================================================================
RCS file: /home/cvs/jakarta-turbine-torque/profile/dobbs.oracle.profile,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- dobbs.oracle.profile 14 Apr 2002 17:10:01 -0000 1.5
+++ dobbs.oracle.profile 24 Jun 2002 19:56:03 -0000 1.6
@@ -11,15 +11,15 @@
lib.dir = ../lib
# -------------------------------------------------------------------
-#
+#
# T O R Q U E C O N F I G U R A T I O N F I L E
-#
+#
# -------------------------------------------------------------------
project = bookstore
# -------------------------------------------------------------------
-#
+#
# T A R G E T D A T A B A S E
#
# -------------------------------------------------------------------
@@ -27,7 +27,7 @@
database = oracle
# -------------------------------------------------------------------
-#
+#
# O B J E C T M O D E L I N F O R M A T I O N
#
# -------------------------------------------------------------------
@@ -55,7 +55,7 @@
useManagers=true
# -------------------------------------------------------------------
-#
+#
# D A T A B A S E S E T T I N G S
#
# -------------------------------------------------------------------
@@ -93,8 +93,14 @@
# You should NOT have to edit anything below here.
# -------------------------------------------------------------------
+# -------------------------------------------------------------------------
+# The values for the ID_TABLE_ID column in the ID_TABLE start
+# at 101 for tables used in projects.
+# -------------------------------------------------------------------------
+initialID = 101
+
# -------------------------------------------------------------------
-#
+#
# T E M P L A T E P A T H
#
# -------------------------------------------------------------------
@@ -102,7 +108,7 @@
templatePath = ../templates
# -------------------------------------------------------------------
-#
+#
# C O N T R O L T E M P L A T E S
#
# -------------------------------------------------------------------
@@ -116,7 +122,7 @@
DocControlTemplate = doc/Control.vm
# -------------------------------------------------------------------
-#
+#
# O U T P U T D I R E C T O R Y
#
# -------------------------------------------------------------------
@@ -124,7 +130,7 @@
outputDirectory=src
# -------------------------------------------------------------------
-#
+#
# S C H E M A D I R E C T O R Y
#
# -------------------------------------------------------------------
1.4 +19 -13 jakarta-turbine-torque/profile/db2400.profile
Index: db2400.profile
===================================================================
RCS file: /home/cvs/jakarta-turbine-torque/profile/db2400.profile,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- db2400.profile 14 Apr 2002 17:10:01 -0000 1.3
+++ db2400.profile 24 Jun 2002 19:56:03 -0000 1.4
@@ -1,4 +1,4 @@
-# location of jar that you will be using for testing
+# location of jar that you will be using for testing
# so that it can be copied into the dist/lib directory.
# jt400.jar is required for this test and IS NOT included with torque
# JTOpen can be downloaded from
http://www-124.ibm.com/developerworks/opensource/jt400/
@@ -13,15 +13,15 @@
lib.dir = ../lib
# -------------------------------------------------------------------
-#
+#
# T O R Q U E C O N F I G U R A T I O N F I L E
-#
+#
# -------------------------------------------------------------------
project = bookstore
# -------------------------------------------------------------------
-#
+#
# T A R G E T D A T A B A S E
#
# -------------------------------------------------------------------
@@ -29,7 +29,7 @@
database = db2400
# -------------------------------------------------------------------
-#
+#
# O B J E C T M O D E L I N F O R M A T I O N
#
# -------------------------------------------------------------------
@@ -54,10 +54,10 @@
complexObjectModel=true
addTimeStamp=true
addIntakeRetrievable=false
-useManagers=true
+useManagers=true
# -------------------------------------------------------------------
-#
+#
# D A T A B A S E S E T T I N G S
#
# -------------------------------------------------------------------
@@ -71,8 +71,8 @@
buildDatabaseUrl = jdbc:as400://testhost/torquetest
databaseUrl = jdbc:as400://testhost/torquetest
databaseDriver = com.ibm.as400.access.AS400JDBCDriver
-databaseUser =
-databasePassword =
+databaseUser =
+databasePassword =
databaseHost = testhost
# Tells JDBC task that javaName attribute for the tables and columns
@@ -83,8 +83,14 @@
# You should NOT have to edit anything below here.
# -------------------------------------------------------------------
+# -------------------------------------------------------------------------
+# The values for the ID_TABLE_ID column in the ID_TABLE start
+# at 101 for tables used in projects.
+# -------------------------------------------------------------------------
+initialID = 101
+
# -------------------------------------------------------------------
-#
+#
# T E M P L A T E P A T H
#
# -------------------------------------------------------------------
@@ -92,7 +98,7 @@
templatePath = ../templates
# -------------------------------------------------------------------
-#
+#
# C O N T R O L T E M P L A T E S
#
# -------------------------------------------------------------------
@@ -105,7 +111,7 @@
DataSQLControlTemplate = sql/load/Control.vm
# -------------------------------------------------------------------
-#
+#
# O U T P U T D I R E C T O R Y
#
# -------------------------------------------------------------------
@@ -113,7 +119,7 @@
outputDirectory=src
# -------------------------------------------------------------------
-#
+#
# S C H E M A D I R E C T O R Y
#
# -------------------------------------------------------------------
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>