Integrating ant and Installanywhere
From: Roedy Green (look-on_at_mindprod.com.invalid)
Date: 07/24/04
- Next message: Roedy Green: "Re: Integrating ant and Installanywhere"
- Previous message: Krishna Tyner: "Online Chat: Java Web Services Developer Pack 1.4"
- Next in thread: Roedy Green: "Re: Integrating ant and Installanywhere"
- Reply: Roedy Green: "Re: Integrating ant and Installanywhere"
- Reply: Roedy Green: "Re: Integrating ant and Installanywhere"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 23 Jul 2004 22:08:18 GMT
I am trying to invoke installAnywhere from ant.
I get this error message
W:\source\com\immuexa\tidepool\build2.xml:87: taskdef A class needed
by class com.zerog.ia.integration.ant.InstallAnywhereAntTask cannot be
found: org/apache/tools/ant/taskdefs/ExecTask
ExecTask is part of ant. What can't it find its own class files?
<taskdef name="buildinstaller"
classname="com.zerog.ia.integration.ant.InstallAnywhereAntTask"/>
<target name="ia" depends="build">
<buildinstaller
IAlocation="e:\program files\installanywhere 6 standard"
IAProjectFile="w:\deploy\immuexa\tidepool\tidepool\tidepool.iap_xml"
/>
-- Canadian Mind Products, Roedy Green. Coaching, problem solving, economical contract programming. See http://mindprod.com/jgloss/jgloss.html for The Java Glossary.
- Next message: Roedy Green: "Re: Integrating ant and Installanywhere"
- Previous message: Krishna Tyner: "Online Chat: Java Web Services Developer Pack 1.4"
- Next in thread: Roedy Green: "Re: Integrating ant and Installanywhere"
- Reply: Roedy Green: "Re: Integrating ant and Installanywhere"
- Reply: Roedy Green: "Re: Integrating ant and Installanywhere"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|