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 <wayne...@gmail.com> 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: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to