Cool, that does exactly what I want. Thanks so much.

Cheers, Eric

On 3/8/2014 9:33 PM, Dan Tran wrote:
use maven dependency to copy your exe into your target/dependency
directory.  Once that happen, you pass
${project.build.directory}/dependency/your.exe to your test

-D


On Sat, Mar 8, 2014 at 7:53 PM, Wayne Fay <[email protected]> wrote:

Understandably

C:\Users\Eric\.m2\repository\net\kolotyluk\windows\elevate\0.0.1-SNAPSHOT\elevate-0.0.1-SNAPSHOT.exe
does not show up on the classpath, but is there some way to pass this
information from Maven to the tests so they can find the executable?
What unit test tool are you using? I would start looking there and
make it work (perhaps even hardcoding some paths etc to start), then
sort out a way to make it work with Maven once you have it working at
a basic level.

Wayne

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]




---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to