[EMAIL PROTECTED] wrote:
> Sam, to fix the xml-axis-wsif project build, the connector.jar needs
> to be replaced with j2ee.jar (version 1.3 or 1.3.1). While I could
> change scripts to use j2ee.jar as binary dependency for gump build
> (being wsif comitter), I do not know how to add this jar so it is
> available during the build. Could you please let me know what is the
> right way to handle that (and dependency addition in general).

I tried some experimentation. It looks like the following change is required to wsif's build.xml:

- <exclude name="**/wsif/**/jca/**/*.java"/>
+ <exclude name="**/wsif/**/jca/**/*.java" unless="j2c.present"/>

- Sam Ruby


Reply via email to