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.
|