I'm trying to create B2B accelerator in Hybris 6.0 by using below ant modulegen task
ant modulegen -Dinput.module=accelerator -Dinput.name=training -Dinput.package=de.hybris.training -Dinput.template=develop
But build failed with below error message
[echo] Replacing tokens in template files: D:\Hybris6.0\hybris\temp\hybris/extgen
[replace] Replaced 584 occurrences in 201 files. [copy] Copying 1937 files to D:\Hybris6.0\hybris\temp\hybris\extgen_final\yacceleratorstorefront [echo] Processing extension yb2bacceleratorstorefront
BUILD FAILED D:\Hybris6.0\hybris\bin\platform\build.xml:119: The following error occurred while executing this line: D:\Hybris6.0\hybris\bin\platform\resources\ant\modulegen.xml:324: The following error occurred while executing this line: D:\Hybris6.0\hybris\bin\platform\resources\ant\modulegen.xml:330: The following error occurred while executing this line: D:\Hybris6.0\hybris\bin\platform\resources\ant\modulegen.xml:45: extgen.properties in source extension not found! this is not a template!
What could be wrong??? Please advise and suggest
Best Regards, Arun