--- Stefan Bodewig <[EMAIL PROTECTED]> wrote:
> On Mon, 7 Mar 2005, Matt Benson
> <[EMAIL PROTECTED]> wrote:
> > That's what I thought, but the test got:
> >
> > [junit] java.lang.IllegalAccessError: tried to
> access
> > method org.apache.tools
> >
>
.ant.DirectoryScanner.getScannedDirs()Ljava/util/Set;
> > from class
> org.apache.tools.ant.DirectoryScannerTest
>
> How do you run the tests?
ant
-Dtestcase=org.apache.tools.ant.DirectoryScannerTest
test
>
> Looks like a classloader issue (your test has been
> loaded from a
> different classloader than the class to test which
> means they are not
> inside the same package).
>
> There are other tests that rely on being in the same
> package, we
> exclude them via the tests.and.ant.share.classloader
> property.
Do these get run by Gump in any way? I would think,
DS being one of the fundamental classes to Ant, we
would want these tests run.
But I'd still like to know how to run such a test. :)
Thanks,
Matt
>
> Stefan
>
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
>
>
__________________________________
Celebrate Yahoo!'s 10th Birthday!
Yahoo! Netrospective: 100 Moments of the Web
http://birthday.yahoo.com/netrospective/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]