IntelliJ IDEA(11.1.3)でAndroidプロジェクトの検査を構成しています。コミットごとにCITeamCityサーバー(7.0.1(ビルド21326))でこの検査チェックを実行したいのですが、機能しません。「検査が収集されません」というエラーが発生するたびに、ビルドが失敗します。ビルドログに私は持っています:
...in directory: /opt/TeamCity/buildAgent1/work/9bbb251d174995
[01:00:27]: Starting up IntelliJ IDEA 11.0.2 ...done.
[01:00:57]: Opening project...done.
[01:00:57]: Failed to load profile from '/opt/TeamCity/buildAgent1/work/9bbb251d174995/.idea/inspectionProfiles/Project_Default.xml'
[01:00:58]: Initializing project...
[01:00:58]: Process exited with code 1
[01:00:58]: Inspection output
[01:00:58]: [Inspection output] Starting up IntelliJ IDEA 11.0.2 ...done.
[01:00:58]: [Inspection output] Opening project...done.
[01:00:58]: [Inspection output] Failed to load profile from '/opt/TeamCity/buildAgent1/work/9bbb251d174995/.idea/inspectionProfiles/Project_Default.xml'
[01:00:58]: [Inspection output] Initializing project...
[01:00:58]: extractDescriptions: /opt/TeamCity/buildAgent1/temp/buildTmp/inspection963669486392887894result/.descriptions.xml not found
[01:00:58]: Publishing artifacts
[01:00:58]: [Publishing artifacts] Paths to publish: [/opt/TeamCity/buildAgent1/temp/agentTmp/build_stages.txt=>.teamcity/perfmon/]
[01:00:58]: [Publishing artifacts] Sending files
[01:00:58]: Publishing artifacts
[01:00:58]: [Publishing artifacts] Paths to publish: [/opt/TeamCity/buildAgent1/system/perfmon/temp/perfmon.csv => .teamcity/perfmon/]
[01:00:58]: [Publishing artifacts] Sending files
[01:00:58]: Publishing internal artifacts
[01:00:58]: [Publishing internal artifacts] Sending build.finish.properties.gz file
[01:00:58]: Total: 0 (+0 -0) Errors: 0 (+0 -0)
[01:00:58]: Build finished
問題は、IntelliJ IDEAのTeamCityインスタンスにバンドルされているものに、Androidプラグインを含むプラグインが何もないことだと思います。したがって、Androidプロジェクトを認識できません。
誰かが間違っている可能性がある別のアイデアを持っていますか?または、この場合はどうすればよいですか?
PSTeamCityでの私のビルドステップは次のようになります。