From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,59f7e099a1b75f38 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Received: by 10.68.73.229 with SMTP id o5mr1804718pbv.7.1326966334037; Thu, 19 Jan 2012 01:45:34 -0800 (PST) Path: lh20ni199310pbb.0!nntp.google.com!news2.google.com!postnews.google.com!o12g2000vbd.googlegroups.com!not-for-mail From: Martin Newsgroups: comp.lang.ada Subject: Re: source code line counting in ada Date: Thu, 19 Jan 2012 01:45:33 -0800 (PST) Organization: http://groups.google.com Message-ID: <6ebd171e-149b-4ed5-8317-dea6ad1ef094@o12g2000vbd.googlegroups.com> References: <2a71b926-6ba5-4bb4-a4bf-c575e1a9711c@z12g2000yqm.googlegroups.com> NNTP-Posting-Host: 20.133.0.8 Mime-Version: 1.0 X-Trace: posting.google.com 1326966333 3302 127.0.0.1 (19 Jan 2012 09:45:33 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 19 Jan 2012 09:45:33 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: o12g2000vbd.googlegroups.com; posting-host=20.133.0.8; posting-account=g4n69woAAACHKbpceNrvOhHWViIbdQ9G User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HUALERCFNK X-HTTP-UserAgent: Mozilla/5.0 (Windows NT 5.1; rv:10.0) Gecko/20100101 Firefox/10.0,gzip(gfe) Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Date: 2012-01-19T01:45:33-08:00 List-Id: On Jan 19, 9:39=A0am, tonyg wrote: > Is there a utility that can count lines of ada source code? Maybe > there is something in gnat-gps? GPS -> Tools -> Metrics which I guess uses gnatmetric.exe, which can be used from the command line. -- Martin