ANT Build Failure

Hi. Im quite new to openfire, I have setup eclipse (well rational applicaiton developer) as per the instructions, however when I try and build openfire, i get a number of errors such as

workspace\openfire\src\java\org\jivesoftware\openfire\net\SSLJiveKeyManager.java :14: package com.sun.net.ssl does not exist[javac] import com.sun.net.ssl.X509KeyManager;

They all seem to realte to X509KeyManager, I have imported the jsse.jar file, but the errors still ocur on build, there are no erros in the workspace itsself.

Sam

I fixed it, jsse.jar needed to be added to the build path.