Hi,
I have an EAR having
– an EJB (referencing an EJB Project)
– a webapp (referencing a Web Project)
– some third-part libs
– some project-jars (referencing some Java projects)
At moment I have to manually jar these projects and put them into /lib directory.
It would be best to specify Java project dependence and automatically put them into lib directory at building time.