On Sun, 10 Feb 2002, Steve Loughran <[EMAIL PROTECTED]> wrote:

> I am thinking of having <property refid> To get the tests-classpath,
> then <sysproperty> in junit to pass that down, but it still wont get
> into the invoked build unless I force it in (which I can do in the
> setUp() method, I suppose).

<java ...>
  <syproperty key="ants.class.path" value="${passed.in.class.path}" />
</java>

inside the build file you use to test the java task?

Stefan

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to