setting up eclim to support php
- by tipu
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?