I'd like to put the file .../war/WEB-INF/classes/log4j.properties into my build, but it looks as if either the GWT 1.6.4 compiler or Eclipse wipes out the entire classes directory as a side effect of the build (when I launch the app under Eclipse). That is, I put log4j.properties into .../war/WEB-INF/classes, but when I launch the app from Eclipse, the file magically disappears. I'm guessing that something is throwing away the entire classes directory during the rebuild.
Is there any way for me either to get a properties file onto the classpath inside the war? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
