You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user-java@ibatis.apache.org by Dody Rachmat Wicaksono <do...@heavyarms.net> on 2005/01/04 06:02:16 UTC

how to package /sql file

I finally make ibatis work.
Thanks for your support, mr. clinton ;)

i found /sql files is not packaged in war file, would you please
help me how to add these files in build.xml?

my directory structure

/web-inf
/web-inf/com
/web-inf/com/strutsgen
/web-inf/com/strutsgen/garuda             -> contain .class files
/web-inf/com/strutsgen/garuda/conf     -> contain sql-map-config.xml and property
/web-inf/com/strutsgen/garuda/sql       -> contain sql map file

thanks.