Peter Donald wrote: > > On Thu, 16 Aug 2001 21:06, Charles Benett wrote: > > Peter Donald wrote: > > > On Thu, 16 Aug 2001 19:19, Paul Hammant wrote: > > > > Trying to reapply this patch (as per invitation to commit it myself) > > > > and it does not work. Depite trying numerous combinations of the > > > > <exclude> for org/apache/log/output/db/**, it never excludes the > > > > package from compilation !!?! > > > > > > > > Can somone else test this to make sure I am not going insane.. > > > > > > Try adding > > > <exclude name="org/apache/log/output/test/DBTargetTestlet.java" > > > unless="javax.sql.present"/> > > > > > > The compiler is probably trying to include the classes because they are > > > referenced from that file. > > > > Done. But there's still an issue with junit - build scripts aren't > > picking the jar. > > hmm .. seems to work fine here. Picks up junit from > > ../jakarta-avalon/tools/lib/junit-3.7.jar >
I've just patched the buildfile to include tools.class.path in the javac classpath. Charles --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
