Ant task breaks at the <wsejbdeploy>
tag. The exception message is :
[wsejbdeploy] Error executing deployment: java.lang.ClassNotFoundException.
Error is com.ibm.etools.ejbdeploy.batch.plugin.BatchExtension.
[wsejbdeploy] java.lang.ClassNotFoundException:
com.ibm.etools.ejbdeploy.batch.plugin.BatchExtension
[wsejbdeploy] at java.lang.Class.forName(Class.java:136)
In addition to that, ivy.xml reports problems, but when I inspect it, the messages have no sense (screenshot). I suspect the problems could be:
a) Additional files that I have for the build which conflict with the upgraded Ant (in RSA 7.0 i've had Ant 1.6.5 and RSA 8.0 comes with Ant 1.7.1). Additional files are:
required for ant tasks execution
- ant-contrib/ant-contrib.jar
- antelope-tasks/AntelopeTasks_3.2.10.jar
- antform/antform.jar
- antform/defaultStyle.txt
- antlr/antlr.jar
- checkstyle/checkstyle-4.2.jar
- checkstyle/checkstyle-optional-4.2.jar
- checkstyle/checkstyle-frames-errors.xsl
- clover/clover.jar
- clover/cenquatasks.jar
- clover/clover.license
- doccheck/doccheck-modified.jar
- ivy/ivy-20060723172807.jar
- jakarta-commons/commons-beanutils.jar
- resources/checkstyle/checks-source.xml
- resources/checkstyle/checksTransformation.xsl
b) Changes in the Ant regarding EJB build which require some settings to be reconfigured.
c) Something else :)
Except the Error, everything else is a stab in the dark so feel free to ask for any additional info.