windows build on Linux.
>
> -Andrew
>
> On Tue, Aug 26, 2008 at 1:23 PM, Carfield Yim <[EMAIL PROTECTED]>
> wrote:
>>
>> Actually what I like to do is to tell maven to use
>> System.getProperty("user.os") and select the right dependence, is that
>
Actually what I like to do is to tell maven to use
System.getProperty("user.os") and select the right dependence, is that
possible?
Carfield Yim wrote:
>
> I see... thanks, now I can resolve and download the correct swt library.
> However, we would like to make the test
I see... thanks, now I can resolve and download the correct swt library.
However, we would like to make the test running with maven correctly for
Windows and Linux. How can I tell maven to use correct platform of library?
lukewpatterson wrote:
>
> These are in the repo
>
> org.eclipse.swt.gtk.
I try to add eclipse swt linux library to my project. Thus, I add following
library to the pom.xml
org.eclipse.swt
org.eclipse.swt.gtk.linux.x86_64
3.3.0-v3346
provided
org.eclipse.swt
org.eclipse.swt.gtk.linux.x86
3.3.0-v3346
provided
However, maven complaint cannot be find