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
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