You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Kenney Westerhof <fo...@neonics.com> on 2005/07/02 13:09:20 UTC

[m2?] SWT

Hello,

Has anyone found a solution for depending on SWT in a platform
independent manner?

I'd like to depend on any platform implementation of SWT,
and create different distributions for each platform (or some other
solution). So basically I'd want to depend on SWT in general,
not on for instance swt-linux-gtk...

I remember a discussion once on J2EE api's which suffer the same
problem. It was suggested to depend on for instance JBoss and
set the scope to 'provided'. It was also mentioned that
we should be able to depend on an API regardless of implementation.

Are there any existing solutions or plans to accommodate this?

--
Kenney Westerhof
http://www.neonics.com
GPG public key: http://www.gods.nl/~forge/kenneyw.key

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


Re: [m2?] SWT

Posted by Emmanuel Venisse <em...@venisse.net>.
Hi kennew,

This stuff will be resolve by the build profile feature 
(http://docs.codehaus.org/display/MAVEN/Build+Profiles)

Emmanuel

Kenney Westerhof wrote:
> Hello,
> 
> Has anyone found a solution for depending on SWT in a platform
> independent manner?
> 
> I'd like to depend on any platform implementation of SWT,
> and create different distributions for each platform (or some other
> solution). So basically I'd want to depend on SWT in general,
> not on for instance swt-linux-gtk...
> 
> I remember a discussion once on J2EE api's which suffer the same
> problem. It was suggested to depend on for instance JBoss and
> set the scope to 'provided'. It was also mentioned that
> we should be able to depend on an API regardless of implementation.
> 
> Are there any existing solutions or plans to accommodate this?
> 
> --
> Kenney Westerhof
> http://www.neonics.com
> GPG public key: http://www.gods.nl/~forge/kenneyw.key
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
> 
> 


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