When I perform a compiling operation like: javac -d build\WEB-INF\classes my.java and the directory build\WEB-INF\classes does NOT exist then the javac command fails. Is there really no auto-create-dir-when-necessary option for javac ? Cat