If I run: $ ant clobber $ ant all the dependent targets behave differently than if I run $ ant clobber all
In the first case, the dependent target, "boot", runs its task (a <javac> that compiles 3 files); in the second case, it doesn't (so the rest of "all" fails, because those classfiles that "boot" should've compiled didn't get compiled). Anyone have any idea what could be causing this??? Diane ===== ([EMAIL PROTECTED]) __________________________________________________ Do You Yahoo!? Yahoo! Shopping - Thousands of Stores. Millions of Products. http://shopping.yahoo.com/
