为自定义B2C店面启用smartEdit-1811

2020-09-10 16:58发布

         点击此处--->   EasySAP.com群内免费提供SAP练习系统(在群公告中)

加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)


我正在尝试为我的B2C店面(1811版)启用smartedit。 在localextensions.xml文件中提到了以下扩展名

  
          
          
          
          
          
          
          
          

  

local.properties .additionalWebSpringConfigs.smarteditaddon = classpath中的以下条目:/smarteditaddon/web/spring/smarteditaddon-web-spring.xml

使用命令-
ant addoninstall -Daddonnames =" smarteditaddon" -DaddonStorefront.yacceleratorstorefront =" customStorefront"

安装了插件

已经完成了构建,平台更新,但是尝试访问 https://localhost:9002/smartedit,我得到404页面,并且没有控制台错误日志

如果我缺少任何设置smartedit的内容,请告诉我

谢谢

         点击此处--->   EasySAP.com群内免费提供SAP练习系统(在群公告中)

加入QQ群:457200227(SAP S4 HANA技术交流) 群内免费提供SAP练习系统(在群公告中)


我正在尝试为我的B2C店面(1811版)启用smartedit。 在localextensions.xml文件中提到了以下扩展名

  
          
          
          
          
          
          
          
          

  

local.properties .additionalWebSpringConfigs.smarteditaddon = classpath中的以下条目:/smarteditaddon/web/spring/smarteditaddon-web-spring.xml

使用命令-
ant addoninstall -Daddonnames =" smarteditaddon" -DaddonStorefront.yacceleratorstorefront =" customStorefront"

安装了插件

已经完成了构建,平台更新,但是尝试访问 https://localhost:9002/smartedit,我得到404页面,并且没有控制台错误日志

如果我缺少任何设置smartedit的内容,请告诉我

谢谢

6条回答
SAP砖家
1楼 · 2020-09-10 17:43.采纳回答

classpath中的旧的Spring jar很少,删除它们可以解决此问题。

DafaDDDa
2楼-- · 2020-09-10 17:45

感谢您的即时答复,按照https://help.hybris.com/1811/hcd/6d55d5fba206425b9acecda9f2311483.html

我正在尝试使用我的自定义店面设置和访问OOTB smartedit,应该为OOTB smartedit安装grunt还是仅为自定义smartedit模块安装grunt。 你可以在这里指导我吗

谢谢

SC_Yao
3楼-- · 2020-09-10 17:36

嗨-您不需要 local.properties 文件中的以下条目:

  yacceleratorstorefront.additionalWebSpringConfigs.smarteditaddon = classpath:/smarteditaddon/web/spring/smarteditaddon-web-spring.xml
  

应该通过 addoninstall 命令将其自动添加到 smarteditaddon 的project.properties文件中。 请检查该文件,如果在该文件中找不到该条目,则需要再次执行 addoninstall 命令。 另外,请检查您的 customStorefront 的extensioninfo.xml。 执行 addoninstall 命令后,必须自动在其中添加对 smarteditaddon 的依赖。 有关详细信息,请参见 https://help.hybris.com/1811/hcd/8adf7365866910149ceb975f778d809d.html

此外,要使用SmartEdit框架,您必须在开发环境中安装第三方软件Grunt。 有关更多信息,请参见 https://help.hybris.com/1811/hcd/ad424f0b4381401e899c54ce7060f04a.html

确保上述几点后,请执行 ant clean all updatesystem 并再次检查。

Aaron 3364
4楼-- · 2020-09-10 17:40

也尝试添加这些内容,仍然存在相同的问题。

闻人可可
5楼-- · 2020-09-10 17:28

谢谢,project.properties dint会自动添加此属性,因此我已在local.properties中显式添加。 ExtensionInfo.xml具有依赖性。

在执行addoninstall命令时,我看不到该条目已添加到customstorefront project.properties,而smarteditaddon yacceleratorstorefront.additionalWebSpringConfigs.smarteditaddon = classpath \:/smarteditaddon/web/spring/smarteditaddon-web-spring中没有以下条目 .xml

我们是否应该将其添加到local.properties customStorefrontName.additionalWebSpringConfigs.smarteditaddon = classpath:/smarteditaddon/web/spring/smarteditaddon-web-spring.xml

我了解到我们需要为Smartedit设置Grunt。 这是强制性的吗? 以及安装smartedit的重要步骤是什么?

谢谢

宇峰Kouji
6楼-- · 2020-09-10 17:40

您好,我尝试了以下步骤- https://help.hybris.com/1811/hcd/6d55d5fba206425b9acecda9f2311483.html

https://help.hybris.com/1811/hcd所述安装Grunt /ad424f0b4381401e899c54ce7060f04a.html

在路径环境变量中添加了以下内容-NPM_ANCILLARY ='npm辅助扩展的路径'NODE_HOME = $ NPM_ANCILLARY/resources/npm/node/node-node-v8.11.0-darwin-x64 GRUNT_HOME = $ NPM_ANCILLARY/resources/npm/node_modules 导出PATH = $ NODE_HOME/bin:$ GRUNT_HOME/.bin:$ PATH

然后,按照以下步骤操作-以管理员权限运行命令提示符(右键单击Windows/"开始"图标-命令提示符(管理员),而不只是命令提示符)。 在hybris/bin/platform下运行" ant npminstall"。 在hybris/bin/ext-smartedit/cmssmartedit下运行" ant build"。 在hybris/bin/ext-content/smartedit下运行" ant build"。 在hybris/bin/custom/下运行" ant build"。

在平台上执行蚂蚁构建,然后在平台上清理所有蚂蚁服务器启动-HAC更新

在尝试访问smartedit时仍然出现404页面,但在控制台或浏览器中没有错误日志

我缺少任何内容,因为wiki文档有点混乱。请输入任何内容

谢谢

一周热门 更多>