なかなか便利なContinuumをサービスに登録してみた
登録バッチがあるので簡単かとおもいきや意外な落とし穴があった…
<サービス登録>
[Continuum]\bin\win32\InstallService.batを起動
※JAVA_HOMEがシステム環境変数に設定されていること
<環境変数設定>
バッチに環境変数を書いてる方は全てシステム環境変数に設定する(ユーザ環境変数ではない)
※cvs, java, ant, maven等のPATH、MAVEN_HOME、ANT_HOME
ここまでは順調だったがBuildしてみると以下のエラーがContinuum上に出ていた
Provider message: The cvs command failed.
Command output:
-------------------------------------------------------------------------------
cvs update: Empty password used - try 'cvs login' with a real password
cvs [update aborted]: authorization failed: server **.**.**.** rejected access to /PATH for user USER
-------------------------------------------------------------------------------
Command output:
-------------------------------------------------------------------------------
cvs update: Empty password used - try 'cvs login' with a real password
cvs [update aborted]: authorization failed: server **.**.**.** rejected access to /PATH for user USER
-------------------------------------------------------------------------------
Adminや別Userでcvs loginしても.cvspassを作ってもダメ…
しかし、ContinuumのFAQを見てたら発見!!
CVSNT stores passwords in the registry
なにーレジストリ使ってるだと~!
さらに、
If you're running Continuum as a service, double-check the user it is running as, and make sure that you run cvs login as that user.
サービス起動ユーザをcvs loginしたユーザに指定しろとな
そしたらBuild成功~♪
0 件のコメント:
コメントを投稿