Re: Problem of resolving eclipse swt linux library

2008-08-27 Thread Carfield Yim
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 >

Re: Problem of resolving eclipse swt linux library

2008-08-26 Thread Carfield Yim
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

Re: Problem of resolving eclipse swt linux library

2008-08-26 Thread Carfield Yim
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.

Problem of resolving eclipse swt linux library

2008-08-22 Thread Carfield Yim
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