Installing the Eclipse plugin that you compiled from source?

I successfully compiled the js-test-driver plugin from the source ( http://js-test-driver.googlecode.com/svn/tags/1.2 ) and I am trying to install it on Eclipse 3.5.1 Galileo.

I understand how to install the plugin from the update site; I even understand how to install the plugin from the archive. But what is the trick to installing the plugin that you compiled from the source?

I tried to add the directory: C: \ temp \ test_workspace \ js-test-driver-plugin \ 1.2 \ eclipse-plugin \ features \ com.google.jstestdriver.eclipse.updatesite as an archive site, but it doesnโ€™t seem to be added to the list.

This folder also contains site.xml, which I thought would make it a site from which you could install a compiled plugin.

Note. I have added a question here for anyone interested.

+3
source share
2 answers

Are you trying to place the plugin in your workspace, and not in the Eclipse directory? He has to go to Eclipse.

It can be difficult to fix without directly messing with it.

After compilation, try to export both function and plugins, and then put them into Eclipse.

Eclipse 3.5 / / Eclipse. "dropins". (, MyDriver) .

-, , Eclipse Eclipse, , Eclipse.

+1

- : /...

, , " ..."

, .

+1

Source: https://habr.com/ru/post/1731558/


All Articles