Eclipse Javadoc 의 Author 설정하기

Eclipse 에서는 기본적으로 Javadoc 을 제공합니다. 그래서 Class 또는 Interface 등을 생성한 경우 아래와 같이 자동적으로 저작자의 이름이 추가됩니다.

/**
* @author c0d3h4ck
*/

아주 편리한 기능입니다. 그런데 이 이름은 login 이름으로 설정됩니다. 이 이름을 바꾸는 방법을 몰랐었는데..최근 알게됐습니다. eclipse/eclipse.ini 에서 다음과 같은 내용을 추가해 주면 됩니다.

-vmargs
-Xms128m
-Xmx512m
-Duser.name=Hyunsik Choi


Preparing new opensource mirror site for korean users

Recently, I’m preparing the mirroring site for opensource archives. This mirror site aims to provide korean users with opensource archives fastly.

Because the mirroring service consumes so much network bandwidth, we firstly had to be permitted by the office of information technorogy & service. Last week, we finally got the permission from the office.

Above all, we provide the mirror service for Ubuntu, Gentoo Linux, Eclipse, and Apache. Later, if we are asked to mirror other opensource archives, we will do that.

The URL of our mirror site plans to be http://mirror.korea.ac.kr. However, this address is not yet available. I will register this domain to office of infomation technolorogy & service.