Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-devel] Building the SDK

Hi,

I think there is error here:
Instead of:
generate.feature@net.refractions.udig_sdk.source-feature=net.refractions.udig_sdk-feature
It should be:
generate.feature@net.refractions.udig_base.source-feature=net.refractions.udig_base-feature

I think it gets in a loop while trying to generate/build the sdk.source-feature because it references back itself and all the features to be generated again (hope you understand what I mean)

I'm trying now with this and so far it hasn't crash, but I have to leave. I'll report back tomorrow.

-Panagiotis

On Tue, Jan 3, 2012 at 5:11 AM, Jody Garnett <jody.garnett@xxxxxxxxx> wrote:
I noticed that the build.properties in net.refractions.udig_sdk-feature contains wrong (the old) feature references:

I changed these lines to:

I am still getting a bit confused about what goes where when in these generate.feature lines.


The interesting part is this "<source feature id>:  This is the id of the source feature and plug-in to be generated.  Normally it is something like <feature id>.source".

We *do* have a plugin named "net.refractions.udig_platform.source" and the build.properties there does mark it as a source plugin. I am not sure if the system is smart enough to associate net.refractions.udig_platform.source and net.refractions.udig_platform.source-feature and unpack the sources into the plugin - we will see.

For now I am getting a bit stuck replacing (ant) refresh.xml with (maven) pom-libs.xml - I will let you know how I go.

Jody




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



Back to the top