Bug 13977 - i always have to import some plugins twice
Summary: i always have to import some plugins twice
Status: RESOLVED FIXED
Alias: None
Product: PDE
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P1 normal (vote)
Target Milestone: 2.0 M6   Edit
Assignee: Dejan Glozic CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 14727 15010 (view as bug list)
Depends on: 15254
Blocks:
  Show dependency tree
 
Reported: 2002-04-17 04:36 EDT by Adam Kiezun CLA
Modified: 2002-05-07 15:58 EDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Kiezun CLA 2002-04-17 04:36:54 EDT
20020416
i get this everytime i import binary plugins (re-importing the 2 plugins fixes 
the problem):

<log-entry date="Wed Apr 17 10:39:48 GMT+02:00 2002">
  <status
     plugin-id="org.eclipse.pde.ui"
     severity="ERROR"
     message="Plug-in Import"
     code="0">
    <status
       plugin-id="org.eclipse.pde.ui"
       severity="ERROR"
       message="Problem while importing plugin &quot;org.apache.lucene&quot;: 
org.apache.lucene does not exist."
       code="969">
    </status>
    <status
       plugin-id="org.eclipse.pde.ui"
       severity="ERROR"
       message="Problem while importing plugin 
&quot;org.eclipse.ant.core&quot;: org.eclipse.ant.core does not exist."
       code="969">
    </status>
  </status>
</log-entry>
Comment 1 Dejan Glozic CLA 2002-04-17 09:17:19 EDT
Does it happen with a fresh or an old workspace?
Comment 2 Adam Kiezun CLA 2002-04-17 09:28:27 EDT
old workspace - twice a week on updating to the latest integration build
Comment 3 Dejan Glozic CLA 2002-04-27 15:00:09 EDT
This is a very difficult problem to debug because I spent half an hour 
importing multiple build over each other and was not able to reproduce it. 
However, I did find that the error is not coming from Core but from Java Core 
(class path setup). The error code 969 indicates:

IJavaModelStatusConstants.ELEMENT_DOES_NOT_EXIST

Since it indicates that element and provides the project itself, this is a 
funny problem to debug. For some reason, when setting the classpath for the 
project JavaCore complains that the project does not exist. 
Comment 4 Adam Kiezun CLA 2002-04-29 04:50:07 EDT
re-importing does not work now
on 0425 i cannot import some plugins at all. 
org.eclipse.ui is one example.
Comment 5 Dejan Glozic CLA 2002-04-29 09:20:29 EDT
Please provide more detail - I am on 20020425 and have no problem re-importing 
several times.
Comment 6 Dejan Glozic CLA 2002-05-01 17:18:37 EDT
*** Bug 15010 has been marked as a duplicate of this bug. ***
Comment 7 Dejan Glozic CLA 2002-05-02 16:49:14 EDT
*** Bug 14727 has been marked as a duplicate of this bug. ***
Comment 8 Dejan Glozic CLA 2002-05-07 15:58:47 EDT
The bug 15254 in JDT that was causing this problem is now fixed.