----- Original Message -----
From: "Tim Sheridan" <[EMAIL PROTECTED]>
To: "Ant Users List" <[EMAIL PROTECTED]>
Sent: Tuesday, August 20, 2002 9:07 AM
Subject: ANT 1.5 & MouseWheel.dll
> Has anyone had any luck in attempted to run client application with ANT
and
> having the MouseWheel.dll load on Windows NT/2000? The task goes like
this:
>
> <!-- run client -->
> <target name="run.client" depends="build.all">
> <java classname="isc.client.desktop.Desktop" fork="true"
> dir="${base.path}">
>
> <!-- jvm args -->
> <jvmarg
>
value="-Djava.library.path=${external.path}/isc.mousewheel/MouseWheel.dll"/>
> <jvmarg value="-Djava.compiler=NONE"/>
> <jvmarg value="-Disc.validateVersion=F"/>
>
I'd try using <sysproperty> instead of jvmarg to set the path of the
library; I have used this in junit to load native libraries from where I
want them.
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>