From: Alexis O'C. <ale...@co...> - 2005-05-25 15:23:22
|
Alistair Young wrote: > I have humbly committed an updated build.xml to jar up the res dir and > bung it in WEB-INF/lib/res.jar > > bod is now i18n > > Alistair > OK, time for Alistair to stuff a copy of the Beano annual down the back of his shorts again ;-). Getting there with the build.xml. However, it would be good if the res.jar followed the pattern of bodserver.jar. This would mean that the resources lie in unpacked form under WEB-INF/classes (for the 'deploy-local' target to take advantage of) and only get bundled into a jar by 'create-war'. More importantly though, it still doesn't work on Windows :-(. (Stack trace attached). An 'escaping backslash in strings' problem. Why are you hardcoding the location of bodington.properties? Can you not get hold of the properties via BuildingServer? Alexis |