Revision 13296 trunk/extensions/extWFS2/build.xml

View differences:

build.xml
23 23
	<property name="gvsigLibs" location="../appgvSIG/lib"/>
24 24
	<property name="gvsigJar" location="${extensionsDir}/${mainplugin}/lib/${mainplugin}.jar"/>
25 25
	<!--<property name="compile-classpath" value="${andamiJar}:${gvsigJar}:${andamiLibs}/beans.jar:${fmapLibs}/cms.jar:${fmapLibs}/driver-manager-1.1.jar:${lib-dir}/fmap.jar:${fmapLibs}/gdbms-0.8-SNAPSHOT.jar:${fmapLibs}/geoapi-2.0.jar:${lib}/gt2-gml.jar:${fmapLibs}/gt2-main.jar:${lib}/gt2-wfs.jar:${fmapLibs}/gvsig-exceptions.jar:${andamiLibs}/iver-utiles.jar:${fmapLibs}/jts-1.7.jar:${andamiLibs}/kxml2.jar:${andamiLibs}/log4j-1.2.8.jar:${fmapLibs}/remote-clients.jar:${gvsigLibs}/zql.jar" />-->
26
	<property name="JavaSourceVersion" value="1.5"/>
27
	<property name="JavaTargetVersion" value="1.5"/>
28
	<property name="encoding" value="ISO_8859_1"/>
29
	<property name="debug" value="on"/>
30
	<property name="debuglevel" value="lines, vars"/>
31 26
	<import file="../binaries/ant/utilities.xml"/>
32 27

  
33 28
  <target name="init">
......
40 35

  
41 36
  </target>
42 37

  
43
	  <target name="import-build-number">
44
	  	<copy todir=".">
45
	  		<fileset file="${buildNumberFile}"/>
46
	  	</copy>
47
	  </target>
48

  
49

  
50 38
  <target name="generate-without-source"
51 39
  		description="generate the distribution without the source file">
52 40
    <!-- Create the distribution directory -->
......
90 78

  
91 79
	<target name="compile" description="compile the source" >
92 80
		<!-- Compile the Java code from ${src} to ${build} -->
81
		<antcall target="gvSIG-import-build-number"/>
93 82
		<mkdir dir="${build}" />
94 83
		<loadEclipseClasspath project="${basedir}"/>
95
		<defaultJavac
84
		<gvSIG-javac
96 85
			classpath="${eclipseClasspath}"
97 86
		/>
98 87
		<!--<javac  srcdir="${src}"

Also available in: Unified diff