Revision 4962
Added by ben leinfelder over 15 years ago
build.xml | ||
---|---|---|
33 | 33 |
<property environment="env"/> |
34 | 34 |
<property file="build.properties"/> <!-- USER SPECIFIC PROPS --> |
35 | 35 |
|
36 |
|
|
36 | 37 |
|
37 | 38 |
|
38 | 39 |
<!-- Determine if ecogrid should be installed--> |
... | ... | |
299 | 300 |
property="styles.not.needed"/> |
300 | 301 |
</target> |
301 | 302 |
|
303 |
<taskdef resource="axis-tasks.properties" classpathref="compile.classpath"/> |
|
304 |
|
|
305 |
<target name="generateStubs" depends="prepare"> |
|
306 |
<echo message=" Generating stubs for execution service from ${wsdl.url.kepler}" /> |
|
307 |
<axis-wsdl2java verbose="true" output="${srcdir}" |
|
308 |
url="${wsdl.url.kepler}" /> |
|
309 |
</target> |
|
310 |
|
|
302 | 311 |
<target name="compile" depends="prepare,utilities" |
303 | 312 |
description="Compiles java code to build dir, and copies metacat props files there"> |
304 | 313 |
|
Also available in: Unified diff
axis-ant (1.3) support in metacat (may need additional jars)