I am a newbie to ant. I have a project consists of EJB module and web module. The web module is a struts framework and it needs to call the EJB Session Bean in the EJB Module. I could successfully compile the EJB module because there is no dependency; but I had problem compile web module because it depends on the EJB module. This is probably a very common situation to most of you, please tell me how to get around this problem.
Thank you.
Thank you.