Re: [flexcoders] Maintaining styles and locales(proeprties files)

2008-05-13 Thread Mayur Bais
can u not keep the styles and text file..in once folder..
and add that folder as a external source path ..to all ur locale project..
and there by only one copy gets used across all projects...


On 5/13/08, mydarkspoon <[EMAIL PROTECTED]> wrote:
>
>   Hi,
> I'm currently working on a project where both styles and language
> content are externalized and loaded at runtime.
> The same application is supplied to all clients from the same code
> base, and the changes are only made on the locales/styles.
>
> As the styles and the locales are compiled for every client
> differently, they're located on separated projects:
> -Main application project (Same code base for all clients)
> -Styles flex project (per client)
> -Locale project (per client)
>
> Since the main app is rapidly being developed, new styles and texts
> are added.
> Whenever new text is added to the app, it needs to be added to each
> and every locale project, even if all clients share the same text.
> same goes with styles.
>
> This is a quite maintenance issue and I'm looking for ways to make
> this proccess easier.
>
> I'll be really glad to get get some advices regarding maintenance of
> such architecture.
>
> Thanks in advance,
>
> Almog Kurtser.
>
>  
>


[flexcoders] Maintaining styles and locales(proeprties files)

2008-05-13 Thread mydarkspoon
Hi,
I'm currently working on a project where both styles and language
content are externalized and loaded at runtime.
The same application is supplied to all clients from the same code
base, and the changes are only made on the locales/styles.

As the styles and the locales are compiled for every client
differently, they're located on separated projects:
-Main application project (Same code base for all clients)
-Styles flex project (per client)
-Locale project (per client)

Since the main app is rapidly being developed, new styles and texts
are added.
Whenever new text is added to the app, it needs to be added to each
and every locale project, even if all clients share the same text.
same goes with styles.

This is a quite maintenance issue and I'm looking for ways to make
this proccess easier.

I'll be really glad to get get some advices regarding maintenance of
such architecture.

Thanks in advance,

Almog Kurtser.