You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by pr...@apache.org on 2002/10/07 06:12:48 UTC

cvs commit: jakarta-commons-sandbox/periodicity/conf/build build.db.developer.properties build.db.user.properties build.db.properties

prickett    2002/10/06 21:12:48

  Modified:    periodicity maven.xml project.properties
  Added:       periodicity/conf/build build.db.developer.properties
                        build.db.user.properties
  Removed:     periodicity/conf/build build.db.properties
  Log:
  Added build.db.user.properties file
  
  Moved build.db.properties file to build.db.developer.properties
  
  Revision  Changes    Path
  1.7       +1 -1      jakarta-commons-sandbox/periodicity/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/periodicity/maven.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- maven.xml	6 Oct 2002 23:42:34 -0000	1.6
  +++ maven.xml	7 Oct 2002 04:12:48 -0000	1.7
  @@ -12,9 +12,9 @@
   
     <j:choose>
       <j:when test="${periodicityDatabase == 'mysql'}">
  -      
       </j:when>
       <j:when test="${periodicityDatabase == 'postgresql'}">
  +      
       </j:when>
     </j:choose>  
   
  
  
  
  1.3       +24 -11    jakarta-commons-sandbox/periodicity/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/periodicity/project.properties,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- project.properties	6 Oct 2002 23:42:34 -0000	1.2
  +++ project.properties	7 Oct 2002 04:12:48 -0000	1.3
  @@ -23,36 +23,49 @@
   # Default: none
   # -------------------------------------------------------------------
   
  -periodicity.database=mysql
  +periodicity.database.type=
   
   # --------------------------------------------------------------------
   #
   # D A T A B A S E  U S E R
   #
  +# This periodicity server setting tells the periodicity server 
  +# the database user name to use when accessing the periodicity database.
  +# If a database user name is not specified the default user for the type
  +# of database specified in the periodicity.database.type setting
  +# will be used.
  +#
   # --------------------------------------------------------------------
   
  -periodicity.database.user=neighbor
  +periodicity.database.user=
   
   # --------------------------------------------------------------------
   #
   # D A T A B A S E  P A S S W O R D
   #
  +# This periodicity server setting tells the periodicity server
  +# the database password to use when accessing the periodicity database.
  +# If a database password is not specified the default password for the
  +# type of database specified in the periodicity.database.type setting will
  +# be used.
  +#
   # --------------------------------------------------------------------
   
  -periodicity.database.password=neighbor
  +periodicity.database.password=
   
   # --------------------------------------------------------------------
   #
   # D A T A B A S E  H O S T
   #
  -# --------------------------------------------------------------------
  -
  -databaseHost=127.0.0.1
  -
  -# --------------------------------------------------------------------
  -#
  -# C O M P I L E  W I T H  D E B U G  (O N / O F F)
  +# This periodicity server setting tells the periodicity server
  +# which host the database is located. It can be either a
  +# hostname or an ip address. If a database host is not specified 
  +# localhost will be used as the database host. If the type of database
  +# is an embedded java database the hostname will be ignored. If the
  +# jdbc url uses a Data Source Naming convention instead of a host/port
  +# nameing convention it will be ignored in that case too.
   #
   # --------------------------------------------------------------------
   
  -debug=on
  +periodicity.database.host=
  +
  
  
  
  1.1                  jakarta-commons-sandbox/periodicity/conf/build/build.db.developer.properties
  
  Index: build.db.developer.properties
  ===================================================================
  # -------------------------------------------------------------------
  # 
  # P E R I O D I C I T Y  D B  C O N F I G U R A T I O N  F I L E
  # 
  # -------------------------------------------------------------------
  
  periodicity.database.port=
  db.driver.name=
  
  # -------------------------------------------------------------------
  #
  #  M Y S Q L  D A T A B A S E  S E T T I N G S
  #
  # -------------------------------------------------------------------
  
  periodicity.mysql.db.name=mysql
  periodicity.mysql.admin.path=mysql
  
  # -------------------------------------------------------------------
  #
  # M Y  S Q L  D R I V E R  S E T T I N G S
  #
  # -------------------------------------------------------------------
  
  periodicity.mysql.default.driver.name=mysql.default
  periodicity.mysql.default.driver=org.gjt.mm.mysql.Driver
  periodicity.mysql.default.driver.scheme=jdbc:mysql
  
  # -------------------------------------------------------------------
  # 
  # P O S T G R E S Q L  D A T A B A S E  S E T T I N G S
  #
  # -------------------------------------------------------------------
  
  periodicity.postgresql.db.name=postgresql
  periodicity.postgresql.admin.path=template1
  periodicity.postgresql.default.port=5432
  
  # -------------------------------------------------------------------
  #
  # P O S T G R E S Q L  D R I V E R  S E T T I N G S
  #
  # -------------------------------------------------------------------
  
  periodicity.postgresql.default.driver.name=postgresql.default
  periodicity.postgresql.default.driver=org.postgresql.Driver
  periodicity.postgresql.default.driver.scheme=jdbc:postgresql
  
  # --------------------------------------------------------------------
  #
  # M S  S Q L  D A T A B A S E  S E T T I N G S
  #
  # -------------------------------------------------------------------
  
  periodicity.mssql.db.name=mssql
  
  # -------------------------------------------------------------------
  #
  # O R A C L E  D A T A B A S E  S E T T I N G S
  #
  # -------------------------------------------------------------------
  
  periodicity.oracle.db.name=oracle
  periodicity.oracle.default.port=1521
  
  # ------------------------------------------------------------------
  #
  # O R A C L E  D R I V E R  S E T T I N G S
  #
  # ------------------------------------------------------------------
  
  periodicity.oracle.default.driver.name=oracle.default
  periodicity.oracle.default.driver=oracle.jdbc.driver.OracleDriver
  periodicity.oracle.default.driver.scheme=jdbc:oracle:thin
  
  # ------------------------------------------------------------------
  # 
  # A X I O N  D A T A B A S E
  #
  # ------------------------------------------------------------------
  
  periodicity.axion.db.name=axion
  
  # ------------------------------------------------------------------
  #
  # A X I O N  D R I V E R  S E T T I N G S
  #
  # ------------------------------------------------------------------
  
  periodicity.axion.default.driver.name=axion.default
  periodicity.axion.default.driver=org.axiondb.jdbc.AxionDriver
  periodicity.axion.default.driver.scheme=jdbc:axiondb
  
  # -------------------------------------------------------------------
  #
  # C L O U D S C A P E  D A T A B A S E  S E T T I N G S
  #
  # -------------------------------------------------------------------
  
  periodicity.cloudscape.db.name=cloudscape
  periodicity.cloudscape.location=local
  
  # -------------------------------------------------------------------
  # 
  # C L O U D S C A P E  D R I V E R  S E T T I N G S
  #
  # -------------------------------------------------------------------
  
  periodicity.cloudscape.default.driver.name=cloudscape.default
  periodicity.cloudscape.default.driver=com.ibm.db2j.jdbc.DB2jDriver
  periodicity.cloudscape.default.driver.scheme=jdbc:db2j
  
  # ------------------------------------------------------------------
  #
  # D B 2  D A T A B A S E  S E T T I N G S
  #
  # ------------------------------------------------------------------
  
  periodicity.db2.db.name=db2
  periodicity.db2.default.port=6790
  
  # ------------------------------------------------------------------
  #
  # D B 2  D R I V E R  S E T T I N G S
  #
  # ------------------------------------------------------------------
  
  periodicity.db2.default.driver.name=db2.default
  periodicity.db2.default.driver=COM.ibm.db2.jdbc.net.DB2Driver
  periodicity.db2.default.driver.scheme=jdbc:db2
  
  # ------------------------------------------------------------------
  # 
  # D B 2  4 0 0  S E T T I N G S
  #
  # ------------------------------------------------------------------
  
  periodicity.db2400.db.name=db2400
  
  # ------------------------------------------------------------------
  #
  # D B 2  4 0 0  S E T T I N G S
  #
  # ------------------------------------------------------------------
  
  periodicity.db2400.default.driver.name=db2400.default
  periodicity.db2400.default.driver=com.idm.db2.jdbc.app.DB2Driver
  periodicity.db2400.default.driver.scheme=jdbc:db2
  
  # ------------------------------------------------------------------
  #
  # H Y P E R S O N I C  D A T A B A S E  S E T T I N G S
  #
  # ------------------------------------------------------------------
  
  periodicity.hypersonic.db.name=hypersonic
  periodicity.hypersonic.default.subprotocol=standard
  periodicity.hypersonic.default.port=9001
  
  # -----------------------------------------------------------------
  #
  # H Y P E R S O N I C  D R I V E R  S E T T I N G S
  #
  # -----------------------------------------------------------------
  
  periodicity.hypersonic.default.driver.name=hypersonic.default
  periodicity.hypersonic.default.driver=org.hsqldb.jdbcDriver
  
  # -----------------------------------------------------------------
  #
  # H Y P E R S O N I C  P R O T O C O L  S E T T I N G S
  #
  # -----------------------------------------------------------------
  
  periodicity.hypersonic.default.protocol.name=protocol.standalone
  periodicity.hypersonic.default.protocol.scheme=jdbc:hsqldb
  
  periodicity.hypersonic.http.protocol.name=protocol.http
  periodicity.hypersonic.http.protocol.scheme=jdbc:hsqldb:HTTP
  
  periodicity.hypersonic.hsql.protocol.name=protocol.hsql
  periodicity.hypersonic.hsql.protocol.scheme=jdbc:hsqldb:HSQL
  
  # ------------------------------------------------------------------
  #
  # I N T E R B A S E  S E R V E R  S E T T I N G S
  #
  # ------------------------------------------------------------------
  
  periodicity.interbase.db.name=interbase
  
  # ------------------------------------------------------------------
  #
  # I N T E R C L I E N T  D R I V E R  S E T T I N G S
  #
  # ------------------------------------------------------------------
  
  periodicity.interbase.default.driver.name=interclient
  periodicity.interbase.default.driver=interbase.interclient.Driver
  periodicity.interbase.default.scheme=jdbc:interbase
  
  # Tells JDBC task that javaName attribute for the tables and columns
  # should be made same as SQL name.
  sameJavaName=false
  
  
  
  1.1                  jakarta-commons-sandbox/periodicity/conf/build/build.db.user.properties
  
  Index: build.db.user.properties
  ===================================================================
  # -------------------------------------------------------------------
  # 
  # P E R I O D I C I T Y  D B  U S E R  C O N F I G U R A T I O N  F I L E
  # 
  # -------------------------------------------------------------------
  
  # -------------------------------------------------------------------
  #
  # P E R I O D I C I T Y  D A T A B A S E  S E R V E R  P O R T
  # 
  # This periodicity server setting tells the periodicity server which
  # port the database is listening on. If the
  # database is an embedded server or the jdbc driver uses a url format
  # that specifies a Data Source Name instead of a host name/port 
  # combination this setting is ignored. If this setting is not specified 
  # it will use the default port for the type of database server specified 
  # in the build.properties
  #
  # -------------------------------------------------------------------
  
  periodicity.database.port=
  
  # -------------------------------------------------------------------
  #
  # P E R I O D I C I T Y  D R I V E R  N A M E
  #
  # This periodicity server setting tells the periodicity server which
  # database driver to use. If this driver is not found in our supported
  # driver database the default driver for the type of database server
  # specified will be used. If this driver does not support the type of
  # database specified in the build.properties file the default driver for
  # that database type will be used. If the driver is not specified at all
  # the default driver for that database will be used.
  #
  # ---------------------------------------------------------------------
  
  periodicity.db.driver.name=
  
  # ---------------------------------------------------------------------
  #
  # P E R I O D I C I T Y  D A T A B A S E  P A T H
  #
  # This periodicity server setting tells the periodicity server which
  # directory the database is stored in. If the database driver does
  # not support specifiying a database path in the jdbc url this
  # server setting is ignored. If the database driver does support a
  # database path but this setting is not specified it is ignored in this
  # case too.
  #
  # ---------------------------------------------------------------------
  
  periodicity.database.path=
  
  # ---------------------------------------------------------------------
  #
  # P E R I O D I C I T Y  D A T A B A S E  N A M E
  #
  # This periodicity server setting tells the periodicity server the
  # name of the database to use. If this setting is not specified
  # it will default to "periodicity"
  #
  # ---------------------------------------------------------------------
  
  periodicity.database.name=
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>