You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by Paul Dillon <pa...@solnet.com.au> on 2001/11/02 03:32:26 UTC

[PATCH] ejbjar/iplanet

Hello,

This tiny patch fixes a problem where the ejbjar/iplanet task uses the wrong
deployment descriptor when building multiple ejb-jar files.

A more detailed explanation of the bug:

In the IPlanetDeploymentTool class, the iasDeploymentDescriptor field is
derived from the deploymentDescriptor field.  However, the
iasDeploymentDescriptor field is not being updated when the
deploymentDescriptor field changes.

Thanks,

Paul