Introduction to Open Source at Winter of Code Boot Camp, 2008

The following movie is the recording of my speech in the Winter of Code boot camp, 2008. I explain what open source is and what motivation lies behind the open source movement.

다음 영상은 2008년 윈터 오브 코드에서 제가 발표한 것을 녹화한 것입니다. 오픈 소스란 무엇이고 그를 뒷받침하는 동기에 대해 설명하고 있습니다.

ant2eclipse – Converts Ant build.xml into Eclipse .classpath

Update: ant2eclipse has been deprecated by Ant2IDE. Please use Ant2IDE instead.
I wrote a simple shell script called ‘ant2eclipse‘. It runs your ant build file with -v switch, gathers essential information such as source path, its output patch and the JAR path that the project depends on, and generates or updates Eclipse .classpath file.
More graceful solution would be to inject some byte code to key Ant tasks such as javac to gather various path information. It shouldn’t be that difficult, but I’m just OK with this simple script. Please feel free to download and modify to meet your need.
This script was tested against the JBoss Remoting, version 3, so there’s no guarantee that it will work for other projects. Use at your own risk. 😉