Revision 5852 trunk/applications/appgvSIG/build.xml

View differences:

build.xml
195 195
	<property name="wcs" location="../extWCS"/>
196 196
	<property name="wfs" location="../extWFS2"/>
197 197
	<property name="wms" location="../extWMS"/>
198
	<property name="scripting" location="../extScripting"/>
199
	<property name="centerview" location="../extCenterViewToPoint"/>
198 200

  
199 201
	<target name="build-all"
200 202
				depends="base,extensions"
......
267 269
		<ant dir="${wfs}" target="clean" inheritAll="false" />
268 270
	</target>
269 271

  
272
	<!-- Those targets don't compile, they just generate the jars and copy files to
273
	andami. The compilation is supposed to be done by Eclipse  -->
274
	<target name="install-all"
275
					depends="base,extensions"
276
					description="Builds the application, including extensions" />
277
		
278
		<target name="-install-base"
279
				description="Builds the application, excluding extensions">
280
			<ant dir="${utiles}" inheritAll="false" />
281
	  		<ant dir="${i18n}" inheritAll="false" />
282
			<ant dir="${andami}" inheritAll="false" />
283
			<ant dir="${core}" inheritAll="false" />
284
			<ant dir="${cms}" inheritAll="false" />
285
			<ant dir="${driver}" inheritAll="false" />
286
			<ant dir="${remote}" inheritAll="false" />
287
			<ant dir="${gdbms}" inheritAll="false" />
288
			<ant dir="${fmap}" inheritAll="false" />
289
			<ant dir="${gvSIG}" inheritAll="false" />
290
		</target>
291
		
292
		<target name="install-extensions" depends="base">
293
			<ant dir="${event}" inheritAll="false" />
294
			<ant dir="${libdwg}" inheritAll="false" />
295
			<ant dir="${extdwg}" inheritAll="false" />
296
			<ant dir="${jdbc}" inheritAll="false" />
297
			<ant dir="${cad}" inheritAll="false" />
298
			<ant dir="${appcatalog}" inheritAll="false" />
299
			<ant dir="${catalog}" inheritAll="false" />
300
			<ant dir="${wcs}" inheritAll="false" />
301
			<ant dir="${wms}" inheritAll="false" />
302
			<ant dir="${dataloc}" inheritAll="false" />
303
			<ant dir="${geoprocessing}" inheritAll="false" />
304
			<ant dir="${georeferencing}" inheritAll="false" />
305
			<ant dir="${rastertools}" inheritAll="false" />
306
			<ant dir="${wfs}" inheritAll="false" />
307
			<ant dir="${scripting}" inheritAll="false" />
308
			<ant dir="${centerview}" inheritAll="false" />
309
		</target>
310

  
311

  
312
	
313
	
270 314
	<!-- The download targets are no working well yet (or maybe not working at all...) -->
271 315
	<target name="download"
272 316
			description="downloads all the projects from the CVS HEAD"

Also available in: Unified diff