setting up eclim to support php

Posted by tipu on Super User See other posts from Super User or by tipu
Published on 2012-04-04T08:31:57Z Indexed on 2012/04/04 11:33 UTC
Read the original article Hit count: 469

Filed under:
|
|

i have the plugin pdt installed with my eclim using:

DISPLAY=:1 ./eclipse/eclipse -nosplash -consolelog -debug \
  -application org.eclipse.equinox.p2.director \
  -repository http://download.eclipse.org/releases/helios \
  -installIU org.eclipse.php.feature.group

i compiled the thing using dargs for php:

ant -Declipse.home=/home/tipu/downloads/eclipse -Dplugins=php

but creating a project gives me:

java.lang.IllegalArgumentException: Unable to find nature for 
alias 'php'.  Supported aliases include: javascript=org.eclipse.
wst.jsdt.core.jsNature, java=org.eclipse.jdt.core.javanature
while executing command (port: 9091): -editor vim -command project_create 
-f "/home/tipu/phpproj2/" -n php

thoughts on how to fix?

© Super User or respective owner

Related posts about vim

Related posts about eclipse