I just did a build from CVS, the problem is still in the code base:
Line 221 of BorlandDeploymentTool.java:
ejbFiles.put(META_DIR + BAS_DD, ddPrefix + borlandDD);
"ddPrefix + borlandDD" is not a good thing to put in the ejbFiles hashtable because the GenericDeploymentTools expects to get a hashtable with elements of type "File"
I fixed this in my code and quickly got another error - this time in Commandline.java.
If you have some patches to fix the borland stuff, then send them. I would love to try this stuff out.
Thanks, Dave
