Skip to main content



      Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Maven Repository for SWT?(Question about putting SWT on a Maven repository)
icon6.gif  Maven Repository for SWT? [message #526626] Mon, 12 April 2010 09:04 Go to next message
Eclipse UserFriend
Is there a way that the SWT team could provide SWT on a Maven repository, such as the Central Maven Repository?

At the moment I'm typing the following commands to add SWT to my local repository but it would be nicer if it could just be added as a dependency.

mvn install:install-file -DgroupId=org.eclipse.swt -DartifactId=win32 -Dversion=3.5.2 -Dpackaging=jar -Dfile=swt.jar
mvn install:install-file -DgroupId=org.eclipse.swt -DartifactId=win32 -Dversion=3.5.2 -Dpackaging=jar -Dfile=src.zip -Dclassifier=sources

mvn install:install-file -DgroupId=org.eclipse.swt -DartifactId=gtk-linux-x86 -Dversion=3.5.2 -Dpackaging=jar -Dfile=swt.jar
mvn install:install-file -DgroupId=org.eclipse.swt -DartifactId=gtk-linux-x86 -Dversion=3.5.2 -Dpackaging=jar -Dfile=src.zip -Dclassifier=sources

mvn install:install-file -DgroupId=org.eclipse.swt -DartifactId=macosx -Dversion=3.5.2 -Dpackaging=jar -Dfile=swt.jar
mvn install:install-file -DgroupId=org.eclipse.swt -DartifactId=macosx -Dversion=3.5.2 -Dpackaging=jar -Dfile=src.zip -Dclassifier=sources

Thanks in advance!

Warm regards,
Jon
Re: Maven Repository for SWT? [message #526956 is a reply to message #526626] Tue, 13 April 2010 10:56 Go to previous messageGo to next message
Eclipse UserFriend
Hi Jon,

Yes, this has been requested, see
https://bugs.eclipse.org/bugs/show_bug.cgi?id=199302 . If I can't get to
this soon then I'll reassign it to someone that can.

Grant


"Jon Kristensen" <technology@jonkristensen.com> wrote in message
news:hpv5p2$h66$1@build.eclipse.org...
> Is there a way that the SWT team could provide SWT on a Maven repository,
such as the Central Maven Repository?
>
> At the moment I'm typing the following commands to add SWT to my local
repository but it would be nicer if it could just be added as a dependency.
>
> mvn
install:install-file -DgroupId=org.eclipse.swt -DartifactId=win32 -Dversion=
3.5.2 -Dpackaging=jar -Dfile=swt.jar
> mvn
install:install-file -DgroupId=org.eclipse.swt -DartifactId=win32 -Dversion=
3.5.2 -Dpackaging=jar -Dfile=src.zip -Dclassifier=sources
>
> mvn
install:install-file -DgroupId=org.eclipse.swt -DartifactId=gtk-linux-x86 -D
version=3.5.2 -Dpackaging=jar -Dfile=swt.jar
> mvn
install:install-file -DgroupId=org.eclipse.swt -DartifactId=gtk-linux-x86 -D
version=3.5.2 -Dpackaging=jar -Dfile=src.zip -Dclassifier=sources
>
> mvn
install:install-file -DgroupId=org.eclipse.swt -DartifactId=macosx -Dversion
=3.5.2 -Dpackaging=jar -Dfile=swt.jar
> mvn
install:install-file -DgroupId=org.eclipse.swt -DartifactId=macosx -Dversion
=3.5.2 -Dpackaging=jar -Dfile=src.zip -Dclassifier=sources
>
> Thanks in advance!
>
> Warm regards,
> Jon
Re: Maven Repository for SWT? [message #526969 is a reply to message #526956] Tue, 13 April 2010 11:22 Go to previous message
Eclipse UserFriend
Thank you! I look forward to be able to start using SWT in my Maven projects! Smile

Take care!
Previous Topic:TreeItem setBackGround() not working....
Next Topic:high number of handles used by form based editor
Goto Forum:
  


Current Time: Mon Jul 21 05:45:38 EDT 2025

Powered by FUDForum. Page generated in 0.37936 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top