I have found the problem. Here are the steps to compile xith3d in eclipse
1. INSTALL THE SVNKIT FOR ECLIPSE
http://svnkit.com/download.php (
http://eclipse.svnkit.com/1.3.x/ )
2. DOWNLOAD THE STANDALONE VERSION OF THE SVNKIT
http://svnkit.com/download.php3. DOWNLOAD JDK
4. SET path environment to the location of the JDK bin directory C:\GUI_IDE\JDK_6_17\bin;
5. SET THE JAVA_HOME ENVIRONMENT TO C:\GUI_IDE\JDK_6_17\bin
6. Restart Computer
7. AT DOS-PROMPT type javadoc.exe to make sure the path is correct.
8. Eclipse->Window->Preference->Ant->Runtime->ClassPath->GlobalEntries->Add Folder ( Add the folder where the SVNKIT IS INSTALLED ).
If you running the ant script and found it returns null pointer or no javahl or svnkit not found. This problems lies on step 8.
9. Eclipse->Window->Preference->Ant->Runtime->ClassPath->GlobalEntries->Add External Jar ( Add the path where the tool.jar is located from step 3 ).
If running the ant script and found no JAVA_HOME or Path not found is because it has not found the tools.jar file.
10. Restart Eclipse
11. At the package Explorer -> xith-tk -> Right Click the Mouse -> Run As -> Ant Build No 2
Hope this is helpful for every body