On Tue, 4 Nov 2008, Sergey Bondarenko <[EMAIL PROTECTED]> wrote: > javac -sourcepath A.java -classpath b.jar A.java > It works properly in both JDK 5 and 6.
This is not what Ant does (and why I pointed you at sourcepath="" in order to get something like that. > But Ant's javac task with "includes" and "excludes" does not work > with JDK 6. See my response. > So I am not sure that problem is in javac compiler. It looks like > there is a problem in javac Ant task. Could anybody please check > it? Is there any way to look at exact javac invocation string that > is produced for the build script? Run Ant with -verbose. Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]