> I have noticed that the cas.war given to me has a directory “Templates” with > the file “cas.dwt” in it. My war file is missing this directory. I can’t > figure out how to get my build process to create this directory.
Those are templates that support DreamWeaver, which presumably was used to create some of the themed JSPs. Why don't you simply add this directory to your source tree and copy the file into it? It should then appear in the WAR file that is created, assuming you're using the Maven WAR overlay process. We have some non-standard locations in our source tree and it works fine using war overlay. M -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
