Bug report #272 has just been filed. You can view the report at the following URL:
<http://znutar.cortexity.com:8888/BugRatViewer/ShowReport/272> REPORT #272 Details. Project: Ant Category: Feature Requests SubCategory: Enhancement Class: swbug State: received Priority: high Severity: critical Confidence: public Environment: Release: 1.2 JVM Release: 1.3 Operating System: NT OS Release: 4.5.1 Platform: Intel Synopsis: NullPointer exception Description: EjbcHelper method regenerateSupportClasses() needs to have the following code added at line 319 to stop it failing with NullPointer exception under JDK1.3 if (compiler == null) { if (Project.getJavaVersion().startsWith("1.3")) { compiler = "modern"; } else { compiler = "classic"; } }Title: BugRat Report # 272
BugRat Report # 272
| Project: Ant | Release: 1.2 |
| Category: Feature Requests | SubCategory: Enhancement |
| Class: swbug | State: received |
| Priority: high | Severity: critical |
|
Confidence:
public
|
Submitter:
_Anonymous ( [EMAIL PROTECTED] )
Date Submitted:
Oct 17 2000, 02:40:34 CDT
Responsible:
Z_Ant Alias ( [EMAIL PROTECTED] )
- Synopsis:
- NullPointer exception
- Environment: (jvm, os, osrel, platform)
- 1.3, NT, 4.5.1, Intel
- Additional Environment Description:
- Report Description:
- EjbcHelper method regenerateSupportClasses() needs to have the following code added at line 319 to stop it failing with NullPointer exception under JDK1.3 if (compiler == null) { if (Project.getJavaVersion().startsWith("1.3")) { compiler = "modern"; } else { compiler = "classic"; } }
