Hi, Has anyone developed a weblogic deployment task? At the moment I achieve hot deployment by calling the java executable directly:
<java classname="weblogic.deploy" fork="yes" failonerror="true">
<sysproperty key="weblogic.home" value="${weblogic.home}"/>
<sysproperty key="deploy.debug" value="true"/>
<classpath refid="classpath"/>
<arg line="${deploy.args}"/>
</java>
cheers
Nathan
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
