B2B hybris模块发电机不工作

B2B hybris模块发电机不工作,hybris,Hybris,在使用b2b_acc配方后,我想做如下模块: ant modulegen -Dinput.module=accelerator -Dinput.name=qqq -Dinput.package=com.fffff.sampa -Dinput.template=develop 但它给出了错误的定义 hybris "java.util.regex.PatternSyntaxException": Illegal repetition near index 0 ${YMODULE_TOKEN}(.*

在使用b2b_acc配方后,我想做如下模块:

ant modulegen -Dinput.module=accelerator -Dinput.name=qqq -Dinput.package=com.fffff.sampa -Dinput.template=develop
但它给出了错误的定义

hybris "java.util.regex.PatternSyntaxException": Illegal repetition near index 0 ${YMODULE_TOKEN}(.*)
而且没有关于如何为b2b服务的信息

我能做什么?我需要开发一个b2b网站。我应该使用extgen吗

现在它给出了:

java.lang.IllegalArgumentException:无法合并命名空间 ((FulfillmentProcess))由于属性重复而转入(()) '委托流程.done(java.lang.Boolean):((履行流程))::YatAttributedDescriptor[FulfillmentProcess items.xml:18(AttributeAglistener)][PROPERTY]' vs '委托进程.done(java.lang.Boolean):((YacCeleratorFulfillmentProcess))::YatAttributedDescriptor[YacCeleratorFulfillmentProcess items.xml:18(AttributeTableGlistener)][PROPERTY]'


使用modulegen创建自定义扩展名时,应删除localextension.properties文件中的现有模板扩展名

删除localextensions.xml文件中可能出现的以下任何扩展名

yacceleratorcore
yacceleratorfacades
yacceleratorstorefront
yacceleratorinitialdata
yacceleratortest
yacceleratorcockpits
yacceleratorfulfilmentproces
有关如何使用modulegen自定义加速器的更多详细信息,请阅读此处:


此问题取决于版本,但请尝试从localextensions.xml中删除yacceleratorfulfillmentproces或yacceleratorbackoffice,这可能会有所帮助