Make changes so that the daily xtest runs can run with schema2beans test (IZ 25046). BLD200301080100
authorcliffwd@netbeans.org
Tue, 07 Jan 2003 18:24:29 +0000
changeset 116134d2eaa31629
parent 1160 51edcadc7694
child 1162 1fb640d0b8d3
Make changes so that the daily xtest runs can run with schema2beans test (IZ 25046).
schema2beans/test/build-unit.xml
schema2beans/test/build.xml
     1.1 --- a/schema2beans/test/build-unit.xml	Tue Jan 07 14:40:21 2003 +0000
     1.2 +++ b/schema2beans/test/build-unit.xml	Tue Jan 07 18:24:29 2003 +0000
     1.3 @@ -28,7 +28,7 @@
     1.4            -->
     1.5      
     1.6          <!-- List of directories where jars will be searched. -->
     1.7 -        <property name="xtest.extra.jars.path" location="../netbeans/modules"/>
     1.8 +        <property name="xtest.extra.jars.path" location=""/>
     1.9      
    1.10          <!-- This jars is used for compilation, execution codetests and also for
    1.11               execution ide tests (it means this classpath will be mounted in repository).
    1.12 @@ -36,7 +36,7 @@
    1.13               this file will be searched in directories specified by property xtest.extra.jars.path 
    1.14                   example: <property name="xtest.extra.jars" value="jemmy.jar;jelly.jar"/>
    1.15            -->
    1.16 -        <property name="xtest.extra.jars"     value="schema2beans.jar"/>
    1.17 +        <property name="xtest.extra.jars"     value=""/>
    1.18     
    1.19          <!-- These jars will be copied to directory ${netebans.home}/lib/ext.
    1.20  	     Again you can write only name of jar or zip file, not in which directory it is and 
    1.21 @@ -138,7 +138,7 @@
    1.22  	    <!-- If you need e.g. openide.jar, write this:
    1.23  	           <pathelement location="../netbeans/lib/openide.jar"/>
    1.24   	      -->
    1.25 -	    <pathelement location="../schema2beans.jar"/>
    1.26 +	    <pathelement location="../netbeans/modules/schema2beans.jar"/>
    1.27  	</path>
    1.28      </target>
    1.29          
    1.30 @@ -165,7 +165,7 @@
    1.31  	         If you need e.g. your tested module, write this:
    1.32  	           <pathelement location="${netbeans.home}/modules/somemodule.jar"/>
    1.33   	      -->
    1.34 -	    <pathelement location="../schema2beans.jar"/>     
    1.35 +	    <pathelement location="${netbeans.home}/modules/schema2beans.jar"/>     
    1.36     	</path>
    1.37      </target>
    1.38      
    1.39 @@ -183,7 +183,7 @@
    1.40         	    <!-- If you need e.g. openide.jar, write this:
    1.41  	           <pathelement location="../netbeans/lib/openide.jar"/>
    1.42   	      -->
    1.43 -	      <pathelement location="../schema2beans.jar"/>
    1.44 +	      <pathelement location="../netbeans/modules/schema2beans.jar"/>
    1.45      	</path>
    1.46      </target>
    1.47          
    1.48 @@ -210,7 +210,7 @@
    1.49  	         If you need e.g. your tested module, write this:
    1.50  	           <pathelement location="${netbeans.home}/modules/somemodule.jar"/>
    1.51   	      --> 
    1.52 -	     <pathelement location="../schema2beans.jar"/>
    1.53 +	     <pathelement location="${netbeans.home}/modules/schema2beans.jar"/>
    1.54      	</path>
    1.55      </target>
    1.56      
     2.1 --- a/schema2beans/test/build.xml	Tue Jan 07 14:40:21 2003 +0000
     2.2 +++ b/schema2beans/test/build.xml	Tue Jan 07 18:24:29 2003 +0000
     2.3 @@ -37,7 +37,7 @@
     2.4  
     2.5      <!-- Says how to create classpath for compilation and for execution code tests by default.
     2.6           Can have values src, jar, ide -->
     2.7 -    <property name="xtest.source.location" value="src"/>
     2.8 +    <property name="xtest.source.location" value="jar"/>
     2.9  
    2.10      
    2.11