Bug 6478 - Jar packager progress messages misleading
Summary: Jar packager progress messages misleading
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P2 minor (vote)
Target Milestone: 2.0 M1   Edit
Assignee: Dani Megert CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-11-30 12:39 EST by John Arthorne CLA
Modified: 2002-01-16 03:31 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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