Re: How to count total lines of code of a GWT project?

2014-05-13 Thread Tom
i got gwt-dev.jar (the 2.5 version) in lib folder, now I just copy gwt-dev.jar of 2.6 version & I got no error. Thank you very much for your info. On Tuesday, May 13, 2014 10:42:56 PM UTC+10, Thomas Broyer wrote: > > > > On Tuesday, May 13, 2014 1:55:31 PM UTC+2, Tom wrote: >> >> tNo, the messa

Re: How to count total lines of code of a GWT project?

2014-05-13 Thread Tom
Thank you Thomas, I am using Java 7 now, I just afraid the incompatible problem, ie I afraid my GWT app (previously built using JDK6 ) could have problem when running in JDK7. On Tuesday, May 13, 2014 10:42:56 PM UTC+10, Thomas Broyer wrote: > > > > On Tuesday, May 13, 2014 1:55:31 PM UTC+2, T

Re: How to count total lines of code of a GWT project?

2014-05-13 Thread Thomas Broyer
On Tuesday, May 13, 2014 1:55:31 PM UTC+2, Tom wrote: > > tNo, the message saying that JRE 6 or 7 & I got JRE 6 so it will be fine. > > I just fixed & not sure it's ok. I right-click myProject--> Google-->Web > ToolKit Setting-->Java Build Path --> "GWT SDK " --> click Edit--> select > GWT 2.6.

Re: How to count total lines of code of a GWT project?

2014-05-13 Thread Tom
That' right, I installed JRE 7 & now no error. On Tuesday, May 13, 2014 10:09:58 PM UTC+10, Drew Spencer wrote: > > No dude, it doesn't say 6 or 7, it says "version *1.7.0 or later* is > needed to run Google Plugin for Eclipse." > > I think you need the v7 JDK on your system path. > > > On 13 Ma

Re: How to count total lines of code of a GWT project?

2014-05-13 Thread Drew Spencer
No dude, it doesn't say 6 or 7, it says "version *1.7.0 or later* is needed to run Google Plugin for Eclipse." I think you need the v7 JDK on your system path. On 13 May 2014 12:55, Tom wrote: > tNo, the message saying that JRE 6 or 7 & I got JRE 6 so it will be fine. > > I just fixed & not su

Re: How to count total lines of code of a GWT project?

2014-05-13 Thread Tom
tNo, the message saying that JRE 6 or 7 & I got JRE 6 so it will be fine. I just fixed & not sure it's ok. I right-click myProject--> Google-->Web ToolKit Setting-->Java Build Path --> "GWT SDK " --> click Edit--> select GWT 2.6.0 ANd now the error gone. Only saw these warning: *[WARN] Server

Re: How to count total lines of code of a GWT project?

2014-05-13 Thread Thomas Broyer
Yes, 1.6, that's what it tells you. And you need 1.7. Also, this is the version of Java used to run Eclipse, not necessarily the one selected for your Eclipse project. On Tuesday, May 13, 2014 1:25:41 PM UTC+2, Tom wrote: > > Ok, I installed again Google Plugin but this time after relaunched Ecli

Re: How to count total lines of code of a GWT project?

2014-05-13 Thread Tom
Ok, I installed again Google Plugin but this time after relaunched Eclipse I saw a red "!" in my project name. Also I saw message "J*RE version is 1.6.0; version 1.7.0 or later is needed to run Google Plugin for Eclipse*." However, I went to Window--> Preferences --> Java --> Installed JREs &

Re: How to count total lines of code of a GWT project?

2014-05-13 Thread Drew Spencer
That doesn't sound like expected behaviour. I would guess there is something else wrong with your installation of eclipse if the GUI is getting all messed up like that after a very simple plugin is installed. I've never had any such problems. Maybe if you post more information about what is goi

Re: How to count total lines of code of a GWT project?

2014-05-13 Thread Tom
My Godness, I put *http://metrics.sourceforge.net/update & now G symbol disapppeared?? * *Why, it's terrible now Why all the Gui structure gone???* *Why "Could not create the view: com.android.ide.eclipse.ddms.views.LogCatView"?* On Tuesday, May 13, 2014 8:42:44 PM UTC+10, Tom wrote: > > Can we

Re: How to count total lines of code of a GWT project?

2014-05-13 Thread Tom
My Godness, I put *http://metrics.sourceforge.net/update & now G symbol disapppeared?? * *Why, it's terrible now Why all the Gui structure gone???* On Tuesday, May 13, 2014 7:27:38 PM UTC+10, Drew Spencer wrote: > > Get the metrics 2 plugin: http://metrics.sourceforge.net/ > > I think this will d

Re: How to count total lines of code of a GWT project?

2014-05-13 Thread Tom
Can we have other solution? Last time I did update something for eClipse & after that couldn't run my app properly. So my eClipse is stable now & I am very scary of updating it. On Tuesday, May 13, 2014 7:27:38 PM UTC+10, Drew Spencer wrote: > > Get the metrics 2 plugin: http://metrics.sourcefo

Re: How to count total lines of code of a GWT project?

2014-05-13 Thread Drew Spencer
Get the metrics 2 plugin: http://metrics.sourceforge.net/ I think this will do exactly what you want. On Tuesday, 13 May 2014 08:37:33 UTC+1, Tom wrote: > > Does GWT 2.5 provide a tool to count total lines of code of a GWT project? > > I installed GWT2.5 in eClipse Juno, in Client package I have

How to count total lines of code of a GWT project?

2014-05-13 Thread Tom
Does GWT 2.5 provide a tool to count total lines of code of a GWT project? I installed GWT2.5 in eClipse Juno, in Client package I have about 191 java files, in Server package I have about 41 java files. Some java files have 12000 lines of code some only have 1 or 2000 lines. But there are comm