Skip to main content

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

In response to Macro's email I have cleared out my local repo in order to test … 
1) sqlite jar has the wrong version in the manifest against what is
downloaded (.1 -> .24)
I see the following:
- sqlite-jdbc-spatiallite-3.7.2-2.4.jar

Is that correct? It looks rather funny.

Did you update the MANIFEST.MF then? Checking… nope I have performed the fix and will push it up shortly.
2) net.refractions.udig.catalog.tests.shp gives me syntax errors due
to missing DocumentFactory stuff and similar
That was not in my environment for some reason; and thus I missed it when reviewing. 

Naz fixed this on IRC - https://github.com/uDig/udig-platform/pull/125
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)
Good find - fixed now.

I updated the handlers for Service and Resource so the property dialogs are working correctly now - and had a cut and paste mistake.
4) Then I get an exception and the welcome page doesn't show up
properly (missing images):
The welcome page is showing up for me when I run udig.product.
The net.refractions.udig/intro folder is included in build.properties … so I am not sure what to make of this one?

Perhaps you were running net.refractions.udig-product.product a- nope that works for me as well.

5) the commandline maven build does not work for me on a 64 bit linux box.
Can you provide more details in a separate email? Sam reported 64 bit trouble as well; although it builds for me locally.
The eclipse export works as expected, with the necessary dropins folder.
Good to know; that can be our backup plan for making a release.

Jody

Back to the top