With what version of javac is that failing? I've compiled it ok in jdk1.4 and 1.5.
-Mike On Thu, 2005-02-10 at 16:43, Wolfram Rittmeyer wrote: > Could it be that the ant build is broken? I get the following > javac-error messages when using ant to build JMeter: > > [javac] > /projects/jakarta-jmeter/src/jorphan/org/apache/jorphan/collections/ConfigurationTree.java:508: > > reference to set is ambiguous, both method > set(java.lang.Object[],java.lang.Object[]) in > org.apache.jorphan.collections.HashTree and method > set(java.lang.Object,java.lang.Object[]) in > org.apache.jorphan.collections.ListedHashTree match > [javac] propTree.set(treePath, values); > > > Greetings, > > Wolfram > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] -- Michael Stover <[EMAIL PROTECTED]> Apache Software Foundation --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
