Things you want to live in war/WEB-INF/ you can put directly there. Things you want to live in war/WEB-INF/classes/ you put in your src/ path. Eclipse will copy src/log4j.properties to war/WEB-INF/classes/log4j.properties for you.
On Sat, May 2, 2009 at 8:32 PM, Allen Holub <[email protected]> wrote: > > 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 -~----------~----~----~----~------~----~------~--~---
