Page 1 of 1

change identifier error - mycompanyAdmin.gwt.xml not found

Posted: Tue Jul 09, 2013 12:23 am
by lotary
Hi All,

I am new to broadleaf commerce. I tired to downloaded the 3.0 to my local, maven install all good, but when i try to change identifier, i got the follow error.

change-identifier:
[echo] com.dwstore
[echo] dwstore

BUILD FAILED
C:\GitHub\DemoSite\build.xml:49: Warning: Could not find file C:\GitHub\DemoSite\admin\src\main\resources\com\mycompany\gwt\mycompanyAdmin.gwt.xml to copy.

Then i try to look up the file on there, it doesn't existed, nor on the github repo either.

What am i doing wrong here?

Thanks advance.

Re: change identifier error - mycompanyAdmin.gwt.xml not found

Posted: Tue Jul 09, 2013 8:00 am
by Paulius
There shouldn't be any gwt files in version 3.0, it looks like your build.xml file is outdated.

Re: change identifier error - mycompanyAdmin.gwt.xml not found

Posted: Tue Jul 09, 2013 8:51 am
by lotary
Thanks for the reply. I am not sure about the gwt use in 3.0. I did a brand new check out, the build file still pointed to that location. Attached a screenshot of the build file from the DemoSite master branch. Is this right?

Thanks.

Re: change identifier error - mycompanyAdmin.gwt.xml not found

Posted: Wed Jul 17, 2013 10:30 am
by lotary
looked into into the code changes, and found that the controllers had been moved into the framework back in March 2013.

Comment out the three lines that pointed to wrong locations in the build.xml.