I have a Web App that I am building using Maven. I have set up the project in MyEclipse and am having issues compiling my JSP’s once I have added Web Support using MyEclipse. Maven will automatically copy any TLD files that I require from the Repository into a target directory prior to creating the WAR. The tlds do not reside in the same directory structure as the original source jsp files. MyEclipse is not able to compile the JSP files since it cannot see the TLD files. I want to point to my source jsp’s and not the ones in the target directory so that any changes I make are kept. The TLD’s do not reside in the source dirctory with the JSP pages.
Any ideas? I can provide more information if you are not familiar with the default Maven project structure for webapps.
I am running 3.0.8 of MyEclipse on Windows NT and Eclipse 3.0 GA. I am trying to set up build and deploy for Weblogic 8.1.
Thanks
Scott Ryan
scott@theryansplace.com
scott.ryan@echostar.com