<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Using PC Lint in Eclipse &#8211; no plug-ins required</title>
	<atom:link href="http://www.bezem.de/2009/08/using-pc-lint-in-eclipse-no-plug-ins-required/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bezem.de/2009/08/using-pc-lint-in-eclipse-no-plug-ins-required/</link>
	<description>Development &#38; Project Management</description>
	<lastBuildDate>Thu, 29 Sep 2011 07:12:27 +0200</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: Johan Bezem</title>
		<link>http://www.bezem.de/2009/08/using-pc-lint-in-eclipse-no-plug-ins-required/comment-page-1/#comment-164</link>
		<dc:creator>Johan Bezem</dc:creator>
		<pubDate>Thu, 29 Sep 2011 07:12:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.bezem.de/?p=245#comment-164</guid>
		<description>Sorry for the long response time, I&#039;ll try to improve.
What options did you provide in step 5?
I don&#039;t have eclipse running at the moment, but the options/parameters you have to provide in step 5 determine what parameters lint-nt.exe will see. It looks as if there&#039;s a potential problem.
If you have used my &quot;&lt;a href=&quot;http://www.bezem.de/pdf/htwpl.pdf&quot; rel=&quot;nofollow&quot;&gt;How to wield PC Lint&lt;/a&gt;&quot; document, the options could read something like&lt;br&gt;&lt;code&gt;loptions.lnt project.lnt temp.lnt -u ${selected_resource_loc}&lt;/code&gt;&lt;br&gt;
If that doesn&#039;t help, please provide some more details of what you did.

HTH,

Johan</description>
		<content:encoded><![CDATA[<p>Sorry for the long response time, I&#8217;ll try to improve.<br />
What options did you provide in step 5?<br />
I don&#8217;t have eclipse running at the moment, but the options/parameters you have to provide in step 5 determine what parameters lint-nt.exe will see. It looks as if there&#8217;s a potential problem.<br />
If you have used my &#8220;<a href="http://www.bezem.de/pdf/htwpl.pdf" rel="nofollow">How to wield PC Lint</a>&#8221; document, the options could read something like<br /><code>loptions.lnt project.lnt temp.lnt -u ${selected_resource_loc}</code><br />
If that doesn&#8217;t help, please provide some more details of what you did.</p>
<p>HTH,</p>
<p>Johan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dobromy</title>
		<link>http://www.bezem.de/2009/08/using-pc-lint-in-eclipse-no-plug-ins-required/comment-page-1/#comment-149</link>
		<dc:creator>dobromy</dc:creator>
		<pubDate>Fri, 29 Jul 2011 11:59:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.bezem.de/?p=245#comment-149</guid>
		<description>Good description!

But unfortunately it didn&#039;t help me to integrate PC-Lint into Code-Warrior V10.1 based on Eclipse. I did all the steps described above and it was possible to call lint-nt application as soon as I tried to biuld a project, but no files were passed as argument!

What could be my mistake?

BR.
Peter</description>
		<content:encoded><![CDATA[<p>Good description!</p>
<p>But unfortunately it didn&#8217;t help me to integrate PC-Lint into Code-Warrior V10.1 based on Eclipse. I did all the steps described above and it was possible to call lint-nt application as soon as I tried to biuld a project, but no files were passed as argument!</p>
<p>What could be my mistake?</p>
<p>BR.<br />
Peter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nietfou</title>
		<link>http://www.bezem.de/2009/08/using-pc-lint-in-eclipse-no-plug-ins-required/comment-page-1/#comment-121</link>
		<dc:creator>nietfou</dc:creator>
		<pubDate>Thu, 09 Dec 2010 08:54:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.bezem.de/?p=245#comment-121</guid>
		<description>I finally found a solution to avoid the Eclipse limitation in specifying options through the Buid(incremental build) text field.

The way I choosed is to define the whole command line in a batch file and to reference this batch file instead of the lint-nt.exe.</description>
		<content:encoded><![CDATA[<p>I finally found a solution to avoid the Eclipse limitation in specifying options through the Buid(incremental build) text field.</p>
<p>The way I choosed is to define the whole command line in a batch file and to reference this batch file instead of the lint-nt.exe.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nietfou</title>
		<link>http://www.bezem.de/2009/08/using-pc-lint-in-eclipse-no-plug-ins-required/comment-page-1/#comment-120</link>
		<dc:creator>nietfou</dc:creator>
		<pubDate>Thu, 09 Dec 2010 08:30:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.bezem.de/?p=245#comment-120</guid>
		<description>I found the reason of the -j option always present. On the behaviour tab, &quot;use parallel build&quot; must be unchecked to remove the -j option.

But now, when this is the build options provided in the Build(Incremental build) text field that are the problem. If using the -os(xxx) option, Eclipse complains because there are options after the &#039;)&#039; character. If using the &gt;xxx syntax to redirect output, error 72: bad option is mentionned. The options (-b loptions.lnt project.lnt temp.lnt files.lnt &gt;lintout.tmp) are not the cause as they don&#039;t make any problem when used when calling lint-nt from the command line.

It seems a lot changed since Ganymede release. Where you not encountering such problems?</description>
		<content:encoded><![CDATA[<p>I found the reason of the -j option always present. On the behaviour tab, &#8220;use parallel build&#8221; must be unchecked to remove the -j option.</p>
<p>But now, when this is the build options provided in the Build(Incremental build) text field that are the problem. If using the -os(xxx) option, Eclipse complains because there are options after the &#8216;)&#8217; character. If using the &gt;xxx syntax to redirect output, error 72: bad option is mentionned. The options (-b loptions.lnt project.lnt temp.lnt files.lnt &gt;lintout.tmp) are not the cause as they don&#8217;t make any problem when used when calling lint-nt from the command line.</p>
<p>It seems a lot changed since Ganymede release. Where you not encountering such problems?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nietfou</title>
		<link>http://www.bezem.de/2009/08/using-pc-lint-in-eclipse-no-plug-ins-required/comment-page-1/#comment-119</link>
		<dc:creator>nietfou</dc:creator>
		<pubDate>Thu, 02 Dec 2010 12:58:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.bezem.de/?p=245#comment-119</guid>
		<description>Dear Johan,

I tried to apply your hints to use PC-Lint in Eclipse. I&#039;m not using the Ganymede version but the Galileo (In fact Altium Tasking running on Eclipse Galileo). I&#039;m getting a strange behavior in the Build command field. There is always a -j option automatically added to the build command I&#039;m entering. Did you also encounter this behavior with Ganymede? PC-Lint doesn&#039;t support this -j option and stops executing.

Any hint about this issue welcomed!

Best regards.

J-D</description>
		<content:encoded><![CDATA[<p>Dear Johan,</p>
<p>I tried to apply your hints to use PC-Lint in Eclipse. I&#8217;m not using the Ganymede version but the Galileo (In fact Altium Tasking running on Eclipse Galileo). I&#8217;m getting a strange behavior in the Build command field. There is always a -j option automatically added to the build command I&#8217;m entering. Did you also encounter this behavior with Ganymede? PC-Lint doesn&#8217;t support this -j option and stops executing.</p>
<p>Any hint about this issue welcomed!</p>
<p>Best regards.</p>
<p>J-D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KolbenJoe</title>
		<link>http://www.bezem.de/2009/08/using-pc-lint-in-eclipse-no-plug-ins-required/comment-page-1/#comment-113</link>
		<dc:creator>KolbenJoe</dc:creator>
		<pubDate>Mon, 22 Nov 2010 13:09:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.bezem.de/?p=245#comment-113</guid>
		<description>Great description!

That&#039;s what I was missing - I always tried fruitlessly with Lint as external tool and additional error parsers. 
Now I am able to lint a single file using the string &quot; -u  ${selected_resource_loc}&quot; in the workbench build behaviour.

best regards,

Thorsten</description>
		<content:encoded><![CDATA[<p>Great description!</p>
<p>That&#8217;s what I was missing &#8211; I always tried fruitlessly with Lint as external tool and additional error parsers.<br />
Now I am able to lint a single file using the string &#8221; -u  ${selected_resource_loc}&#8221; in the workbench build behaviour.</p>
<p>best regards,</p>
<p>Thorsten</p>
]]></content:encoded>
	</item>
</channel>
</rss>

