Bug 6478

Summary: Jar packager progress messages misleading
Product: [Eclipse Project] JDT Reporter: John Arthorne <john.arthorne>
Component: UIAssignee: Dani Megert <daniel_megert>
Status: VERIFIED FIXED QA Contact:
Severity: minor    
Priority: P2    
Version: 2.0   
Target Milestone: 2.0 M1   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description John Arthorne CLA 2001-11-30 12:39:57 EST
When exporting classes to a JAR file, the progress message says things like:

"Exporting org.eclipse.foo.MyFile.java"

This is misleading, because it looks like it's adding .java files to the zip, 
but it's actually adding class files.  I actually canceled the export and went 
to check the jar file when I saw these messages.  I suggest just trimming the 
.java suffix:

"Exporting org.eclipse.foo.MyFile"
Comment 1 Erich Gamma CLA 2001-12-02 18:00:20 EST
Interesting, we are trying to make the JAR packager source based, that is the 
user specifies the Java files and not the generated class files. This is good 
for defining what to export but misleading during the export itself. We should 
change the progress messages
Comment 2 Dani Megert CLA 2001-12-04 10:37:42 EST
Yep. This must be changed.
Comment 3 Dani Megert CLA 2001-12-07 09:14:47 EST
Fixed
Available in builds > 20011206
Comment 4 Andre Weinand CLA 2002-01-16 03:31:18 EST
Verified:
Progress monitor now shows
"Exporting: org/eclipse/foo/MyFile.class