Hello Riyad,
i was asking about the jar file of the Java Project the Web Module Project relies on. Currently i just copy the jars of the Java Project manually into the deployed WEB-INF/lib folder. The jar file of the Web Module Project are deployed automatically. Also the classes of the web project and the java project.
I don’t like the external reference to jars in projects which are shared via cvs, because the path is stored in the project classpath settings and other developers does not have the same path (for example on developer has the eclipse workspace directly under the eclipse directory and another on has it somewhere else on the disk).
It would be nice if it would be possible that people only install MyEclipse, define and configure an application server in the MyEclipse settings, check out projects from cvs, deploy the Web Module Project to the server and can start developing without the need to copy jars manually.
Best regards,
Jörg Eichhorn