My company uses Clear Case (CC) for version control and the directory structure in CC does not conform to the standard web project structure. Example, there is no WEB-INF folder. Basically the CC view just cantains the package structure for both the EJB/classes and for the web JSPs and JSPFs. Also, the packages only represent part of the entire enterprise application.
com.xxx.yyy.javapkg1
com.xxx.yyy.javapkg2
com.xxx.yyy.web.jsppgk1
com.xxx.yyy.web.jsppgk2
the “web” packages contain the jsp and jspfs.
For the standard Java project this does not pose a problem because the java project can be built with option “Create project from existing souce” selected. But this option is not available for the web project. The enterprize .jar file is included in the buildpath that contains the other “missing” bits.
Is there a way that a web project can be built with the source residing in a different location? Will the .war file need to be in the class path.. Can the server context root directory be used??? Many questions. I hope that there is someone out there that has had a similar problem.
FYI, developers use BEA WebLogic 8.1 from within Eclipse 3.1.
Thanks in advance!