<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Disqus - Latest Comments for Ronnie76er</title><link>http://disqus.com/by/Ronnie76er/</link><description></description><atom:link href="http://disqus.com/Ronnie76er/comments.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Sun, 20 May 2012 20:40:48 -0000</lastBuildDate><item><title>Re: Getting code coverage in the Play Framework using Jacoco</title><link>https://ronalleva.com/2012/04/25/jacoco-and-play.html#comment-533952653</link><description>&lt;p&gt;Excellent.  Glad you got it working.&lt;/p&gt;&lt;p&gt;No worries, the wording should have been clearing in the post, and now the next person that comes along will have less trouble.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ron Alleva</dc:creator><pubDate>Sun, 20 May 2012 20:40:48 -0000</pubDate></item><item><title>Re: Getting code coverage in the Play Framework using Jacoco</title><link>https://ronalleva.com/2012/04/25/jacoco-and-play.html#comment-533658391</link><description>&lt;p&gt;I am definitely not an sbt expert either, although I'm slowly learning.&lt;/p&gt;&lt;p&gt;A hugely important part of the Build.scala file is the :&lt;/p&gt;&lt;p&gt;lazy val s = Defaults.defaultSettings ++ Seq(jacoco.settings:_*)&lt;/p&gt;&lt;p&gt;Which adds the settings along with the default settings to the variable s.&lt;/p&gt;&lt;p&gt;This line:&lt;/p&gt;&lt;p&gt;val main = PlayProject(appName, appVersion, appDependencies, mainLang = JAVA, settings = s)&lt;/p&gt;&lt;p&gt;adds the settings to the Play project.  You'll notice the "settings=s", which I think is the most important part of this line.&lt;/p&gt;&lt;p&gt;I've modified the post a little bit to make it more clear what's going on in the Build.scala file.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ron Alleva</dc:creator><pubDate>Sun, 20 May 2012 12:15:42 -0000</pubDate></item><item><title>Re: JMeter Maven Plugin</title><link>https://ronalleva.com/pages/maven-jmeter-plugin.html#comment-374642911</link><description>&lt;p&gt;Hmm, I don't see why it wouldn't be able to run with it.  I haven't really looked into the plugins much, and haven't been actively using this plugin lately to maintain it, unfortunately.  Technically however, the jmeter used in this plugin is no different than the one used from the command line.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ron Alleva</dc:creator><pubDate>Mon, 28 Nov 2011 22:30:09 -0000</pubDate></item><item><title>Re: Getting Started with Google Play Music on Ubuntu</title><link>http://www.omgubuntu.co.uk/2011/11/getting-started-with-google-music-on-ubuntu/#comment-373668763</link><description>&lt;p&gt;Try this: &lt;a href="http://ronalleva.com/2011/11/20/google-music-could-not-identify-your-computer-in-ubuntu.html" rel="nofollow noopener" target="_blank" title="http://ronalleva.com/2011/11/20/google-music-could-not-identify-your-computer-in-ubuntu.html"&gt;http://ronalleva.com/2011/1...&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ron Alleva</dc:creator><pubDate>Sun, 27 Nov 2011 12:59:50 -0000</pubDate></item><item><title>Re: Minor issue with Ubuntu Desktop</title><link>http://jlorenzen.blogspot.com/2009/07/minor-issue-with-ubuntu-desktop.html#comment-13215584</link><description>&lt;p&gt;In Compiz, everything is a texture.  On the Intel graphics cards the maximum texture size allowed is 2048x2048.  When you go to an extended monitor, the size of the desktop is larger than 2048 across, so Compiz has a built in check to not start when the desktop size is large than the graphics card's supported texture size.&lt;/p&gt;&lt;p&gt;There is two ways you can fix this.  First way, make your setup one monitor, switch to using compiz, and then switch to two.  Compiz only checks on startup, so when you switch to two monitors, Compiz is already active.&lt;/p&gt;&lt;p&gt;The second choice is to modify the startup script /usr/bin/compiz.  If you look for the check_texture_size function, in there you'll see it returns '1' on a failure (line 270 for me).  You can switch that to 'return 0;'.  Then, you should be able to start compiz.&lt;/p&gt;&lt;p&gt;Also note that since only 2048 is supported, there will be that area of black nothingness that appears on the right-most monitor, where you see all those weird effects of the windows being ghosted.  This is a limitation (as far as I know) of the graphics hardware.&lt;/p&gt;&lt;p&gt;Hope that helps.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ron Alleva</dc:creator><pubDate>Thu, 23 Jul 2009 11:34:07 -0000</pubDate></item></channel></rss>