Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-devel] sdk testing 1.2-SNAPSHOT

sdk tested; able to both run udig.product, and release the custom app.

Minor changes made to SDKQuickstart (ie version numbers and download
links). Will upload another day.

Jody

On Tue, Aug 3, 2010 at 11:37 PM, Jody Garnett <jody.garnett@xxxxxxxxx> wrote:
> All fixed; replacement sdk uploading now.
> Jody
>
> On 03/08/2010, at 11:14 PM, Jody Garnett wrote:
>
>> Okay I found it - in my sdk packaging script I deliberately shot myself in the foot (ow!).
>>
>>       echo "Prepairing ${BUILD}/sdk"
>>        rm -rf ${BUILD}/sdk/udig_sdk/*.app
>>        rm ${BUILD}/sdk/udig_sdk/*.exe
>>        rm ${BUILD}/sdk/udig_sdk/*.ini
>>        rm ${BUILD}/sdk/udig_sdk/*.sh
>>
>>        rm -rf ${BUILD}/sdk/udig_sdk/configuration
>>
>>        rm ${BUILD}/sdk/udig_sdk/plugins/*swt*
>>
>> The last line above being the source of the problem. I am going to try again (the idea is to remove any platform specific swt jars; as the sdk is designed to be used with the delta-pack).
>>
>> The side effect of hunting down this problem is I was able to remove a lot of plugins from udig_base feature (ones that were already listed for the rcp feature, or for the help feature (which I am going to try and use as is).
>>
>> Jody
>>
>> On 03/08/2010, at 5:11 PM, Jody Garnett wrote:
>>
>>> I was unable to run from the produced sdk (win64 windows 7, eclipse
>>> 3.6.0). After setting things up, importing the udig plugin into my
>>> workspace, opening the udig.product and hitting run it fails to start.
>>>
>>> Checking with validate plugins shows that  org.eclipse.ui is unwilling
>>> to load without swt. And swt fails with the following....
>>>
>>> org.eclipse.swt.win32.win32.x86
>>> Missing Constraint: Fragment-Host: org.eclipse.swt;
>>> bundle-version="[3.0.0,4.0.0]"
>>>
>>> So this is a blocker on the release and will probably be my top
>>> priority this evening.
>>>
>>> If anyone has clues into how org.eclipse.swt and
>>> org.eclipse.swt.win32.win32.x86 interact I am all ears.
>>>
>>> Jody
>>
>
>


Back to the top