Please excuse the clumsiness, first time posting to this list. I tried to log the bug on the website, really I did try, 4 times.....
I have been getting NullPointer exceptions from the optional WebLogic4.51.
EjbcHelper class.
My local fix is to insert the following at line 319 of EjbcHelper.java
if (compiler == null) {
if (Project.getJavaVersion().startsWith("1.3")) {
compiler = "modern";
} else {
compiler = "classic";
}
}
This seems to do the trick.
Environment:
ANT 1.2rc
NT 4.5.1
Java JDK1.3
My local version attached below:
<<EjbcHelper.java>>
EjbcHelper.java
Description: Binary data
