On Wed, 14 Jul 2004 11:20:19 +0100, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:

> A:
> maven.tcw.path=${basedir}/../../../../Release/bin;${java.library.path};${bas
> edir}/bobbins
> maven.junit.fork=true
> maven.junit.sysproperties=java.library.path=${maven.tcw.path}

maven.junit.sysproperties is a list of the names of properties to
pass, not the names and values. See 
http://maven.apache.org/reference/plugins/test/properties.html


> B: (Extends A, somewhere else in the file system, hence the need to redefine
> the property value)
> maven.tcw.path=${basedir}/../../../../../fo_tcw_core/Release/bin;${basedir}/
> ../../../../Release/bin;${java.library.path};${basedir}/bobbins
> 
> C: (Extends B, is in subdirectory of B)
> <nothing>
> 
> Now under RC4 the tests run fine, whether I run them from B using the
> reactor, or from C on it's own
> 
> But under 1.0 the tests only work when run inside C.  Running via the
> reactor fails.  Having amended the code to spit out java.library.path, in
> the case where it runs under the reactor then it's just set to my standard
> windows path, i.e. the maven.junit.sysproperties doesn't seem to have taken
> effect

-- 
http://www.multitask.com.au/people/dion/

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

Reply via email to