on 2017 May 16 11:01 AM
I am trying to create a new extension in hybris\bin\custom directory in Hybris 6.3 using ant modulegen from command prompt. On running the cmd - "ant modulegen" i am getting the below error.
C:\hybris603\hybris\bin\platform\resources\ant\antmacros.xml:155: mycustomproject.webroot '/rest_junit' is already used by extension 'ycommercewebservices'!
can anyone pleas suggest what might be the issue.
Thanks, Rinu
Go to respective extension's (which is use ycommercewebservices template) tenant_junit.properties file and change - your-extension-name.webroot=/rest_junit to your-extension-name.webroot=/your-extension-name_rest_junit Means you need to change the path (should be unique) of the your-extension-name.webroot path
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It seems like one of the extension you are trying to create is already using /rest_junit
To resolve the problem, remove the ycommercewebservices extension from your localextensions.xml and try.
This will resolve the problem
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi ,
did you generated any new custom extension based on ycommercewebservices as a template.
Actually the problem is two extensions has the same web root '/rest_junit' in extensioninfo.xml of those extension.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hii I'm also facing same issue. Can any one update on this?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
use ant extgen
to create extension
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
10 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.