#------------------------------------------------------------------------------- # 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. #------------------------------------------------------------------------------- workspace=.. builder=${workspace}/builder.dtfj output=${user.home}/kato.output latest=${output}/latest components=${latest}/components dist=${components}/${project}/dist major.project=dtfj major.dist=${latest}/dist/dtfj-dist major.dist.support=${latest}/dist/dtfj-support junit.output=${components}/${project}/junit javadoc.results=${components}/${project}/javadoc testsrc=./testsrc srclevel=1.4 junit.path=${builder}/lib/junit.jar dtfjant.path=${builder}/lib/dtfjant.jar lib=${builder}/lib build.number=9999 buildname=N${build.number} jarfile=${dist}/${project}.jar # # List of required projects to compile etc # comma delimited required.project.list=\ com.ibm.dtfj.api,\ com.ibm.dtfj.tck.harness,\ com.ibm.dtfj.tck.tests # # List of optional projects to compile etc # comma delimited optional.project.list= major.jarfile=${major.dist}/${major.project}.jar tck.jarfile=${major.dist.support}/tck.jar tck.tests.jarfile=${major.dist.support}/tck-tests.jar tck.definition=${dist}/test-definition.xml srcjarfile=${dist}/${project}-src.zip # Zip containing all code required to run tck. # Includes tck, testcases, emma and junit # tck.ship.zip=${major.dist.support}/tck.zip # tar version tck.ship.tar=${major.dist.support}/tck.tar # gzip version tck.ship.gz=${major.dist.support}/tck.tar.gz # jar version tck.ship.jar=${major.dist.support}/tck-all.jar mat.dir=${workspace} # emma major.emma.jarfile=${major.dist.support}/${major.project}-emma.jar emma.metadata.dir=${components}/${major.project}/emma emma.path=${builder}/lib/emma.jar # # switches to turn actions off # Just set them. no specific value is required # #no.javadoc=true no.tck=true #no.test=true