[Viplugin-devel] Duplicating development environment.
Brought to you by:
midramas
|
From: <Mik...@Ad...> - 2003-06-30 16:56:47
|
I am unfamiliar with Eclipse as I have been waiting for it to have a vi
Plugin before I made the switch. :)
After hearing of the viPlugin I decided it was time to investigate and
possibly help the effort.
I tried to duplicate the viPlugin development environment and unfortunately
didn't have much luck.
I downloaded and installed the last stable build of Eclipse 2.1
(eclipse-SDK-2.1-win32.zip, 64,840,819 bytes)
I had to modify the viPlugin.psf to the following:
<?xml version="1.0" encoding="UTF-8"?>
<psf version="2.0">
<provider id="org.eclipse.team.cvs.core.cvsnature">
<project reference
="1.0,:pserver:ano...@cv...:/cvsroot/viplugin,viPlugin,viPlugin"/>
</provider>
</psf>
I do the import as directed, but unfortunately the project has the
following warnings:
Kind Status Priority Description Resource In Folder Location
Warning Cannot resolve plug-in dependency:
org.eclipse.core.resources. plugin.xml viPlugin line 13
Warning Cannot resolve plug-in dependency: org.eclipse.ui.
plugin.xml viPlugin line 14
Warning Cannot resolve plug-in dependency: org.junit.
plugin.xml viPlugin line 15
Warning Unknown extension point:
'org.eclipse.ui.actionSets'. plugin.xml viPlugin line 19
Warning Unknown extension point:
'org.eclipse.ui.perspectiveExtensions'. plugin.xml viPlugin line 41
Warning Unknown extension point: 'org.eclipse.ui.editors'.
plugin.xml viPlugin line 50
Thanks,
Mike
|