Hi All, I created an ant script originally in WSAD 5.0 which used ant 1.4.1. When I ran a javac task to compile my code I could ask it to compile a single class and it would compile all of the referenced classes. At first I was surprised by this but I eventually liked it because it made the ant script smaller and I did not have to remember to include all of the other classes. I then upgraded to WSAD 5.1.0 and it uses ant 1.5.3. It now only compiles the single class I specify. It does not compile the classes which are referenced by my specified class. I then re-opened WSAD 5.0 and ran my ant script there and it to no longer compiled all of the refereced classes although it did run ant 1.4.1 again. I'm sure this is some setting that was changed by WSAD between 5.0 and 5.1. Does anyone know what that setting is and where I can change it? TIA, Mark