wcms-build-error

Description

das build-file für das wcms-modul bzw. die datei
mycore.properties.wcms.template und die anleitung dazu
im user-guide sollten nochmals überprüft, funktioniert
so nicht, wenn man das tomcat-webapps-verzeichnis
wirklich neu aufsetzt und die alten
module-verzeichnisse löscht...
zum beispiel soll das
MCR.WCMS.navigationFile
ja laut templatefile in
$AppsServerDocumentRoot/webapps/modules/module-wcms/uif/web/common/navigation.xml
liegen...
aber wann wird es dahin kopiert?

folgender workaraound kopiert alle module-spezifischen
dateien direkt nach $AppsServerDocumentRoot (dann fehlt
sicher nichts...)
man füge

MCR.WCMS.AppsServerDocumentRoot=/export/www/tomcat/

in
wcms.mycore.properties
ein

und im wcms-buildfile ersetze man

<!-- create WCMS working directories ant set
permissions -->
<loadproperties
srcFile="${basedir}/modules/module-wcms/aif/config/mycore.properties.wcms">
<filterchain>
<linecontains>
<contains value="MCR.WCMS."/>
</linecontains>
</filterchain>
</loadproperties>
<chmod file="${MCR.WCMS.navigationFile}" perm="644"/>

MIT

<!-- create WCMS working directories ant set
permissions -->
<loadproperties
srcFile="${basedir}/modules/module-wcms/aif/config/mycore.properties.wcms">
<filterchain>
<linecontains>
<contains value="MCR.WCMS."/>
</linecontains>
</filterchain>
</loadproperties>
<!-- workaraound -->
<copy
todir="${MCR.WCMS.AppsServerDocumentRoot}webapps/content">
<fileset
dir="${env.MYCORESAMPLE_HOME}/webapps/content" />
</copy>
<copy
todir="${MCR.WCMS.AppsServerDocumentRoot}webapps/modules">
<fileset
dir="${env.MYCORESAMPLE_HOME}/webapps/modules" />
</copy>
<!-- ende workaround -->
<chmod file="${MCR.WCMS.navigationFile}" perm="644"/>

Environment

None

Activity

Thomas Scheffler 
February 1, 2015 at 1:35 PM

closed all issues resolved before end of last year

Jira Admin 
June 6, 2006 at 8:48 AM

Logged In: YES
user_id=1211259

New installation routine according to alpha release 1.3
should solve this problem.

Jira Admin 
June 6, 2006 at 8:47 AM

Logged In: YES
user_id=1211259

New installation routine according to alpha release 1.3
should solve this problem.

Jira Admin 
June 6, 2006 at 8:47 AM

  • *status*: open --> closed

Fixed

Details

Assignee

Reporter

External issue ID

Fix versions

Priority

Created February 16, 2005 at 5:56 PM
Updated May 16, 2018 at 11:13 AM
Resolved May 16, 2018 at 11:13 AM

Flag notifications