Revision 13471 trunk/extensions/extGeoProcessing/build.xml

View differences:

build.xml
7 7
  <!-- set global properties for this build -->
8 8
  <property name="src" location="src"/>
9 9
  <property name="build" location="bin"/>
10
  <property name="src-test" location="src-test"/>
11
  <property name="build-test" location="bin-test"/>
10 12
  <property name="doc"  location="doc"/>
11 13
  <property name="dist"  location="dist"/>
12 14
  <property name="without_src"  location="without_src"/>
......
126 128
			classpath="${eclipseClasspath}"
127 129
		/>
128 130

  
129
		<!--<javac  srcdir="${src}"
130
			destdir="${build}"
131
			source="${JavaSourceVersion}"
132
			target="${JavaTargetVersion}"
133
			debug="${debug}"
134
			debuglevel="${debuglevel}"
135
			classpath="${compile-classpath}"
136
			encoding="${encoding}"/>-->
137 131
		<copy todir="${build}">
138 132
			<fileset dir="${src}" excludes="**/*.java" casesensitive="false"/>
139 133
		</copy>
......
174 168
		<delete dir="${dist}"/>
175 169
	</target>
176 170

  
171
	<target name="run-tests" depends="batch-build,compile-tests">
172
		<antcall target="generic-run-tests">
173
			<param name="TestSuite.Name" value="com.iver.cit.gvsig.geoprocess.AllTests"/>
174
		</antcall>
175
	</target>
176
	
177 177
</project>
178 178

  

Also available in: Unified diff