Eclipse Notes

Tarih: 1/30/2011 - Kategori:
Checking out a project into your workspace from CVS:  
  1. Window > Show View > Other. Select CVS > CVS Repositories.
  2. Context Menu > New > Repository Location. (Context Menu: Right Click on the related window.)
  3. Fill in the location information identifying your repository and click Finish. For example, you can directly copy and paste the following:
    ":pserver:anonymous@dev.eclipse.org:/cvsroot/eclipse" 
  4. Expand the newly-created repository location.
  5. Expand HEAD.
  6. Find the module you are interested in.
  7. Context Menu > Check Out As Project. The project now exists in your workspace.

Plug-in export problem:

If you are having a plug-in export problem with Eclipse PDE and getting the error message below:
"... Caused by: D:\MyWorkspace\MyProject\build.xml:321: Problem: failed to create task or type apitooling.apigeneration
Cause: The name is undefined.
Action: Check the spelling.
Action: Check that any custom tasks/types have been declared.
Action: Check that any / declarations have taken place."

If you only installed PDE Visualization plug-in, you can run your plug-ins but you cannot export them. So, install "Eclipse Plug-in Development Environment" plug-in. If you installed it before, then the problem is probably related to a build issue. So, you can try to check the build.properties and manifest files to make sure that they are correct and they include all necessary paths.


Eclipse does not detect new plug-ins:
For efficiency reasons, eclipse caches the plugin files at startup. If you just overwrite your plugin, Eclipse will not recognize it. Starting eclipse with the option -clean will clear the cache and therefore resolve this problem.


A JRE or JDK must be available in order to run Eclipse! message:



While everythnig was OK, you can get this message especially after an update.
You need to define -vm parameter in the eclipse.ini file like below:
-vm
C:\Program Files (x86)\Java\jdk1.6.0_18\bin 



0 yorum yapıldı.
0 yorum: