wcm-io-frontend / aem-clientlib-generator

Creates configuration files for AEM ClientLibs and synchronizes assets.
Apache License 2.0
62 stars 32 forks source link

serializationFormat slingxml with xml output for Sling-Initial-Content #26

Closed mrozati closed 4 years ago

mrozati commented 4 years ago

add serializationFormat slingxml which can be used for XML outputs for Sling Initial Content. This generates the XML file with the clientlib name.

stefanseifert commented 4 years ago

@ifahrentholz please review

mbehzad commented 4 years ago

@mrozati , re: failed unit-test the new getXmlOutputFile method does not return the contentXml value (from clientlib.js:256) and one of the indentations for the xml output (clientlib.j:205) has one space too much (compared to the test snapshot and other lines in the xml output (:209, :211)

mrozati commented 4 years ago

thanks. I fixed them

ifahrentholz commented 4 years ago

@stefanseifert: On my machine the tests ran without an issue.