Recursive Compiling
843810Jun 27 2003 — edited Jun 28 2003Is there any way to get javac to compile all the sources in a directory tree, recursively?
I know a lot of people use ant, or other build systems, but I'm really looking for a way to do it with javac alone...
Thanks,