Re: Javadoc spell checker

2004-07-28 Thread Ivan Ivanov
Hi Bill, I just gave try to jazzy and it sounds promising. I checked its sources and it doesn't seem to have Ant tasks so I will be happy if you share yours. Thank you Ivan --- Bill Chmura <[EMAIL PROTECTED]> wrote: > > I wrapped an ant task around the jazzy spell checker > awhile back. Don't

ant/javac prepends destdir to classpath

2004-07-28 Thread Klas Eriksson
Hi I have illegal code, A.java, that doesn't compile using 'javac' manually at cmd-line. Fine. But when I use ant/javac A.java compiles, and that's wrong since it refers to a package it shouldn't be able to access. (This package is available for other code in directory X.) The problem is that a