Comment 1 for bug 308665

Revision history for this message
Ilya Barygin (randomaction) wrote :

I can't compile pydev. I get the source from [1], unpack it somewhere and try to compile using the existing eclipse-full installation according to instructions from [2]:

java -jar /usr/lib/eclipse/plugins/org.eclipse.equinox.launcher_1.0.101.R34x_v20080819.jar \
  -application org.eclipse.ant.core.antRunner \
  -buildfile /usr/lib/eclipse/dropins/sdk/plugins/org.eclipse.pde.build_3.4.1.R34x_v20080805/scripts/build.xml \
  -Dbuilder=/usr/lib/eclipse/dropins/sdk/plugins/org.eclipse.pde.build_3.4.1.R34x_v20080805/templates/headless-build \
  -DtopLevelElementId=org.python.pydev.feature \
  -Dbase=/usr/lib \
  -DbuildDirectory=`pwd` \
  -DjavacSource=1.5 \
  -DjavacTarget=1.5

The error I get somewhere in org.python.pydev plugin is:
3. ERROR in /home/ilya/eclipse-debian/my/pydev-142/plugins/org.python.pydev/src/org/python/copiedfromeclipsesrc/JavaVmLocationFinder.java (at line 13)
 import org.eclipse.jdt.internal.launching.StandardVMType;
        ^^^^^^^^^^^^^^^
The import org.eclipse.jdt cannot be resolved

How do I fix it? Am I even going in the right direction?

[1] http://sourceforge.net/project/showfiles.php?group_id=85796&package_id=88954&release_id=653564
[2] http://help.eclipse.org/ganymede/index.jsp?topic=/org.eclipse.pde.doc.user/tasks/pde_feature_build.htm