What steps will reproduce the problem?
1. build espi
2. look fof META-INF/esapi.tld in final jar
What is the expected output? What do you see instead?
esapi.tld needs to be in the final jar's META-INF directory so that servlet
containers can find it during deployment of a web application using esapi.
What version of the product are you using? On what operating system?
Trunk 688
Please provide any additional information below.
It looks like when the patch was applied esapi.tld was put into
src/main/java/META-INF/ instead of src/main/resources/META-INF/. I'm a
rather new maven user but it looks like maven isn't including the META-INF
directory from src/main/java/. Moving it to the resources directory fixes
the issue.
Thanks!
Original issue reported on code.google.com by schal...@darkmist.net on 15 Oct 2009 at 8:27
Original issue reported on code.google.com by
schal...@darkmist.net
on 15 Oct 2009 at 8:27