Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[photran] Photran for Kepler - Environment setup for developers

Hi,

I am trying to build a plugin that we developed here at Tech-X and our plugin depends on Photran. I have this in the MANIFEST.MF file of the plugin:

---------
Require-Bundle: org.eclipse.photran.core;bundle-version="8.0.0",
 org.eclipse.photran.core.vpg;bundle-version="8.0.0",
:
---------

However when building my plugin, I keep getting, 'Bundle org.eclipse.photran.core.vpg cannot be resolved' errors amongst others.

Before building the plugin, I did the following:
- I am using eclipse-SDK-4.3M2-linux-gtk-x86_64
- I downloaded org.eclipse.ptp.master-6.0.3-SNAPSHOT.zip and unzipped the contents in a dir called 'ptp-master-nightly' - In my eclipse->Window->Preferences->Plugin Development->API Baselines, I created a new baseline, by pointing the location of the new baseline to the 'ptp-master-nightly' dir.

Do I have to get Photran src from Git and compile it as well? Could anyone please point me what I am missing?

Thanks!
.Bala.


Back to the top