Re: WAVE : Error while import the project to Eclipse

2015-04-05 Thread chathura silva
Hi Yuri / Charith , Thanks for the help. Regards, Chathura De Silva On Sun, Apr 5, 2015 at 4:17 PM, Roshan Lakmal wrote: > Hi chathura, > > If you want to rest only the .project file, you can use following command: > > git checkout -- .project > > Thanks, > > Roshan > > On Sun, Apr 5, 2015 at

Re: WAVE : Error while import the project to Eclipse

2015-04-05 Thread Roshan Lakmal
Hi chathura, If you want to rest only the .project file, you can use following command: git checkout -- .project Thanks, Roshan On Sun, Apr 5, 2015 at 4:04 PM, chathura silva wrote: > Hello Yuri Z, > > please tell me how to reset the changes that happened due to "ant eclipse" > . > > Then I

Re: WAVE : Error while import the project to Eclipse

2015-04-05 Thread Yuri Z
The git command to reset changes is: git reset --hard make sure to execute this command in the folder where you cloned WIAB. On Sun, Apr 5, 2015 at 1:35 PM chathura silva wrote: > Hello Yuri Z, > > please tell me how to reset the changes that happened due to "ant eclipse" > . > > Then I can try

Re: WAVE : Error while import the project to Eclipse

2015-04-05 Thread chathura silva
Hello Yuri Z, please tell me how to reset the changes that happened due to "ant eclipse" . Then I can try it . On Sun, Apr 5, 2015 at 3:57 PM, Yuri Z wrote: > You don't need to invoke "ant eclipse" as the project already contains > eclipse configuration. Just reset the changes and import as ex

Re: WAVE : Error while import the project to Eclipse

2015-04-05 Thread Yuri Z
You don't need to invoke "ant eclipse" as the project already contains eclipse configuration. Just reset the changes and import as existing project. On Sun, Apr 5, 2015 at 1:24 PM chathura silva wrote: > Hello , > > As in this link > https://cwiki.apache.org/confluence/display/WAVE/ > Client+De