Thanks Joel. I guess you are right. I guess build.xml exclude the files that don't need to compile. BTW, I never tried using ant build in Eclipse yet. Is it correct that I just replace "Java Build" with "Ant Build"? I am wondering if it still works as "incremental compile" way or it call ant once the code is changed?
Rgds Bin -----Original Message----- From: Joel Grenon [mailto:[EMAIL PROTECTED]] Sent: Sunday, December 01, 2002 11:34 AM To: [EMAIL PROTECTED] Subject: RE: Load the AXIS source into IDE problem: required more libs I guess you should use the Axis Ant build instead, it already contains all dependencies. Eclipse has a good support for ant. I did this using the cvs code with success. Joel -----Original Message----- From: Bin Ni [mailto:[EMAIL PROTECTED]] Sent: Monday, January 13, 2003 2:30 PM To: [EMAIL PROTECTED] Subject: Load the AXIS source into IDE problem: required more libs I loaded AXIS source code into an IDE called Eclipse. But there are a bunch compiling errors occurred. I added few libs such as j2ee.jar , xerers.jar, jimi.jar. But I still cannot all source compiled. I have to delete few files to make them all compiled. Can somebody teach me where can I find the complete dependency list? Thanks and Rgds Bin
