On Mon, 1 Jun 2009 12:08:48 -0700, Dan Tran <[email protected]> wrote:
> use maven-depdendency-plugin to unpack your zip file and place some
> where your test can understand and load
> 
> -D


Yep, already did that in Project B and found about that on the mailing list
archives. What I'm asking about is how do I get it to exist for Project A.

Project A depends on Project B and I need project A to get the runtime
depends that Project B is unpacking using that plugin.

Thanks, 
David
<snip>
>>>> I've searched the mailing lists and they don't quite get far enough on
>>>> this
>>>> subject for me.
>>>>
>>>> I've got a project, incidentally it's the rxtx.org package, that uses
>> the
>>>> rxtxSerial.dll. I then have another project that uses that project:
>>>>
>>>> Project A
>>>>  |
>>>>  | - Project b
>>>>      |
>>>>      |- zipfile containing rxtxSerial.dll and rxtxParallel.dll
>>>>
>>>> So the end project needs to have the zip file somewhere in it's
runtime
>>>> path. Project A does see that it has a runtime dependency of that zip
>>>> file,
>>>> but nothing smart happens with it.
>>>>
>>>> Basically I need an example of how to do this. If I have to break up
>>>> the
>>>> rxtxSerial.dll and rxtxParallel.dll into two separate artifacts some
>> how,
>>>> I'd like to know how to do that too.
>>>>
>>>> I did apply the hacks to get project b to build and run it's tests.
>>>> That
>>>> all works, but the unpacking of that dependency isn't happening
>>>> anywhere
>>>> else up the hierarchy.
</snip>

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

Reply via email to