Re: ant test fails

From: Gili (cowwo..bs.darktech.org)
Date: Mon Aug 29 2005 - 08:59:27 EDT

  • Next message: Gili: "Re: ant test fails"

            Yes but this classpath entry is included at compile-time, not runtime.
    Don't you need to add it to the "test" target?

    Gili

    Andrus Adamchik wrote:
    >
    > On Aug 29, 2005, at 8:48 AM, Gili wrote:
    >
    >>
    >> I never depend on the environment variable CLASSPATH on my end so
    >> maybe that's where the problem is coming from. Shouldn't this be part
    >> of the ant file?
    >
    >
    > Ant script uses CLASSPATH as an easy extension point allowing to
    > include drivers, otherwise the script is self-contained. Tests are
    > included directly from the build folder, not the jar:
    >
    > ...
    > <pathelement path="build/tests/classes"/>
    > ...
    >
    >
    > Andrus
    >
    >

    -- 
    http://www.desktopbeautifier.com/
    



    This archive was generated by hypermail 2.0.0 : Mon Aug 29 2005 - 08:59:27 EDT