Index: project.properties =================================================================== --- project.properties (revision 358067) +++ project.properties (working copy) @@ -30,11 +30,11 @@ # The IUT enhancer, defaults to JPOX enhancer iut.enhanced.dir = ${maven.build.dir}/enhanced/iut iut.enhancer.main = ${jdo.enhancer.main} -iut.enhancer.options = -v -d "${iut.enhanced.dir}" +iut.enhancer.options = -v -d "${enhanced.dir}" iut.enhancer.args = ${jdo.tck.jdometadata.files} iut.enhancer.sysproperties = -iut.enhancer.sourcepath = ${jdo.tck.testclasses.dir}${path.separator}${jdo.jdoapi.jarfile}${path.separator}${junit.jarfile}${path.separator}${log4j.jarfile} -iut.enhancer.classpath = ${jpox.enhancer.jarfile}${path.separator}${jpox.jdori.jarfile}${path.separator}${jdo.jdoapi.jarfile}${path.separator}${log4j.jarfile}${path.separator}${bcel.jarfile}${path.separator}${jdo.tck.testclasses.dir} +#iut.enhancer.sourcepath = ${jdo.tck.testclasses.dir}${path.separator}${jdo.jdoapi.jarfile}${path.separator}${junit.jarfile}${path.separator}${log4j.jarfile} +iut.enhancer.classpath = ${jpox.enhancer.jarfile}${path.separator}${jpox.jdori.jarfile}${path.separator}${log4j.jarfile}${path.separator}${bcel.jarfile} # JUnit settings # Start new JVM for junit tests @@ -77,10 +77,10 @@ # JDORI enhancer jdo.enhanced.dir = ${maven.build.dir}/enhanced/jdori jdo.enhancer.main = org.jpox.enhancer.JPOXEnhancer -jdo.enhancer.options = -v -d "${jdo.enhanced.dir}" +jdo.enhancer.options = -v -d "${enhanced.dir}" jdo.enhancer.args = ${jdo.tck.jdometadata.files} -jdo.enhancer.sourcepath = ${jdo.tck.testclasses.dir}${path.separator}${jdo.jdoapi.jarfile}${path.separator}${junit.jarfile}${path.separator}${log4j.jarfile} -jdo.enhancer.classpath = ${jpox.enhancer.jarfile}${path.separator}${jpox.jdori.jarfile}${path.separator}${jdo.jdoapi.jarfile}${path.separator}${log4j.jarfile}${path.separator}${bcel.jarfile}${path.separator}${jdo.tck.testclasses.dir} +#jdo.enhancer.sourcepath = ${jdo.tck.testclasses.dir}${path.separator}${jdo.jdoapi.jarfile}${path.separator}${junit.jarfile}${path.separator}${log4j.jarfile} +#jdo.enhancer.classpath = ${jpox.enhancer.jarfile}${path.separator}${jpox.jdori.jarfile}${path.separator}${jdo.jdoapi.jarfile}${path.separator}${log4j.jarfile}${path.separator}${bcel.jarfile}${path.separator}${jdo.tck.testclasses.dir} # connection pooling dependencies jpox.dbcp.jarfile = ${pom.getDependencyPath('jpox:jpox-dbcp')} Index: maven.xml =================================================================== --- maven.xml (revision 358164) +++ maven.xml (working copy) @@ -398,6 +398,8 @@ + targetfile=${jdo.tck.enhanced.dir}/${jdo.tck.identitytype}.jar + @@ -412,41 +414,41 @@ + + - - + In enhance.prepare enhanced.dir is ${enhanced.dir} + + - - - - - - - + + Run IUT enhancer for ${jdo.tck.identitytype} - - Run IUT enhancer for ${jdo.tck.identitytype} + + + + + classpathref="enhance.classpath"> - + Run JDORI enhancer for ${jdo.tck.identitytype} - + + + + + classpathref="enhance.classpath"> - - + + - - @@ -575,6 +577,19 @@ + + + + + + + + + + + + +