That may be something that I did, but it's something we need to sort out
so that it works the way we want.
I added in an ant target for "gen-dbscripts" which creates all the db
scripts and puts them in build/dbscripts and i know that is working
properly. The old build process used to build them directly to
WEB-INF/dbscripts but I think that doesn't make much sense. Users
shouldn't have to descend into the webapp dirs to get the db script
files, I think they should be a top level directory of the packaged
releases.
I believe the incomplete scripts you are seeing in WEB-INF/dbscripts are
old scripts which we are no longer generating from templates, so they
are static.
-- Allen
Anil Gangolli wrote:
I may have misconfigured my build somehow recently, but I'm seeing a bit of
weirdness in the dbscripts generation in the trunk.
I'm getting what look like the complete set of dbscripts under build/dbscripts
but also an incomplete set under build/webapp/WEB-INF/dbscripts.
Is this something I've got wrong in my own ant props?
--a.