|
I have released the first version of the GMetrics plugin supporting (http://gmetrics.sourceforge.net/
). It is in its initial form and there is more work to do to get extra configuration parameters added. I had many requests to release the plugin early so that people could make use of it. It currently supports the 0.2 version of the project. I will continue to add documentation and create the JIRA page for input. Please feel free to try is an give feedback both on the plugin and the project. I have found the project to be extremely useful when combined with codenarc. I would like to see the results of both get published to something like Sonar or http://docs.codehaus.org/display/CUANTO/Cuanto TO Install run grails install-plugin gmetrics TO execute run grails gmetrics It will produce a report in your base directory titled GMetricsReport.html Scott Ryan --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
How can I change the output location in Grails build?
--- Thank You… Mick Knutson, President BASE Logic, Inc. Enterprise Architecture, Design, Mentoring & Agile Consulting p. (866) BLiNC-411: (254-6241-1) f. (415) 685-4233 Website: http://www.baselogic.com Blog: http://www.baselogic.com/blog/ Linked IN: http://linkedin.com/in/mickknutson Twitter: http://twitter.com/mickknutson Vacation Rental: http://tahoe.baselogic.com --- On Tue, Jun 1, 2010 at 9:58 AM, Scott Ryan <[hidden email]> wrote: I have released the first version of the GMetrics plugin supporting (http://gmetrics.sourceforge.net/). It is in its initial form and there is more work to do to get extra configuration parameters added. I had many requests to release the plugin early so that people could make use of it. It currently supports the 0.2 version of the project. I will continue to add documentation and create the JIRA page for input. Please feel free to try is an give feedback both on the plugin and the project. I have found the project to be extremely useful when combined with codenarc. I would like to see the results of both get published to something like Sonar or http://docs.codehaus.org/display/CUANTO/Cuanto |
|
In reply to this post by scryan
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1 Scott Ryan wrote: > It will produce a report in your base directory titled > GMetricsReport.html I tried setting gmetrics.reportName, it prints this: GMetrics finished; report generated: target/test-reports/GMetricsReport.html but it isn't - the report is still in the root directory. Cheers, Marcus -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iEYEARECAAYFAkwFJz0ACgkQXjXn6TzcAQmIbQCfcXbY4/82nLDH3pYADpWiXKC8 tMsAn2ydOjxIRhdz8roYv9BoEG0HwYyI =UUaE -----END PGP SIGNATURE----- --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
In reply to this post by BASE Logic, Inc.
Mark, On Jun 1, 2010, at 9:23 AM, Mick Knutson wrote: How can I change the output location in Grails build? |
|
In reply to this post by Marcus Better
That is one of the parameters I have not finished implementing. I
released early due to demand but still have some rough edges to clean up. Scott Ryan President/CTO Soaring Eagle L.L.C. [hidden email] (303) 263-3044 On Jun 1, 2010, at 9:29 AM, Marcus Better wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Scott Ryan wrote: >> It will produce a report in your base directory titled >> GMetricsReport.html > > I tried setting gmetrics.reportName, it prints this: > > GMetrics finished; report generated: target/test-reports/ > GMetricsReport.html > > but it isn't - the report is still in the root directory. > > Cheers, > > Marcus > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.10 (GNU/Linux) > > iEYEARECAAYFAkwFJz0ACgkQXjXn6TzcAQmIbQCfcXbY4/82nLDH3pYADpWiXKC8 > tMsAn2ydOjxIRhdz8roYv9BoEG0HwYyI > =UUaE > -----END PGP SIGNATURE----- > > > > --------------------------------------------------------------------- > To unsubscribe from this list, please visit: > > http://xircles.codehaus.org/manage_email > > --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
Awesome Scott.
Seems to work well! What might be useful would be to change the output from: Running Gmetrics ... GMetrics finished; report generated: GMetricsReport.html
To Running Gmetrics ... GMetrics finished; report generated: file:///C:/Users/John/workspace/errigal-reporting/GMetricsReport.html So you could copy the url into your browser like grails does when you start the server... but that is probably more pain than it's worth due to differing paths on different OS's. Will play around with it anyway!
On Tue, Jun 1, 2010 at 4:51 PM, Scott Ryan <[hidden email]> wrote: That is one of the parameters I have not finished implementing. I released early due to demand but still have some rough edges to clean up. |
| Powered by Nabble | Edit this page |
