Author: jsong
Date: Thu Mar 31 10:32:00 2005
New Revision: 159618
URL: http://svn.apache.org/viewcvs?view=rev&rev=159618
Log:
The milton-generated accesser files were not being processed by mantis.tch.
This change should include the accessers.
Ran checkin tests, which all passed.
Contributed by Joe Pemberton
Modified:
incubator/beehive/trunk/controls/test/build.xml
incubator/beehive/trunk/controls/test/common/path.properties
Modified: incubator/beehive/trunk/controls/test/build.xml
URL:
http://svn.apache.org/viewcvs/incubator/beehive/trunk/controls/test/build.xml?view=diff&r1=159617&r2=159618
==============================================================================
--- incubator/beehive/trunk/controls/test/build.xml (original)
+++ incubator/beehive/trunk/controls/test/build.xml Thu Mar 31 10:32:00 2005
@@ -480,7 +480,7 @@
config="${mantis.config}"
timeout="10000"
aptcommand="${os.JAVA_HOME}/bin/apt">
- <include name="${mantis.milton.control.test.accessers}/**/*.java"/>
+ <include
name="${mantis.milton.control.test.accessers.relative}/**/*.java"/>
<include name="src/units/**/*.java"/>
</mantis>
</target>
Modified: incubator/beehive/trunk/controls/test/common/path.properties
URL:
http://svn.apache.org/viewcvs/incubator/beehive/trunk/controls/test/common/path.properties?view=diff&r1=159617&r2=159618
==============================================================================
--- incubator/beehive/trunk/controls/test/common/path.properties (original)
+++ incubator/beehive/trunk/controls/test/common/path.properties Thu Mar 31
10:32:00 2005
@@ -61,7 +61,8 @@
mantis.milton.srcgen.dir=${build.dir}
mantis.milton.bingen.dir=${build.dir}
mantis.milton.log.dir=${build.dir}/mantis.milton.logs
-mantis.milton.control.test.accessers=${build.dir.name}/${milton.accesser.src.gendir}
+mantis.milton.control.test.accessers=${build.dir}/${milton.accesser.src.gendir}
+mantis.milton.control.test.accessers.relative=${build.dir.name}/${milton.accesser.src.gendir}
mantis.tch.srcgen.dir=${build.dir}/mantis.tch.cases
mantis.tch.bingen.dir=${build.dir}/mantis.tch.bingen