DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17636>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17636
EJB jar verify fails for Borland Enterprise Server 5.2
Summary: EJB jar verify fails for Borland Enterprise Server 5.2
Product: Ant
Version: 1.5.2
Platform: PC
OS/Version: Windows NT/2K
Status: NEW
Severity: Normal
Priority: Other
Component: Optional Tasks
AssignedTo: dev@ant.apache.org
ReportedBy: stewart.coates@dla.com
I'm using Ant 1.5.2 to build an EJB 2.0 Jar file for deployment with Borland
Enterprise Server 5.2. If verify is requested, the build fails due to incorrect
arguments passed to iastool. Looking at the source
(BorlandDeploymentTool.java), I can see that the code is attemting to set the
iastool classpath using a '-VBJclasspath' argument which is not valid in the
5.2 version of iastool. An argument of '-classpath' does however correctly set
the iastool classpath (though not documented in the iastool usage).
|