Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ecf-dev] [Gsoc][ECF Tooling]-Generate codes for Service Registration & Service Client

On 09/17/2013 02:16 PM, Salinda Jayawardana wrote:
> Ok,then I will create a property file for the project, then user can
> change service URL and Container type via this file in the runtime,

A property file is only read one during application startup. Changes
done to it during runtime won't result in your code picking it up
automatically.
Anyway, a property file is good enough for the moment.

> To remove the compilation errors in the generated codes, we have to add
> relevant dependencies into MANIFEST.MF file. So when we doing this
> programatically , do we  add those entries into MANIFEST.MF using normal
> file operations ? or is there any  recommended approach to do this

Do not modify the MANIFEST.MF manually. JDT/PDE should have support for.
Use the Manifest editor as an example how it is done.

M.




Back to the top