Making sure schema2beans/dev is built when running tests (even when running against binary IDE). BLD200611131900
authorpjiricka@netbeans.org
Mon, 13 Nov 2006 13:42:26 +0000
changeset 181994a3760a713e
parent 1818 b4c398cd3ac4
child 1820 62096660f1a5
Making sure schema2beans/dev is built when running tests (even when running against binary IDE).
schema2beans/test/build-unit.xml
     1.1 --- a/schema2beans/test/build-unit.xml	Fri Nov 10 08:46:23 2006 +0000
     1.2 +++ b/schema2beans/test/build-unit.xml	Mon Nov 13 13:42:26 2006 +0000
     1.3 @@ -35,7 +35,8 @@
     1.4      <!-- ========= -->
     1.5      
     1.6      <target name="unit-compiler">
     1.7 -	<buildTests srcDir="unit/src"  compileExcludes="**/data/**">
     1.8 +        <ant dir="../dev"/>
     1.9 +        <buildTests srcDir="unit/src"  compileExcludes="**/data/**">
    1.10              <classpath>
    1.11                  <path refid="schema2beans_test_cp"/>  
    1.12              </classpath>