Bug report #642 has just been filed. You can view the report at the following URL:
<http://znutar.cortexity.com/BugRatViewer/ShowReport/642> REPORT #642 Details. Project: Ant Category: Feature Requests SubCategory: Enhancement Class: feature State: received Priority: low Severity: non-critical Confidence: public Environment: Release: 1.2 JVM Release: 1.2.2 Operating System: Windows NT OS Release: 4 Platform: Intel Synopsis: New Feature: attribute to report classpath on javac Description: A pet peeve of mine is java build systems that don't give an option to report the classpath during compiles. When I get "com.fraga.impac.nugga.Nugga" not found, it can be hard to understand why if the problem is a bad classpath. Suggestion: attribute showclasspath="true" on Javac, that prints the full classpath in effect for the compile. Ditto, for Java. I did a little test modification on Javac, seems to work fine. I didn't write a test case, though.Title: BugRat Report # 642
BugRat Report # 642
| Project: Ant | Release: 1.2 |
| Category: Feature Requests | SubCategory: Enhancement |
| Class: feature | State: received |
| Priority: low | Severity: non-critical |
|
Confidence:
public
|
Submitter:
marvin greenberg ( [EMAIL PROTECTED] )
Date Submitted:
Dec 20 2000, 06:54:38 CST
Responsible:
Z_Ant Alias ( [EMAIL PROTECTED] )
- Synopsis:
- New Feature: attribute to report classpath on javac
- Environment: (jvm, os, osrel, platform)
- 1.2.2, Windows NT , 4, Intel
- Additional Environment Description:
- N/A
- Report Description:
- A pet peeve of mine is java build systems that don't give an option to report the classpath during compiles. When I get "com.fraga.impac.nugga.Nugga" not found, it can be hard to understand why if the problem is a bad classpath. Suggestion: attribute showclasspath="true" on Javac, that prints the full classpath in effect for the compile. Ditto, for Java. I did a little test modification on Javac, seems to work fine. I didn't write a test case, though.
- How To Reproduce:
- null
- Workaround:
- null
