Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-devel] udig environment + build

Sqlite jar was one of the problems I also got while downloading libs with Maven..  ..but I did nota care since I was having many others related with imageio-ext-gdal stuff.

Marco

On Aug 21, 2012 3:25 p.m., "andrea antonello" <andrea.antonello@xxxxxxxxx> wrote:
Jody, I had a couple of issues in getting the devel environment up and
running again.
I will take notes here, then tomorrow, if we have time, we can go over
it if you like.

1) sqlite jar has the wrong version in the manifest against what is
downloaded (.1 -> .24)

2) net.refractions.udig.catalog.tests.shp gives me syntax errors due
to missing DocumentFactory stuff and similar

3) If I run the thing, I get this one:
!ENTRY org.eclipse.ui.workbench 2 0 2012-08-21 12:59:21.722
!MESSAGE A handler conflict occurred.  This may disable some commands.
!SUBENTRY 1 org.eclipse.ui.workbench 2 0 2012-08-21 12:59:21.722
!MESSAGE Conflict for 'net.refractions.udig.catalog.ui.command.reset':
HandlerActivation(commandId=net.refractions.udig.catalog.ui.command.reset,
        handler=net.refractions.udig.catalog.internal.ui.actions.ResetServiceHandler,
        _expression_=,sourcePriority=0)
HandlerActivation(commandId=net.refractions.udig.catalog.ui.command.reset,
        handler=net.refractions.udig.catalog.internal.ui.actions.ResetServiceHandler,
        _expression_=,sourcePriority=0)

... but no idea about it.

4) Then I get an exception and the welcome page doesn't show up
properly (missing images):

!MESSAGE Could not load SWT style: css/shared.css
!STACK 0
java.net.MalformedURLException: no protocol: css/shared.css
        at java.net.URL.<init>(URL.java:567)
        at java.net.URL.<init>(URL.java:464)
        at java.net.URL.<init>(URL.java:413)
        at org.eclipse.ui.internal.intro.impl.swt.SharedStyleManager.load(SharedStyleManager.java:66)
        at org.eclipse.ui.internal.intro.impl.swt.SharedStyleManager.<init>(SharedStyleManager.java:58)
        at org.eclipse.ui.internal.intro.impl.presentations.FormIntroPartImplementation.<init>(FormIntroPartImplementation.java
:94)

5) the commandline maven build does not work for me on a 64 bit linux box.

The eclipse export works as expected, with the necessary dropins folder.

Cheers,
Andrea
_______________________________________________
User-friendly Desktop Internet GIS (uDig)
http://udig.refractions.net
http://lists.refractions.net/mailman/listinfo/udig-devel

Back to the top