<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:wfw="http://wellformedweb.org/CommentAPI/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
>
<!-- MHonArc v2.6.10 -->
	<channel>
		<title>platform-ant-dev</title>
		<link>http://dev.eclipse.org/mhonarc/lists/platform-ant-dev/maillist.html</link>
		<description>platform-ant-dev</description>
		<language>en-us</language>
		<pubDate>Mon, 16 Nov 2009 17:20:43 GMT</pubDate>
		<lastBuildDate>Mon, 16 Nov 2009 17:20:43 GMT</lastBuildDate>
		<docs>http://blogs.law.harvard.edu/tech/rss</docs>
		<generator>MHonArc RSS 2.0 RCFile</generator>
		<managingEditor>webmaster@eclipse.org (Webmaster)</managingEditor>
		<webMaster>webmaster@eclipse.org (Webmaster)</webMaster>
		<image>
			<title>platform-ant-dev</title>
			<url>http://www.eclipse.org/eclipse.org-common/themes/Phoenix/images/eclipse_home_header.jpg</url>
			<link>http://dev.eclipse.org/mhonarc/lists/platform-ant-dev/maillist.html</link>
		</image>
 

	<item>
		<title>[platform-ant-dev] Moving Ant to the run and debug launch groups?</title>
		<link>http://dev.eclipse.org/mhonarc/lists/platform-ant-dev/msg01185.html</link>
		<description> Ant support in Eclipse has always been provided via the external tools launch group, which is a debatable placement, since Ant support is provided in Eclipse and is not actually an external tool. That being said, in 3.6 we are examining if we should move ...</description>
		<content:encoded><![CDATA[
<p>Ant support in Eclipse has always been provided via the external tools launch group, which is a debatable placement, since Ant support is provided in Eclipse and is not actually an external tool.<br>
<br>
That being said, in 3.6 we are examining if we should move Ant to the Run and Debug launch groups. There are many benefits to this move but three of the most notable are:<br>
<br>
1. You run an Ant build, not an external tool that runs an Ant build<br>
2. You can debug Ant build files, but this functionality is quite hidden without a &quot;debug external tools&quot; launch menu (or the like)<br>
3. we can remove a lot of unnecessary code hacks currently in the launching code to prevent Ant from showing up in &quot;normal&quot; launch groups<br>
<br>
On the flip-side, there is the argument that users used to seeing Ant in external tools might think the support is gone if it is moved.<br>
<br>
Thoughts / feedback should be added to bug <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=80552">https://bugs.eclipse.org/bugs/show_bug.cgi?id=80552</a>.<br>
<br>
Michael Rennie]]></content:encoded>
		<pubDate>Mon, 16 Nov 2009 17:12:17 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/platform-ant-dev/msg01185.html</guid>
		<author>Michael_Rennie@xxxxxxx (Michael Rennie)</author>
	</item>


	<item>
		<title>[platform-ant-dev] Ant contribution</title>
		<link>http://dev.eclipse.org/mhonarc/lists/platform-ant-dev/msg01184.html</link>
		<description>The map file has been updated for the following Bug changes: The following projects have changed: org.eclipse.ant.core org.eclipse.ant.tests.core Darin </description>
		<content:encoded><![CDATA[<pre>The map file has been updated for the following Bug changes:
+ Bug 294502. Handling of unknown arguments/targets (FIXED)

The following projects have changed:
org.eclipse.ant.core
org.eclipse.ant.tests.core

Darin


</pre>]]></content:encoded>
		<pubDate>Mon, 09 Nov 2009 21:24:43 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/platform-ant-dev/msg01184.html</guid>
		<author>Darin_Wright@xxxxxxx (Darin Wright)</author>
	</item>


	<item>
		<title>RE: [platform-ant-dev] Distribution?</title>
		<link>http://dev.eclipse.org/mhonarc/lists/platform-ant-dev/msg01183.html</link>
		<description>Thanks for the reply! Sadly I have no Java skills to investigate the &amp;quot;pattern match listener&amp;quot; extensions... I'm having a bit of an issue in that the lack of 'intellisense' type behaviour in either the CDT or the JDK Eclipse 3.5 releases. The development te...</description>
		<content:encoded><![CDATA[<pre>Thanks for the reply! Sadly I have no Java skills to investigate the &quot;pattern match listener&quot; extensions...

I'm having a bit of an issue in that the lack of 'intellisense' type behaviour in either the CDT or the JDK Eclipse 3.5 releases. The development teams are in revolt and are looking at reverting to makefiles, because using the ant external builder, Eclipse is not linking compile problems through Ant/cpptasks to the source code from which they come.

Should it? Is there any plan to provide this through Platform Ant?

My only option at this point is to revert to the weird 3.4 distro that works (but I don't know why it works), or to revert to using make instead of Ant/cpptasks. I think the latter would be a bad step backwards for our project.

Any further help or advice would be much appreciated, ideally I would like platform Ant to be able to cope with cpptasks style console output e.g.:

sgm:
       [cc] Starting dependency analysis for 32 files.
       [cc] 24 files are up to date.
       [cc] 8 files to be recompiled from dependency analysis.
       [cc] 8 total files to be compiled.
       [cc] /local_views/philsad_2d3d_c2_init/source_2d3d/vis3d/sgm/src/neutral/handlers/SGLosHandlerFactory.cpp:55: error: prototype for &#xC3;&#xE2;&#xCB;vis3d::sgm::SGHandler* vis3d::sgm::SGLosHandlerFactory::create(vis3d::sgm::SGM*)&#xC3;&#xE2;&#xE2; does not match any in class &#xC3;&#xE2;&#xCB;vis3d::sgm::SGLosHandlerFactory&#xC3;&#xE2;&#xE2;

Is there any hope for supporting this? Would it be easy for me to code it myself, given I have no knowledge of Eclipse internals or Java?!

Thanks again,

Tom


-----Original Message-----
From: platform-ant-dev-bounces@xxxxxxxxxxx [<a  href="mailto:platform-ant-dev-bounces@xxxxxxxxxxx">mailto:platform-ant-dev-bounces@xxxxxxxxxxx</a>] On Behalf Of Darin Wright
Sent: 09 October 2009 02:43
To: Eclipse Ant integration developers list.
Subject: RE: [platform-ant-dev] Distribution?

&gt;
&gt;
&gt; So, I initially though this was a CDT issue and submitted a bug to the
&gt; CDT team. However, they say that the CDT is not responsible for
&gt; parsing the output of Ant / cpptasks, and that whatever is happening
&gt; is as a result of something else. The change to the output between the
&gt; 3.4 and 3.5 releases is purely cosmetic and the underlying parsing has
&gt; not changed. My question therefore is: what is parsing the output of
&gt; ant/cpptasks in the randomly-pluginised 3.4 release?!
&gt; I have no idea what features/plugins are responsible for what, so I
&gt; need some help knowing if platform Ant has any responsibility in this
&gt; area? If so, what plugins am I looking for?
&gt;
&gt; Any help is greatly appreciated, as I now see it is possible for
&gt; Eclipse to recognise Ant/cpptasks output and integrate it into the
&gt; ide, but I have no idea why only this one weird distro of eclipse can
&gt; do it, but nothing else can! I am going slightly mad here!
&gt;
&gt; Cheers,
&gt;
&gt; Tom
&gt;

The Ant console has &quot;pattern match listener&quot; extensions registered with it to recognize certain patterns and create hyper links. If you look at the org.eclipse.ant.ui plug-in you will see 3 pattern matcher extensions registered with the Ant console. The extension point is &quot;org.eclipse.ui.console.consolePatternMatchListeners&quot;. I'm not sure if it was one of these matchers that was creating the links for you in earlier releases. Others could have contributed to this extension point.

Darin Wright
_______________________________________________
platform-ant-dev mailing list
platform-ant-dev@xxxxxxxxxxx
<a  href="https://dev.eclipse.org/mailman/listinfo/platform-ant-dev">https://dev.eclipse.org/mailman/listinfo/platform-ant-dev</a>



</pre>]]></content:encoded>
		<pubDate>Fri, 06 Nov 2009 11:18:14 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/platform-ant-dev/msg01183.html</guid>
		<author>tdalton@xxxxxxx (Dalton, Tom)</author>
	</item>


	<item>
		<title>[platform-ant-dev] 3.6M3 test plan has been updated</title>
		<link>http://dev.eclipse.org/mhonarc/lists/platform-ant-dev/msg01182.html</link>
		<description> The test plan for 3.6M3 has been updated here: http://www.eclipse.org/eclipse/ant/test_plans/3_6M3.php Michael Rennie</description>
		<content:encoded><![CDATA[
<p>The test plan for 3.6M3 has been updated here: <a href="http://www.eclipse.org/eclipse/ant/test_plans/3_6M3.php">http://www.eclipse.org/eclipse/ant/test_plans/3_6M3.php</a><br>
<br>
Michael Rennie]]></content:encoded>
		<pubDate>Tue, 27 Oct 2009 13:49:38 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/platform-ant-dev/msg01182.html</guid>
		<author>Michael_Rennie@xxxxxxx (Michael Rennie)</author>
	</item>


	<item>
		<title>[platform-ant-dev] Ant Contribution</title>
		<link>http://dev.eclipse.org/mhonarc/lists/platform-ant-dev/msg01181.html</link>
		<description>The map file has been updated for the following Bug changes: org.eclipse.ant.ui.classpathentry.antHome (FIXED) The following projects have changed: org.eclipse.ant.launching </description>
		<content:encoded><![CDATA[<pre>The map file has been updated for the following Bug changes:
+ Bug 293202. [Webapp] Error building in workspace - unknown type 
org.eclipse.ant.ui.classpathentry.antHome (FIXED)

The following projects have changed:
org.eclipse.ant.launching

</pre>]]></content:encoded>
		<pubDate>Mon, 26 Oct 2009 14:26:47 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/platform-ant-dev/msg01181.html</guid>
		<author>Darin_Wright@xxxxxxx (Darin Wright)</author>
	</item>


	<item>
		<title>[platform-ant-dev] Ant Contribution</title>
		<link>http://dev.eclipse.org/mhonarc/lists/platform-ant-dev/msg01180.html</link>
		<description>The map file has been updated for the following Bug changes: it should not (FIXED) create launch configuration names (FIXED) The following projects have changed: org.eclipse.ant.ui org.eclipse.core.externaltools org.eclipse.ant.launching Darin </description>
		<content:encoded><![CDATA[<pre>The map file has been updated for the following Bug changes:
+ Bug 292143. update new bundles to include about.html files (FIXED)
+ Bug 292163. Default values on Ant page fail validation (FIXED)
+ Bug 292259. New bundle split causes some restricted access warning when 
it should not (FIXED)
+ Bug 292261. External tools core should not use the deprecated method to 
create launch configuration names (FIXED)

The following projects have changed:
org.eclipse.ant.ui
org.eclipse.core.externaltools
org.eclipse.ant.launching

Darin

</pre>]]></content:encoded>
		<pubDate>Mon, 19 Oct 2009 20:09:30 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/platform-ant-dev/msg01180.html</guid>
		<author>Darin_Wright@xxxxxxx (Darin Wright)</author>
	</item>


	<item>
		<title>[platform-ant-dev] I-build contribution</title>
		<link>http://dev.eclipse.org/mhonarc/lists/platform-ant-dev/msg01179.html</link>
		<description>The map file has been updated for the following Bug changes: dependencies to UI (NEW) (FIXED) The following projects have changed: org.eclipse.core.externaltools org.eclipse.ant.ui org.eclipse.ant.core org.eclipse.ui.externaltools org.eclipse.ant.tests.ui ...</description>
		<content:encoded><![CDATA[<pre>The map file has been updated for the following Bug changes:
+ Bug 264338. External tool builder fails in headless mode because of 
dependencies to UI (NEW)
+ Bug 291831. Editing Ant external tool builder should not map resources 
(FIXED)

The following projects have changed:
org.eclipse.core.externaltools
org.eclipse.ant.ui
org.eclipse.ant.core
org.eclipse.ui.externaltools
org.eclipse.ant.tests.ui
org.eclipse.ant.launching

Darin

</pre>]]></content:encoded>
		<pubDate>Tue, 13 Oct 2009 00:11:01 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/platform-ant-dev/msg01179.html</guid>
		<author>Darin_Wright@xxxxxxx (Darin Wright)</author>
	</item>


	<item>
		<title>RE: [platform-ant-dev] Distribution?</title>
		<link>http://dev.eclipse.org/mhonarc/lists/platform-ant-dev/msg01178.html</link>
		<description> The Ant console has &amp;quot;pattern match listener&amp;quot; extensions registered with it to recognize certain patterns and create hyper links. If you look at the org.eclipse.ant.ui plug-in you will see 3 pattern matcher extensions registered with the Ant console. The e...</description>
		<content:encoded><![CDATA[<pre>&gt; 
&gt; 
&gt; So, I initially though this was a CDT issue and submitted a bug to 
&gt; the CDT team. However, they say that the CDT is not responsible for 
&gt; parsing the output of Ant / cpptasks, and that whatever is happening
&gt; is as a result of something else. The change to the output between 
&gt; the 3.4 and 3.5 releases is purely cosmetic and the underlying 
&gt; parsing has not changed. My question therefore is: what is parsing 
&gt; the output of ant/cpptasks in the randomly-pluginised 3.4 release?! 
&gt; I have no idea what features/plugins are responsible for what, so I 
&gt; need some help knowing if platform Ant has any responsibility in 
&gt; this area? If so, what plugins am I looking for?
&gt; 
&gt; Any help is greatly appreciated, as I now see it is possible for 
&gt; Eclipse to recognise Ant/cpptasks output and integrate it into the 
&gt; ide, but I have no idea why only this one weird distro of eclipse 
&gt; can do it, but nothing else can! I am going slightly mad here!
&gt; 
&gt; Cheers,
&gt; 
&gt; Tom
&gt; 

The Ant console has &quot;pattern match listener&quot; extensions registered with it 
to recognize certain patterns and create hyper links. If you look at the 
org.eclipse.ant.ui plug-in you will see 3 pattern matcher extensions 
registered with the Ant console. The extension point is 
&quot;org.eclipse.ui.console.consolePatternMatchListeners&quot;. I'm not sure if it 
was one of these matchers that was creating the links for you in earlier 
releases. Others could have contributed to this extension point.

Darin Wright

</pre>]]></content:encoded>
		<pubDate>Fri, 09 Oct 2009 01:43:27 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/platform-ant-dev/msg01178.html</guid>
		<author>Darin_Wright@xxxxxxx (Darin Wright)</author>
	</item>
	<item>
		<title>RE: [platform-ant-dev] Distribution?</title>
		<link>http://dev.eclipse.org/mhonarc/lists/platform-ant-dev/msg01177.html</link>
		<description> Looking at the list archive, I don't see my email below. Maybe the list never received it? :-(   Anyway, I have run into a further issue.   I have 3 builds of eclipse:   3.4 SR2 CDT release 3.4 (original?) CDT release with a load of random plugins added -...</description>
		<content:encoded><![CDATA[


<DIV dir=ltr align=left><SPAN class=765184013-08102009><FONT face=Verdana 
color=#0000ff size=2>Looking at the list archive, I don't see my email below. 
Maybe the list never received it? :-(</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=765184013-08102009><FONT face=Verdana 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=765184013-08102009><FONT face=Verdana 
color=#0000ff size=2>Anyway,</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=765184013-08102009><FONT face=Verdana 
color=#0000ff size=2>I have run into a further issue.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=765184013-08102009><FONT face=Verdana 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=765184013-08102009><FONT face=Verdana 
color=#0000ff size=2>I have 3 builds of eclipse:</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=765184013-08102009><FONT face=Verdana 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=765184013-08102009><FONT face=Verdana 
color=#0000ff size=2>
<DIV dir=ltr align=left><SPAN class=765184013-08102009><FONT face=Verdana 
color=#0000ff size=2>3.4 SR2 CDT release
<DIV dir=ltr align=left><SPAN class=765184013-08102009><FONT face=Verdana 
color=#0000ff size=2>3.4&nbsp;(original?) CDT release with a load of random 
plugins added - emf, topcased, etc</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=765184013-08102009>3.5 SR1 CDT release with 
the following plugins added (ccrefresh, cclinux, pydev, jdt, emf, gef, dtp, wtp, 
birt, linuxtools, eclox)</SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=765184013-08102009></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=765184013-08102009>Now, if I create a simple 
C++ project in each of these distributions, consisting of a simple .cpp file 
with an error&nbsp;(an undeclared variable) in it and ant build file that uses 
the cpptasks cc task to build it, I get the following:</SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=765184013-08102009></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=765184013-08102009></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=765184013-08102009>In the vanilla 3.4 SR2 
CDT eclipse:</SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=765184013-08102009></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=765184013-08102009>I get 2 problems when the 
build fails. The first is identified as g++ failed with code 1 and if I double 
click the problem then I get taken to the cc task in the ant build file. Cool. 
However, the second problem is displayed as:</SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=765184013-08102009></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=765184013-08102009>Description "[cc] 
/path/to/the/file.cpp 'dave' was not defined in this scope"</SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=765184013-08102009>Resource 
"eclipse-3.4-test"</SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=765184013-08102009>Path ""</SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=765184013-08102009>Location "Line 17" (this 
is the correct line number)</SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=765184013-08102009>Type "C/C++ 
problem"</SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=765184013-08102009></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=765184013-08102009>However, if I double 
click the problem, I am not taken to the cpp file and the file is not 
highlighted with the problem-red-crossed-circle.</SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=765184013-08102009></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=765184013-08102009></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=765184013-08102009>In the 
randomly-pluginised eclipse 3.4 release:</SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=765184013-08102009></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=765184013-08102009>The g++ failure is shown 
and behaves as above - good.</SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=765184013-08102009>The C++ error is shown 
as</SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=765184013-08102009></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=765184013-08102009>Description "'dave' was 
not defined in this scope"</SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=765184013-08102009>Resource 
"eclipse-test.cpp"</SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=765184013-08102009>Path 
"eclipse-3.4.random-test"</SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=765184013-08102009>Location "Line 
17"</SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=765184013-08102009>** Note that in this 
eclipse, the problems tab only has 4 headers, not the 5 in the 'vanilla' 3.4 
release. It's missing the 'Type' 
column...</SPAN></DIV></FONT></SPAN></DIV></FONT></SPAN><SPAN 
class=765184013-08102009><FONT face=Verdana color=#0000ff 
size=2></FONT></SPAN></DIV>
<DIV><FONT face=Verdana color=#0000ff size=2></FONT>&nbsp;</DIV>
<DIV><SPAN class=765184013-08102009></SPAN><FONT face=Verdana><FONT 
color=#0000ff><FONT size=2>I<SPAN class=765184013-08102009>f I double click this 
problem, then I do a whoop whoop as it takes me to the file, and the line in 
error is marked with the problem-red-crossed-circle and red 
underlining.</SPAN></FONT></FONT></FONT><BR></DIV>
<DIV><FONT face=Verdana color=#0000ff size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Verdana color=#0000ff size=2><SPAN class=765184013-08102009>In 
the known-pluginised 3.5 eclipse release:</SPAN></FONT></DIV>
<DIV><FONT face=Verdana color=#0000ff size=2><SPAN 
class=765184013-08102009></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Verdana color=#0000ff size=2><SPAN class=765184013-08102009>The 
g++ error is highlighted and shown as for the other 2 
variants.</SPAN></FONT></DIV>
<DIV><FONT face=Verdana color=#0000ff size=2><SPAN class=765184013-08102009>The 
c++ error is shown as</SPAN></FONT></DIV>
<DIV><FONT face=Verdana color=#0000ff size=2><SPAN class=765184013-08102009>
<DIV dir=ltr align=left><SPAN class=765184013-08102009></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=765184013-08102009>Description "'dave' was 
not defined in this scope"</SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=765184013-08102009>Resource 
"eclipse-3.5.AMPA3-test"</SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=765184013-08102009>Path ""</SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=765184013-08102009>Location "Line 17, 
external location: [cc] /path/to/the/file.cpp"</SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=765184013-08102009>Type "C/C++ 
problem"</SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=765184013-08102009></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=765184013-08102009>
<DIV dir=ltr align=left><SPAN class=765184013-08102009>Like the&nbsp;vanilla 
3.4&nbsp;release, if I double click the problem, I am not taken to the cpp file 
and the file is not highlighted with the 
problem-red-crossed-circle.</SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=765184013-08102009></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=765184013-08102009></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=765184013-08102009>So, I initially though 
this was a CDT issue and submitted a bug to the CDT team. However, they say that 
the CDT is not responsible for parsing the output of Ant / cpptasks, and that 
whatever is happening is as a result of something else. The change to the output 
between the 3.4 and 3.5 releases is purely cosmetic and the underlying parsing 
has not changed. My question therefore is: what is parsing the output of 
ant/cpptasks in the randomly-pluginised 3.4 release?! I have no idea what 
features/plugins are responsible for what, so I need some help knowing if 
platform Ant has any responsibility in this area? If so, what plugins am I 
looking for?</SPAN></DIV></SPAN></DIV></SPAN></FONT></DIV>
<DIV><FONT face=Verdana color=#0000ff size=2><SPAN 
class=765184013-08102009></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Verdana color=#0000ff size=2><SPAN class=765184013-08102009>Any 
help is greatly appreciated, as I now see it is possible for Eclipse to 
recognise Ant/cpptasks output and integrate it into the ide, but I have no idea 
why only this one weird distro of eclipse can do it, but nothing else can! I am 
going slightly mad here!</SPAN></FONT></DIV>
<DIV><FONT face=Verdana color=#0000ff size=2><SPAN 
class=765184013-08102009></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Verdana color=#0000ff size=2><SPAN 
class=765184013-08102009>Cheers,</SPAN></FONT></DIV>
<DIV><FONT face=Verdana color=#0000ff size=2><SPAN 
class=765184013-08102009></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face=Verdana color=#0000ff size=2><SPAN 
class=765184013-08102009>Tom</SPAN></FONT></DIV>
<DIV><FONT face=Verdana color=#0000ff size=2><SPAN 
class=765184013-08102009></SPAN></FONT>&nbsp;</DIV>
<BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
  <DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
  <HR tabIndex=-1>
  <FONT face=Tahoma size=2><B>From:</B> platform-ant-dev-bounces@xxxxxxxxxxx 
  [mailto:platform-ant-dev-bounces@xxxxxxxxxxx] <B>On Behalf Of </B>Dalton, 
  Tom<BR><B>Sent:</B> 07 September 2009 18:09<BR><B>To:</B> Eclipse Ant 
  integration developers list.<BR><B>Subject:</B> RE: [platform-ant-dev] 
  Distribution?<BR></FONT><BR></DIV>
  <DIV></DIV>
  <DIV dir=ltr align=left><SPAN class=406595916-07092009><FONT face=Verdana 
  color=#0000ff size=2>Thanks for the speedy response 
  Michael!</FONT></SPAN></DIV>
  <DIV dir=ltr align=left><SPAN class=406595916-07092009><FONT face=Verdana 
  color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
  <DIV dir=ltr align=left><SPAN class=406595916-07092009><FONT face=Verdana 
  color=#0000ff size=2>Bit of background then a couple of 
  questions:</FONT></SPAN></DIV>
  <DIV dir=ltr align=left><SPAN class=406595916-07092009><FONT face=Verdana 
  color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
  <DIV dir=ltr align=left><SPAN class=406595916-07092009><FONT face=Verdana 
  color=#0000ff size=2>My projects are primarily C and C++, with a healthy dose 
  of other languages mixed in to keep things interesting. Traditionally we've 
  used make files to build everything, using make to wrap some of the more 
  exotic build systems where necessary. Within Eclipse, the CDT stuff gives nice 
  error tracing back to the source where there are compile errors, and also has 
  nice features such as name/function auto-completion, though the intellisense 
  features.</FONT></SPAN></DIV>
  <DIV dir=ltr align=left><SPAN class=406595916-07092009><FONT face=Verdana 
  color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
  <DIV dir=ltr align=left><SPAN class=406595916-07092009><FONT face=Verdana 
  color=#0000ff size=2>We have recently started looking at using Ant to replace 
  Make, but I'm concerned that the integration between Ant/cpptasks/Eclipse 
  isn't there.</FONT></SPAN></DIV>
  <DIV dir=ltr align=left><SPAN class=406595916-07092009><FONT face=Verdana 
  color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
  <DIV dir=ltr align=left><SPAN class=406595916-07092009><SPAN 
  class=406595916-07092009><FONT face=Verdana color=#0000ff size=2>I haven't 
  actually had time to pull a copy of the Platform Ant&nbsp;plugins out of the 
  Java Dev Eclipse distro, so apologies for 
  that.&nbsp;</FONT></SPAN></SPAN><SPAN class=406595916-07092009><SPAN 
  class=406595916-07092009><FONT face=Verdana color=#0000ff size=2>I was 
  wondering - does Platform Ant 'understan</FONT></SPAN><SPAN 
  class=406595916-07092009><FONT face=Verdana color=#0000ff size=2>d' C/C++ 
  and/or the cpptasks (<A 
  href="http://ant-contrib.sourceforge.net/cpptasks/index.html">http://ant-contrib.sourceforge.net/cpptasks/index.html</A>)&nbsp;Ant 
  tasks? If not is there any intention to support this in the (near) term? We 
  need a similar level of integration as that provided by the CDT in order to 
  justify using Ant to replace Make.</FONT></SPAN></SPAN></DIV>
  <DIV dir=ltr align=left><SPAN class=406595916-07092009><SPAN 
  class=406595916-07092009><FONT face=Verdana color=#0000ff 
  size=2></FONT></SPAN></SPAN>&nbsp;</DIV>
  <DIV dir=ltr align=left><SPAN class=406595916-07092009><SPAN 
  class=406595916-07092009><FONT face=Verdana color=#0000ff size=2>Thanks for 
  your help,</FONT></SPAN></SPAN></DIV>
  <DIV dir=ltr align=left><SPAN class=406595916-07092009><SPAN 
  class=406595916-07092009><FONT face=Verdana color=#0000ff 
  size=2></FONT></SPAN></SPAN>&nbsp;</DIV>
  <DIV dir=ltr align=left><SPAN class=406595916-07092009><SPAN 
  class=406595916-07092009><FONT face=Verdana color=#0000ff 
  size=2>Tom</FONT></SPAN></DIV></SPAN><BR>
  <BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
    <DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
    <HR tabIndex=-1>
    <FONT face=Tahoma size=2><B>From:</B> platform-ant-dev-bounces@xxxxxxxxxxx 
    [mailto:platform-ant-dev-bounces@xxxxxxxxxxx] <B>On Behalf Of </B>Michael 
    Rennie<BR><B>Sent:</B> 21 August 2009 15:15<BR><B>To:</B> Eclipse Ant 
    integration developers list.<BR><B>Subject:</B> Re: [platform-ant-dev] 
    Distribution?<BR></FONT><BR></DIV>
    <DIV></DIV>
    <P>Hi Tom,<BR>
    <P><FONT face=Verdana>First of all, is this editor thing part of Platform 
    Ant (and if not, can you point me in the right direction?)</FONT><FONT 
    size=4> </FONT>
    <P><FONT size=4>&gt; Yes the editor, outline, Ant view, etc is all part of 
    platform Ant</FONT> 
    <P><FONT face=Verdana>Secondly, if it is part of Platform Ant, then how do I 
    get the latest set of plugins? Our dev environment is on an airgapped 
    network, using Red Hat Linux boxes, so I cannot use Eclipse's auto update 
    features - I need to download (preferably .tar.gz -type) files. The 
    eclipse-ccase plugin is distributed as a zip file that just extracts into 
    the eclipse install dir, so I'm after something similar.</FONT> 
    <P><FONT face=Verdana>&gt; Unfortunately there is a no separate download for 
    just platform Ant, but I suppose you could try downloading a version of the 
    Java Eclipse and just copy over org.eclipse.ant.core and org.eclipse.ant.ui 
    to the plugins directory of your C/C++ install.</FONT> 
    <P>
    <P>Michael Rennie<BR><BR><IMG height=16 
    alt="Inactive hide details for &quot;Dalton, Tom&quot; ---08/21/2009 05:39:00 AM---Hi guys, First of all, apologies that this probably isn't t" 
    src="gifZFg0rruZFE.gif" width=16 border=0><FONT 
    color=#424282>"Dalton, Tom" ---08/21/2009 05:39:00 AM---Hi guys, First of 
    all, apologies that this probably isn't the right place to 
    ask</FONT><BR><BR><FONT color=#5f5f5f size=2>From: </FONT><FONT 
    size=2>"Dalton, Tom" &lt;tom.dalton@xxxxxxx&gt;</FONT><BR><FONT 
    color=#5f5f5f size=2>To: </FONT><FONT 
    size=2>&lt;platform-ant-dev@xxxxxxxxxxx&gt;</FONT><BR><FONT color=#5f5f5f 
    size=2>Date: </FONT><FONT size=2>08/21/2009 05:39 AM</FONT><BR><FONT 
    color=#5f5f5f size=2>Subject: </FONT><FONT size=2>[platform-ant-dev] 
    Distribution?</FONT><BR><FONT color=#5f5f5f size=2>Sent by: </FONT><FONT 
    size=2>platform-ant-dev-bounces@xxxxxxxxxxx</FONT><BR>
    <HR style="COLOR: #8091a5" align=left width="100%" noShade SIZE=2>
    <BR><BR><BR><FONT face=Verdana>Hi guys,</FONT><FONT size=4> </FONT>
    <P><FONT face=Verdana>First of all, apologies that this probably isn't the 
    right place to ask this - I have spent about 30 mins trying to find a 
    platform ant newsgroup, user forum etc and can't find anything. I am using 
    the Eclipse 3.5 C/C++ distribution in Linux. This only includes 
    org.apache.ant. However, our project uses Ant to build (using Ant cpptasks 
    for the C++ code). In the Java distribution of Eclipse 3.5, there is a 
    plugin that gives a nice editor for Ant build files, with nice syntax 
    highlighting and an 'intelligent' file outline tree widget thing.</FONT> 
    <P><FONT face=Verdana>First of all, is this editor thing part of Platform 
    Ant (and if not, can you point me in the right direction?)</FONT><FONT 
    size=4> </FONT>
    <P><FONT face=Verdana>Secondly, if it is part of Platform Ant, then how do I 
    get the latest set of plugins? Our dev environment is on an airgapped 
    network, using Red Hat Linux boxes, so I cannot use Eclipse's auto update 
    features - I need to download (preferably .tar.gz -type) files. The 
    eclipse-ccase plugin is distributed as a zip file that just extracts into 
    the eclipse install dir, so I'm after something similar.</FONT> 
    <P><FONT face=Verdana>Thanks for any help,</FONT><FONT size=4> </FONT>
    <P><B><FONT face=Verdana color=#00344d>Tom Dalton</FONT></B><FONT size=4> 
    </FONT><FONT face=Verdana color=#595959 size=2><BR>Build &amp; Tools SME, 
    AMPA</FONT><FONT size=4> </FONT>
    <P><B><FONT face=Verdana color=#00344d size=2>EDS</FONT></B><FONT 
    face=Verdana color=#00344d size=2>, an HP company</FONT><FONT size=4> 
    </FONT><TT>_______________________________________________<BR>platform-ant-dev 
    mailing list<BR>platform-ant-dev@xxxxxxxxxxx<BR></TT><TT><A 
    href="https://dev.eclipse.org/mailman/listinfo/platform-ant-dev">https://dev.eclipse.org/mailman/listinfo/platform-ant-dev</A></TT><TT><BR></TT>
    <P></P></BLOCKQUOTE></BLOCKQUOTE>
]]></content:encoded>
		<pubDate>Thu, 08 Oct 2009 14:10:22 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/platform-ant-dev/msg01177.html</guid>
		<author>tom.dalton@xxxxxxx (Dalton, Tom)</author>
	</item>


	<item>
		<title>RE: [platform-ant-dev] Distribution?</title>
		<link>http://dev.eclipse.org/mhonarc/lists/platform-ant-dev/msg01176.html</link>
		<description> Thanks for the speedy response Michael!   Bit of background then a couple of questions:   My projects are primarily C and C++, with a healthy dose of other languages mixed in to keep things interesting. Traditionally we've used make files to build everyth...</description>
		<content:encoded><![CDATA[


<DIV dir=ltr align=left><SPAN class=406595916-07092009><FONT face=Verdana 
color=#0000ff size=2>Thanks for the speedy response Michael!</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=406595916-07092009><FONT face=Verdana 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=406595916-07092009><FONT face=Verdana 
color=#0000ff size=2>Bit of background then a couple of 
questions:</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=406595916-07092009><FONT face=Verdana 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=406595916-07092009><FONT face=Verdana 
color=#0000ff size=2>My projects are primarily C and C++, with a healthy dose of 
other languages mixed in to keep things interesting. Traditionally we've used 
make files to build everything, using make to wrap some of the more exotic build 
systems where necessary. Within Eclipse, the CDT stuff gives nice error tracing 
back to the source where there are compile errors, and also has nice features 
such as name/function auto-completion, though the intellisense 
features.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=406595916-07092009><FONT face=Verdana 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=406595916-07092009><FONT face=Verdana 
color=#0000ff size=2>We have recently started looking at using Ant to replace 
Make, but I'm concerned that the integration between Ant/cpptasks/Eclipse isn't 
there.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=406595916-07092009><FONT face=Verdana 
color=#0000ff size=2></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=406595916-07092009><SPAN 
class=406595916-07092009><FONT face=Verdana color=#0000ff size=2>I haven't 
actually had time to pull a copy of the Platform Ant&nbsp;plugins out of the 
Java Dev Eclipse distro, so apologies for that.&nbsp;</FONT></SPAN></SPAN><SPAN 
class=406595916-07092009><SPAN class=406595916-07092009><FONT face=Verdana 
color=#0000ff size=2>I was wondering - does Platform Ant 
'understan</FONT></SPAN><SPAN class=406595916-07092009><FONT face=Verdana 
color=#0000ff size=2>d' C/C++ and/or the cpptasks (<A 
href="http://ant-contrib.sourceforge.net/cpptasks/index.html">http://ant-contrib.sourceforge.net/cpptasks/index.html</A>)&nbsp;Ant 
tasks? If not is there any intention to support this in the (near) term? We need 
a similar level of integration as that provided by the CDT in order to justify 
using Ant to replace Make.</FONT></SPAN></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=406595916-07092009><SPAN 
class=406595916-07092009><FONT face=Verdana color=#0000ff 
size=2></FONT></SPAN></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=406595916-07092009><SPAN 
class=406595916-07092009><FONT face=Verdana color=#0000ff size=2>Thanks for your 
help,</FONT></SPAN></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=406595916-07092009><SPAN 
class=406595916-07092009><FONT face=Verdana color=#0000ff 
size=2></FONT></SPAN></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=406595916-07092009><SPAN 
class=406595916-07092009><FONT face=Verdana color=#0000ff 
size=2>Tom</FONT></SPAN></DIV></SPAN><BR>
<BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
  <DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
  <HR tabIndex=-1>
  <FONT face=Tahoma size=2><B>From:</B> platform-ant-dev-bounces@xxxxxxxxxxx 
  [mailto:platform-ant-dev-bounces@xxxxxxxxxxx] <B>On Behalf Of </B>Michael 
  Rennie<BR><B>Sent:</B> 21 August 2009 15:15<BR><B>To:</B> Eclipse Ant 
  integration developers list.<BR><B>Subject:</B> Re: [platform-ant-dev] 
  Distribution?<BR></FONT><BR></DIV>
  <DIV></DIV>
  <P>Hi Tom,<BR>
  <P><FONT face=Verdana>First of all, is this editor thing part of Platform Ant 
  (and if not, can you point me in the right direction?)</FONT><FONT size=4> 
  </FONT>
  <P><FONT size=4>&gt; Yes the editor, outline, Ant view, etc is all part of 
  platform Ant</FONT> 
  <P><FONT face=Verdana>Secondly, if it is part of Platform Ant, then how do I 
  get the latest set of plugins? Our dev environment is on an airgapped network, 
  using Red Hat Linux boxes, so I cannot use Eclipse's auto update features - I 
  need to download (preferably .tar.gz -type) files. The eclipse-ccase plugin is 
  distributed as a zip file that just extracts into the eclipse install dir, so 
  I'm after something similar.</FONT> 
  <P><FONT face=Verdana>&gt; Unfortunately there is a no separate download for 
  just platform Ant, but I suppose you could try downloading a version of the 
  Java Eclipse and just copy over org.eclipse.ant.core and org.eclipse.ant.ui to 
  the plugins directory of your C/C++ install.</FONT> 
  <P>
  <P>Michael Rennie<BR><BR><IMG height=16 
  alt="Inactive hide details for &quot;Dalton, Tom&quot; ---08/21/2009 05:39:00 AM---Hi guys, First of all, apologies that this probably isn't t" 
  src="gifIYNhsiQY9X.gif" width=16 border=0><FONT 
  color=#424282>"Dalton, Tom" ---08/21/2009 05:39:00 AM---Hi guys, First of all, 
  apologies that this probably isn't the right place to ask</FONT><BR><BR><FONT 
  color=#5f5f5f size=2>From: </FONT><FONT size=2>"Dalton, Tom" 
  &lt;tom.dalton@xxxxxxx&gt;</FONT><BR><FONT color=#5f5f5f size=2>To: 
  </FONT><FONT size=2>&lt;platform-ant-dev@xxxxxxxxxxx&gt;</FONT><BR><FONT 
  color=#5f5f5f size=2>Date: </FONT><FONT size=2>08/21/2009 05:39 
  AM</FONT><BR><FONT color=#5f5f5f size=2>Subject: </FONT><FONT 
  size=2>[platform-ant-dev] Distribution?</FONT><BR><FONT color=#5f5f5f 
  size=2>Sent by: </FONT><FONT 
  size=2>platform-ant-dev-bounces@xxxxxxxxxxx</FONT><BR>
  <HR style="COLOR: #8091a5" align=left width="100%" noShade SIZE=2>
  <BR><BR><BR><FONT face=Verdana>Hi guys,</FONT><FONT size=4> </FONT>
  <P><FONT face=Verdana>First of all, apologies that this probably isn't the 
  right place to ask this - I have spent about 30 mins trying to find a platform 
  ant newsgroup, user forum etc and can't find anything. I am using the Eclipse 
  3.5 C/C++ distribution in Linux. This only includes org.apache.ant. However, 
  our project uses Ant to build (using Ant cpptasks for the C++ code). In the 
  Java distribution of Eclipse 3.5, there is a plugin that gives a nice editor 
  for Ant build files, with nice syntax highlighting and an 'intelligent' file 
  outline tree widget thing.</FONT> 
  <P><FONT face=Verdana>First of all, is this editor thing part of Platform Ant 
  (and if not, can you point me in the right direction?)</FONT><FONT size=4> 
  </FONT>
  <P><FONT face=Verdana>Secondly, if it is part of Platform Ant, then how do I 
  get the latest set of plugins? Our dev environment is on an airgapped network, 
  using Red Hat Linux boxes, so I cannot use Eclipse's auto update features - I 
  need to download (preferably .tar.gz -type) files. The eclipse-ccase plugin is 
  distributed as a zip file that just extracts into the eclipse install dir, so 
  I'm after something similar.</FONT> 
  <P><FONT face=Verdana>Thanks for any help,</FONT><FONT size=4> </FONT>
  <P><B><FONT face=Verdana color=#00344d>Tom Dalton</FONT></B><FONT size=4> 
  </FONT><FONT face=Verdana color=#595959 size=2><BR>Build &amp; Tools SME, 
  AMPA</FONT><FONT size=4> </FONT>
  <P><B><FONT face=Verdana color=#00344d size=2>EDS</FONT></B><FONT face=Verdana 
  color=#00344d size=2>, an HP company</FONT><FONT size=4> 
  </FONT><TT>_______________________________________________<BR>platform-ant-dev 
  mailing list<BR>platform-ant-dev@xxxxxxxxxxx<BR></TT><TT><A 
  href="https://dev.eclipse.org/mailman/listinfo/platform-ant-dev">https://dev.eclipse.org/mailman/listinfo/platform-ant-dev</A></TT><TT><BR></TT>
  <P></P></BLOCKQUOTE>
]]></content:encoded>
		<pubDate>Mon, 07 Sep 2009 17:08:39 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/platform-ant-dev/msg01176.html</guid>
		<author>tom.dalton@xxxxxxx (Dalton, Tom)</author>
	</item>

 
	</channel>
	</rss>
<!-- MHonArc v2.6.10 -->
