Eclipse のMercurial plug-inが、どうもうまく動いてくれない。Clone repository 自体だめ。"clone operation failed" では、わかりませんです。log を見ると、hg の実行そのものをしくっているっぽいが...
Nov 11 05:59:53 org.eclipse.eclipse[0]: !MESSAGE Cannot bind to an undefined command: plug-in='org.eclipse.tm.terminal', id='org.eclipse.tm.terminal.command1'
これか? Target Management Terminal っていうplug-in? まぁ、それは入れりゃいいとして。
Nov 11 06:10:41 org.eclipse.eclipse[0]: java.lang.reflect.InvocationTargetException
Nov 11 06:10:41 org.eclipse.eclipse[0]: at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:403)
Nov 11 06:10:41 org.eclipse.eclipse[0]: at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:934)
Nov 11 06:10:41 org.eclipse.eclipse[0]: at com.vectrace.MercurialEclipse.wizards.CloneRepoWizard.performFinish(CloneRepoWizard.java:120)
あぁ、もう良いよ。
と、思ったら hg を full path で指定したら動いた。そういう問題かよ。
って、いったい、どのタイミングで hg のfull pathを指定するかが不明。いったん、設定をpathすると properties の中に埋もれてしまうらしい。
No comments:
Post a Comment