Project

General

Profile

« Previous | Next » 

Revision 5815

use a non-runtime classpath to locate the axis tasks (required when I upgraded to ant 1.8)

View differences:

build.xml
41 41
             uri="antlib:org.apache.maven.artifact.ant"
42 42
             classpathref="maven-ant-tasks.classpath" />
43 43

  
44
	<!-- defining the axis tasks -->
45
	<path id="axis.ant.classpath">
46
		<fileset dir="lib/lsid_lib">
47
			<include name="*.jar" />
48
		</fileset>
49
	</path>
50
	
51
	<taskdef resource="axis-tasks.properties"
52
		classpathref="axis.ant.classpath" />
53
	
44 54
	<!-- Determine if ecogrid should be installed-->
45 55
	<condition property="enable.ecogrid">
46 56
		<equals arg1="${install.ecogrid}" arg2="true" />
......
424 434
			property="styles.not.needed" />
425 435
	</target>
426 436

  
427
	<taskdef resource="axis-tasks.properties"
428
		classpathref="compile.classpath" />
429

  
430 437
	<target name="generateStubs" depends="prepare">
431 438
		<echo
432 439
			message=" Generating stubs for execution service from ${/tmp/KeplerWebService.wsdl}" />

Also available in: Unified diff