以下を使用して、Eclim にプラグイン PDT をインストールしました。
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
PHP用のdargsを使用してコンパイルしました:
ant -Declipse.home=/home/tipu/downloads/eclipse -Dplugins=php
プロジェクトを作成すると、次のことが得られます。
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
修正方法について考えていますか?