2012-08-21 5 views
1

IntelliJ IDEA (11.1.3)에서 Android 프로젝트에 대한 검사를 구성합니다. 각 커밋에서 CI TeamCity 서버 (7.0.1 (빌드 21326))에 대한 검사 검사를 실행하고 싶지만 작동하지 않습니다. 때마다 오류가 발생했습니다 : "검사가 수집되지"및 빌드가 실패합니다. 빌드 로그에서 내가 가진 :Android IntelliJ IDEA 프로젝트 및 TeamCity (Inspections)

...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 프로젝트를 인식 할 수 없습니다.

아무도 잘못 될 수있는 다른 아이디어가 있습니까? 이 경우 어떻게해야할까요?

P. TeamCity의 빌드 단계는 다음과 같습니다. enter image description here

답변

3

현재 TeamCity는 IntelliJ IDEA에서 지원하는 세트의 Java 관련 검사 만 지원합니다. 해당 TeamCity feature request에 투표하십시오.