Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipse-dev] [eclipse-builder] Compile errors in build I20021015

The three compile logs below contain the following message:

!! no source information available !!
This compilation unit indirectly references the missing type
org.eclipse.update.core.VersionedIdentifier (typically some required class
file is referencing a type outside the classpath)

This is related to the same problem identified in a 2.0.2 stream build last
week (see http://dev.eclipse.org/mhonarc/lists/eclipse-dev/msg01138.html)

Any plugin that subclasses org.eclipse.ui.Workbench needs to have the same
prerequisites as the org.eclipse.ui.workbench plugin. This particular error
is due to a missing prerequisite for org.eclipse.update.core but this
problem could happen at any time if you are missing any of the following
prerequisites:

<import plugin="org.apache.xerces"/>
      <import plugin="org.eclipse.core.resources"/>
      <import plugin="org.eclipse.update.core"/>
      <import plugin="org.eclipse.help"/>
      <import plugin="org.eclipse.jface"/>
      <import plugin="org.eclipse.jface.text"/>

It is not imperitive that you have all of them but there is always a risk
that you might get these compile errors if you don't have one of them.

Contributors, please let me know when your fixes are in (I have updated
org.eclipse.test) and I will kick off a new build.


Tod and Sonia


----- Forwarded by Sonia Dimitrov/OTT/OTI on 10/15/02 10:23 AM -----
                                                                                                                           
                      sonia_dimitrov@ot                                                                                    
                      i.com                    To:       sonia_dimitrov@xxxxxxx, dean_roberts@xxxxxxx                      
                                               cc:                                                                         
                      10/15/02 09:41 AM        Subject:  [eclipse-builder] Compile errors in build I20021015               
                                                                                                                           
                                                                                                                           




/builds/integration/src/plugins/org.eclipse.jdt.debug.tests/temp.folder/javadebugtests.jar.bin.log

/builds/integration/src/plugins/org.eclipse.team.tests.cvs.core/temp.folder/cvstests.jar.bin.log

/builds/integration/src/plugins/org.eclipse.test/temp.folder/automated.jar.bin.log







Back to the top