I\'m working on making my Java app easy to deploy to other computers and am writing an ant script to do so, that is going fine.
I\'m having trouble loading resources
As far as I know, log4j.xml should be at root of your classpath..
and also, you can read your configuration file with below code script. and config directory should be at your classpath.
this.xml = this.getClass().getResourceAsStream("/config/configuration.xml");