스크립트 명령

코드 검토 컴포넌트는 코드 검토 애플리케이션을 실행하는 샘플 스크립트를 제공합니다.
샘플 스크립트를 시작하려면 다음 명령 구문을 사용하십시오. 대괄호는 선택적 매개변수를 나타냅니다.
codereviewbatch 
     -workspace ws_location  
     -rulefile rule_file
     -exportdir exp_location  [-directory dirs]  [-projects projs]
     [-includefile in_file]  [-excludefile ex_file] 
     [-outputfile out_file]  [-debug]
-workspace ws_location
사용할 Eclipse 작업공간의 파일 경로입니다.
-rulefilerule_file
분석 구성 편집기에서 내보낸 규칙 세트가 들어 있는 .dat 파일입니다.
-exportdir exp_location
출력 데이터 파일이 작성되는 디렉토리입니다.
-directory dirs
소스 파일이 들어 있는 쉼표로 구분된 디렉토리 목록입니다.
-projects projs
작업공간에 있는 소스 파일을 포함한 쉼표로 구분된 프로젝트 목록입니다.
-includefile in_file
코드 검토에 포함할 소스 파일 목록이 들어 있는 텍스트 파일입니다.
-excludefile ex_file
코드 검토에서 제외할 소스 파일 목록이 들어 있는 텍스트 파일입니다.
-outputfile out_file
출력 정보의 대상 파일입니다.
-debug
출력 정보를 콘솔에 인쇄합니다.

피드백