Hi Andrea,

As a request for an unsupported model +1.

For the procedure for adding those swt jars:
- http://docs.geotools.org/latest/developer/guide/procedures/add.html

The instructions on that page list some search engines for maven repositories; 
turning up:
- http://mvnrepository.com/artifact/swt


However swt is a special case; as it has a jar+library for each platform. 
Justin ran into a similar thing with with one of his sqlite jdbc drivers.

So I suspect the correct thing to do is to either:
a) mark swt-win32 as a compile dependency; users of the gt-swt jar will need to 
supply swt themselves
b) make a series of profiles at the top of your pom.xml; and set them up to 
automatically engage based on platform
in each profile provide the correct dependency

-- 
Jody Garnett

On Wednesday, 16 February 2011 at 8:06 PM, andrea antonello wrote: 
> Hi developers,
> I would like to add a new unsupported module to the geotools trunk:
> the swt port of the gt-swing module.
> 
> Page is here: http://docs.codehaus.org/display/GEOTOOLS/gt-swt
> 
> I have one problem with the module. The needed swt jars from the
> eclipse framework (7 jars) are not available via maven and I have no
> account/way/idea how to get them on (don't know if it would even make
> sense).
> How would I handle that?
> 
> Thanks,
> Andrea
> 
> ------------------------------------------------------------------------------
> The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
> Pinpoint memory and threading errors before they happen.
> Find and fix more than 250 security defects in the development cycle.
> Locate bottlenecks in serial and parallel code that limit performance.
> http://p.sf.net/sfu/intel-dev2devfeb
> _______________________________________________
> Geotools-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/geotools-devel
> 
------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to