Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [dsdp-ercp-dev] Application Manager feature installation


Hi Danail,

Sorry for the late response. (last week is the Chinese New Year)

It's a workaround for some limitation on windows mobile.
The folder on windows mobile file system has no the attribute of modification time,
but the plugin "org.eclipse.update.configurator" uses this attribute to know new feature is installed (and then update the "platform.xml").
So I added this quick dirty workarounf on Application manager.
I'll try to change the code to be smart : )


Best Regards, Julian Chen
Software Engineer, IBM GCG Taiwan
E-Mail : julianc@xxxxxxxxxx  Tel:886-2-8170-6787, Fax:886-2-2655-0541



Danail Nachev <d_nachev@xxxxxxxxxx>
Sent by: dsdp-ercp-dev-bounces@xxxxxxxxxxx

2007/02/21 上午 01:27

Please respond to
DSDP ercp list <dsdp-ercp-dev@xxxxxxxxxxx>

To
dsdp-ercp-dev@xxxxxxxxxxx
cc
Subject
[dsdp-ercp-dev] Application Manager feature installation





Hi,

Application Manager GUI has an interesting way of installing new
features: it uses the normal mechanisms to place the features and
plugins in the proper places and then removes the platform.xml, so the
update.configurator will pick up the changes.

Why is this needed? Isn't better that it uses the provided API to handle
this?
--
-------------------------------------------------
Danail Nachev . Software Engineer/Development Tools
ProSyst Labs EOOD
1606 Sofia, Bulgaria . 48 Vladajska Str.
Phone:  +359 (0)2 952 35 81/102 . Fax +359 (0)2 953 26 17
http://www.prosyst.com . d_nachev@xxxxxxxxxx
-------------------------------------------------
stay in touch with your product.
-------------------------------------------------
_______________________________________________
dsdp-ercp-dev mailing list
dsdp-ercp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dsdp-ercp-dev


Back to the top