# # 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. ######################################################################### # The Implementation Under Test may change properties listed in this file # You may add items to the classpath by placing jars in iut_jars # or by setting properties iut.runtck.classpath and iut.enhancer.classpath # # ${path.separator} is the platform independent path separator character # Identity types to be tested. Modify if only one identity type is supported. # If uncommented, this value overrides the value in project.properties. #jdo.tck.identitytypes = applicationidentity datastoreidentity ## # Properties for the execution of the TCK # iut.runtck.sysproperties = -Xmx512m iut.runtck.classpath = ${datanucleus.jdori.jarfile}${path.separator}${datanucleus.enhancer.jarfile}${path.separator}${datanucleus.rdbms.jarfile}${path.separator}${datanucleus.jpa.jarfile}${path.separator}${jta.jarfile}${path.separator}${xmlparser}${path.separator}${asm.jarfile}${path.separator}${logging.log4j.jarfile}${path.separator}${datanucleus.connectionpool.jarfile} ## # Properties for the execution of the IUT enhancer # # "${enhanced.dir}" is the output directory for the enhanced classes # # ${jdo.tck.jdometadata.files} contains the list of jdo metadata files # iut.enhancer.main = org.datanucleus.enhancer.DataNucleusEnhancer iut.enhancer.options = -v -d "${enhanced.dir}" iut.enhancer.args = ${jdo.tck.jdometadata.files} iut.enhancer.sysproperties = iut.enhancer.cp = ${datanucleus.enhancer.jarfile}${path.separator}${datanucleus.jdori.jarfile}${path.separator}${logging.log4j.jarfile}${path.separator}${asm.jarfile} ## # Properties for the datastore # # jdo.tck.dblist may list multiple databases, separated by spaces # You must install the schema yourself for databases other than derby # If uncommented, this value overrides the value in project.properties. #jdo.tck.dblist = ## fix maven.xml to handle this # Add system properties for each database in jdo.tck.dblist if needed # If uncommented, this value overrides the value in project.properties. #database.runtck.sysproperties =