Bug 35904 - Problem detecting gif file length
Summary: Problem detecting gif file length
Status: RESOLVED INVALID
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.1   Edit
Hardware: PC Linux
: P3 major (vote)
Target Milestone: 3.0 M1   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-01 04:56 EST by Daniel Le Berre CLA
Modified: 2003-06-02 06:12 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Le Berre CLA 2003-04-01 04:56:13 EST
I am encountering a strange problem with Eclipse 2.1, Linux, GTK, Mdk 9.1, SUN
j2SDK 1.4.1_02.

I am working on a fresh workspace.

I wrote a small Swing application that displays an image.
I imported the image in the project using file/import.

I ran the application but the image did not show up.
After a while, I noticed that the image file was corrupted.

I copied the image to the workspace directly in my shell.
Did a refresh on the workspace then everything worked fine.

The I decided to move my java file and my image from a package to a default package.
The image did not show up, because it was corrupted.

Then I noticed that a right click/properties on that image file shows me a 0
length value.

It looks like eclipse is corrupting the image when moving it.
Comment 1 Daniel Le Berre CLA 2003-04-01 05:03:20 EST
I think that the problem is not related to Eclipse itself, since Mozilla choose
file dialog also shows me a 0 length file, while I got the following information
in Linux.

-rw-r--r--    1 leberre  users        6220 avr  1 11:32 Rabbit.gif

I cannot even send you that file because bugzilla thinks it is empty.

Comment 2 Philipe Mulet CLA 2003-04-01 05:07:15 EST
Ok then. Closing.