Project

General

Profile

« Previous | Next » 

Revision 6053

remove very old "metacat webservice" code - as far as i can tell it is never referenced or used. plus we have eocgrid and the new D1 rest services covering this territory now

View differences:

build.xml
441 441

  
442 442
		<javac srcdir="${build.src}" destdir="${build.dest}"
443 443
			debug="${debug}"
444
			excludes="**/*.sql **/stringclient/** **/client/*.java **/harvesterClient/*.java">
444
			excludes="**/*.sql **/client/*.java **/harvesterClient/*.java">
445 445
			<classpath>
446 446
				<path refid="compile.classpath" />
447 447
			</classpath>
......
1410 1410
		</xslt>
1411 1411
	</target>
1412 1412

  
1413

  
1414
	<target name="compilewebclient" depends="prepare">
1415
		<javac srcdir="${build.src}" destdir="${build.dest}"
1416
			includes="**/application/*.java" classpathref="webservicepath" />
1417
	</target>
1418

  
1419
	<target name="runwebclient" depends="compilewebclient">
1420
		<java
1421
			classname="edu.ucsb.nceas.metacat.stringclient.application.MetacatStringServiceApplication"
1422
			dir="${build.dest}" fork="yes" classpathref="webservicepath"
1423
			classpath="./lib/utilities.jar" failonerror="true">
1424
			<arg value="${serviceUrl}" />
1425
			<arg value="${docid}" />
1426
		</java>
1427
	</target>
1428

  
1429 1413
	<target name="spatial_option" depends="prepare"
1430 1414
		description=" -- compiles code for the spatial option">
1431 1415

  

Also available in: Unified diff