JSPs under WEB-INF/pages/ -- how to include in WAR file using ANT?

2002-01-15 Thread Barry L. Kline
I have taken to heart everyone's suggestions and have placed my JSPs under the WEB-INF/pages directory. So far, no problem. When I use ANT's war task I can't seem to get the directory structure to remain intact. e.g.: WEB-INF/pages/mypage.jsp WEB-INF/pages/mypage2.jsp becomes:

RE: JSPs under WEB-INF/pages/ -- how to include in WAR file using ANT?

2002-01-15 Thread Jeff Oberlander
- From: Barry L. Kline [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 15, 2002 11:19 AM To: [EMAIL PROTECTED] Subject: JSPs under WEB-INF/pages/ -- how to include in WAR file using ANT? I have taken to heart everyone's suggestions and have placed my JSPs under the WEB-INF/pages directory