Hi there,

I was trying to generate my i18n files as separate packages,
("packages/parts/i18n-as-parts" = <true>), which worked as expected, but
creates parts with a hash-sum added to the file-names.

I searched for a switch to disable or configure this behavior and found that
"compile-options/paths/scripts-add-hash" (Boolean) switch in CodeGenerator.py
-- but disabled / 'commented out' :( .

Is there a reason why this switch is not present anymore (or why it was never
in)?

Anyway, what I really like to know is: Am I able to configure the behavior how
the package-names are created/generated?

I understand that simply (re-)enabling the above mentioned switch will not
work, 'cause when "packages/separate-loader" is set to <true>, the main loader
and the "resources" package will be created with the same name...


What I would like to see is:

 Current               | Preferred
-----------------------+---------------
app.js                 | app.js
app.aa69bb7e7eaa.js    | app.rc.js  [*]
app-C.fafb0298a764.js  | app-C.js
app-cs.1f5e732571fa.js | app-cs.js
app-de.00a1b3a4a7b8.js | app-de.js
app-en.9eaf1ea043bf.js | app-en.js
app-hu.48521ee7edc0.js | app-hu.js
app-lt.7c097061a299.js | app-lt.js
app-pl.8e7314d99fd2.js | app-pl.js
app-sv.08f9dd33bc7a.js | app-sv.js

[*] 'rc' was chosen arbitrary here. If "packages/separate-loader" is set to
    <false>, this file will not be present.

Is there any way to accomplish this with the current (3.5.x) framework?
Else I will file an enhancement-bug for this.


Greetings,
  Peter


-- 

** Unsere Veranstaltungen: 

T-Matik in Greven, 20.05.2014
Post-Expo in Stockholm, Halle A - Stand A10.05, 23.-25.09.2014
TIS-Hausmesse in Bocholt, 16.10.2014
transfairlog in Hamburg, 04.-06.11.2014


------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to