Page 1 of 1

Change-identifier Ant task does not work

Posted: Sat Jul 27, 2013 7:59 pm
by tim555
I just downloaded DemoSite 3 from https://github.com/BroadleafCommerce/De ... erce-3.0.x and followed the Getting Started http://docs.broadleafcommerce.org/core/ ... ng-started. I got an error says DemoSite/admin/src/main/resources/com/mycompany/gwt/mycompanyAdmin.gwt.xml does not exist. Do you have any idea?
Thank you.

Re: Change-identifier Ant task does not work

Posted: Mon Jul 29, 2013 7:37 am
by phillipuniverse
modify build.xml in the root and remove this line:

<replace dir="admin" token="com.mycompany.gwt.mycompanyAdmin" value="${maven-group}.gwt.${company-name}Admin" summary="yes" excludes="target/" />

Re: Change-identifier Ant task does not work

Posted: Wed Jul 31, 2013 7:55 pm
by tim555
The error is still there after remove the line. But, this gives me the hint to remove all the <move> tags above the line. Now, Change-identifier task works fine.
Thank you.