Hi All,I have a spar file created and am trying to install it.While doing so , below error is logged.BUILD FAILED/opt/iw/iw-home/TeamSite/install/install_archive.xml:133: Error importing files: Error on line 8759 of document : The entity name must immediately follow the '&' in the entity reference. Nested exception: The entity name must immediately follow the '&' in the entity reference.Please help me to find the solution.Regards,Chaya
I also facing the same issue.
Install_archive.xml from Line no 116 to 139 says
-------------------------------------------------------
<!-- <echoproperties/> --> <taskdef name="archiveinstaller" classname="com.interwoven.livesite.tools.LSArchiveImportTask" classpathref="classpath.archive.install"/>
<archiveinstaller configDir="${lsconfig.dir}" componentWorkarea="${cfg.target.workarea}" templateWorkarea="livesite.templateImportArea" sitesWorkarea="${sites.workarea}" taxonomyWorkarea="${taxonomies.path}" workflowWorkarea="${workflows.path}" lsConfigWorkarea="${lsConfig.path}" i18nWorkarea="${i18n.path}" submitFlag="${cfg.submit.flag}" submitComment="${cfg.submit.comment}" extendedAttributeManifestPath="${eamanifest.path}" archiveName="${sparname}" ---- This is line no 133 archive="${source.directory}"/> ---- This is line no 134
<!-- Install the toolkit files --> <!-- TODO: make this conditional upon having toolkit files -->
</target>
Install Archive log file shows the following error message
[archiveinstaller] Checking for EA manifest at meta-inf/eamanifest.xml[archiveinstaller] org.dom4j.DocumentException: Error on line 30 of document : The reference to entity "W_232x162.png" must end with the ';' delimiter. Nested exception: The reference to entity "W_232x162.png" must end with the ';' delimiter.[archiveinstaller] at org.dom4j.io.SAXReader.read(SAXReader.java:482)[archiveinstaller] at org.dom4j.io.SAXReader.read(SAXReader.java:343)[archiveinstaller] at com.interwoven.livesite.tools.archive.EAManifest.parse(EAManifest.java:96)
My eamanifest file has the following snippet for the png file infected.
<File><Path>/assets/images/homepage/logos/0-0_Homepage_Logo_B&W_232x162.png</Path><Metadata></Metadata></File><File><Path>/sites/sitename/newsroom/press-releases/somepage.page</Path><Metadata> <ExtendedAttribute> <Name>G11N/Locale</Name> <Value>en</Value> </ExtendedAttribute> <ExtendedAttribute> <Name>G11N/Localizable</Name> <Value>true</Value> </ExtendedAttribute> <ExtendedAttribute> <Name>TeamSite/Assocation/Version</Name> <Value>1</Value> </ExtendedAttribute></Metadata></File>
I hope & is not a a problem here.
BTW I am using TS732 on WIndows environment