아.. 오늘 정말 개 삽질의 최고봉이였다... Java API를 조금 수정해서 테스트만 해보면 되는 건데 그걸 가지고 13시간을 수정하고 빌드하고 수정하고 빌드하고 왜 안되나 삽질하고 있었다...

java api를 추가하거나 수정한 경우 그냥 make를 하게 되면  아래와 같은 Error Message가 나오게 된다.

You have tried to change the API from what has been previously approved.

To make these errors go away, you have two choices:
   1) You can add "@hide" javadoc comments to the methods, etc. listed in the
      errors above.

   2) You can update current.xml by executing the following commands:

         p4 edit config/api/current.xml
         make update-api

      To check in the revised current.xml, you will need OWNERS approval.

이럴때는 아래와 같이 한다.
$make update-api 
$make

WRITTEN BY
정현석
이것저것 끄적끄적....

,