<?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>tptp-platform-dev</title>
		<link>http://dev.eclipse.org/mhonarc/lists/tptp-platform-dev/maillist.html</link>
		<description>tptp-platform-dev</description>
		<language>en-us</language>
		<pubDate>Thu, 05 Apr 2012 04:13:51 GMT</pubDate>
		<lastBuildDate>Thu, 05 Apr 2012 04:13:51 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>tptp-platform-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/tptp-platform-dev/maillist.html</link>
		</image>
 

	<item>
		<title>[tptp-platform-dev] Project meta data is out of date for	tptp.platform</title>
		<link>http://dev.eclipse.org/mhonarc/lists/tptp-platform-dev/msg03001.html</link>
		<description>Torsten, Projects are required to keep meta data up to date using the MyFoundation Portal (http://portal.eclipse.org/). The following problems were found with this project's meta-data: * The date for release &amp;quot;4.8.0&amp;quot; is in the past, but the release is not m...</description>
		<content:encoded><![CDATA[<pre>Torsten,
Projects are required to keep meta data up to date using the MyFoundation
Portal (<a  href="http://portal.eclipse.org/">http://portal.eclipse.org/</a>).  The following problems were found
with this project's meta-data:

* The date for release &quot;4.8.0&quot; is in the past, but the release is not
marked as completed. If it is completed, it should be marked as completed;
if it has been postponed, it should be given a new target date.
* There is no next/future release of this project. All Eclipse projects
must have a &quot;next release&quot; planned and scheduled.


</pre>]]></content:encoded>
		<pubDate>Thu, 05 Apr 2012 04:00:18 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/tptp-platform-dev/msg03001.html</guid>
		<author>emo@xxxxxxx (portal on behalf of emo)</author>
	</item>


	<item>
		<title>[tptp-platform-dev] Project meta data is out of date for	tptp.platform</title>
		<link>http://dev.eclipse.org/mhonarc/lists/tptp-platform-dev/msg03000.html</link>
		<description>Torsten, Projects are required to keep meta data up to date using the MyFoundation Portal (http://portal.eclipse.org/). The following problems were found with this project's meta-data: * The date for release &amp;quot;4.8.0&amp;quot; is in the past, but the release is not m...</description>
		<content:encoded><![CDATA[<pre>Torsten,
Projects are required to keep meta data up to date using the MyFoundation
Portal (<a  href="http://portal.eclipse.org/">http://portal.eclipse.org/</a>).  The following problems were found
with this project's meta-data:

* The date for release &quot;4.8.0&quot; is in the past, but the release is not
marked as completed. If it is completed, it should be marked as completed;
if it has been postponed, it should be given a new target date.
* There is no next/future release of this project. All Eclipse projects
must have a &quot;next release&quot; planned and scheduled.


</pre>]]></content:encoded>
		<pubDate>Sun, 05 Feb 2012 05:00:14 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/tptp-platform-dev/msg03000.html</guid>
		<author>emo@xxxxxxx (portal on behalf of emo)</author>
	</item>


	<item>
		<title>[tptp-platform-dev] Re : Building and repackaging native code for	the agent controller ...</title>
		<link>http://dev.eclipse.org/mhonarc/lists/tptp-platform-dev/msg02999.html</link>
		<description> </description>
		<content:encoded><![CDATA[<pre>Hi Torsten,

Thank you very much for your quick answer. 


Basically the patch realloc()ates the buffer if it finds out that the message length is too large.&#xA0;

I do not think that it is wise to include it as is though, because it allows a rogue client to allocatethe whole memory of your computer. So, it would be nice to add a configuration in serviceconfig.xml with the maximum size of a message, so that the user could increase this value if needed, but I am not sure to understand yet how to read the configuration from socketListener.c. 


In the case where the message size is bigger than the maximum size, sending a nice message to the client with a disconnect instead of closing the listening socket (which makes the agent completely deaf until you restart the agent controller) would even be nicer, but for the moment I do not know how to achieve that and thus having a clear message in servicelog.log will be sufficient.&#xA0;

Best Regards and have a nice week-end,
Luke



----- Mail original -----
De&#xA0;: Torsten Stolpmann &lt;stolpmann@xxxxxxxx&gt;
&#xC0;&#xA0;: &quot;tontonflingueur005-tptpdev@xxxxxxxx&quot; &lt;tontonflingueur005-tptpdev@xxxxxxxx&gt;; TPTP Platform Project developer discussions &lt;tptp-platform-dev@xxxxxxxxxxx&gt;
Cc&#xA0;: 
Envoy&#xE9; le : Vendredi 27 janvier 2012 16h53
Objet&#xA0;: Re: [tptp-platform-dev] Building and repackaging native code for the agent controller ...

Hi Luke,

as the project maintainership has switched last year the build hosts 
from the previous maintainers are no longer available to the project, so 
I can not answer the question on what was previously used as the 
linux-32 build platform on top of my head. Most probably this had been 
documented somewhere on the TPTP web site.

We are currently building the linux-32 binaries successfully on a CentOS 
5.7 system (Using the gcc/g++-compat packages) as part of a 
multi-platform build procedure for the whole project. The current build 
process is far from being trivial so if there are any detailed problems 
you encountered, please feel free to ask away.

Is it possible that you add a patch for SocketListener.c to bug 366612? 
I would be happy to review and integrate this on the current development 
tree. Your input is much appreciated.

Regards,

Torsten

On 27.01.2012 16:24, tontonflingueur005-tptpdev@xxxxxxxx wrote:
&gt; Hi,
&gt;
&gt; Related to the bug <a  href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=366612">https://bugs.eclipse.org/bugs/show_bug.cgi?id=366612</a> we found out that the time-out we had on Linux32 on our projects with lots of dependencies was ultimately caused by the buffer allocated in the function processClientRequest in
&gt;
&gt;
&gt;&#xA0; &#xA0; &#xA0; TPTP platform/org.eclipse.tptp.platform.agentcontroller/src-native-new/src/transport/socketTL/SocketListener.c
&gt;
&gt; I managed to rebuild the agent controller and accompanying libraries using the scripts in&#xA0; :
&gt;
&gt;
&gt;&#xA0; &#xA0; &#xA0; TPTP platform/org.eclipse.tptp.platform.agentcontroller/src-native-new/build,
&gt;
&gt;
&gt; and now our ample works correctly, however I encountered some makefile and even source code incompatibilities on my build platform (Fedora 15). I also found out that I needed to re-build libraries from the javaprofiler or they would be incompatible with the agent controller, so my question are :
&gt;
&gt; * what platform/distribution do you use/recommend at the Eclipse Foundation to generate native code for linux ?
&gt;
&gt;
&gt; * more generally, how do you recreate&#xA0; the installable package for the standalone agent controllers packages, the embedded agent controller, and the javaprofiler plugins ? Please apologize if this is a basic question but I am a complete eclipse plugin development newbie.
&gt;
&gt;
&gt; Best regards,
&gt;
&gt; Luke
&gt;
&gt; _______________________________________________
&gt; tptp-platform-dev mailing list
&gt; tptp-platform-dev@xxxxxxxxxxx
&gt; <a  href="https://dev.eclipse.org/mailman/listinfo/tptp-platform-dev">https://dev.eclipse.org/mailman/listinfo/tptp-platform-dev</a>


</pre>]]></content:encoded>
		<pubDate>Fri, 27 Jan 2012 16:48:49 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/tptp-platform-dev/msg02999.html</guid>
		<author>tontonflingueur005-tptpdev@xxxxxxx (tontonflingueur005-tptpdev@xxxxxxxx)</author>
	</item>
	<item>
		<title>Re: [tptp-platform-dev] Building and repackaging native code for the agent controller ...</title>
		<link>http://dev.eclipse.org/mhonarc/lists/tptp-platform-dev/msg02998.html</link>
		<description> </description>
		<content:encoded><![CDATA[<pre style="margin: 0em;">Hi Luke,</pre><br>
<tt>as the project maintainership has switched last year the build hosts 
from the previous maintainers are no longer available to the project, so 
I can not answer the question on what was previously used as the 
linux-32 build platform on top of my head. Most probably this had been 
documented somewhere on the TPTP web site.</tt><br>
<br>
<tt>We are currently building the linux-32 binaries successfully on a CentOS 
5.7 system (Using the gcc/g++-compat packages) as part of a 
multi-platform build procedure for the whole project. The current build 
process is far from being trivial so if there are any detailed problems 
you encountered, please feel free to ask away.</tt><br>
<br>
<tt>Is it possible that you add a patch for SocketListener.c to bug 366612? 
I would be happy to review and integrate this on the current development 
tree. Your input is much appreciated.</tt><br>
<br>
<pre style="margin: 0em;">Regards,</pre><br>
<pre style="margin: 0em;">Torsten</pre><br>
<tt>On 27.01.2012 16:24, tontonflingueur005-tptpdev@xxxxxxxx wrote:
</tt><blockquote style="border-left: #5555EE solid 0.2em; margin: 0em; padding-left: 0.85em"><pre style="margin: 0em;">Hi,</pre><br>
<pre style="margin: 0em;">Related to the bug <a  href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=366612">https://bugs.eclipse.org/bugs/show_bug.cgi?id=366612</a> we found out that the time-out we had on Linux32 on our projects with lots of dependencies was ultimately caused by the buffer allocated in the function processClientRequest in</pre><br>
<pre style="margin: 0em;"><br>     TPTP platform/org.eclipse.tptp.platform.agentcontroller/src-native-new/src/transport/socketTL/SocketListener.c</pre><br>
<pre style="margin: 0em;">I managed to rebuild the agent controller and accompanying libraries using the scripts in  :</pre><br>
<pre style="margin: 0em;"><br>     TPTP platform/org.eclipse.tptp.platform.agentcontroller/src-native-new/build,</pre><br>
<pre style="margin: 0em;"><br>and now our ample works correctly, however I encountered some makefile and even source code incompatibilities on my build platform (Fedora 15). I also found out that I needed to re-build libraries from the javaprofiler or they would be incompatible with the agent controller, so my question are :</pre><br>
<pre style="margin: 0em;">* what platform/distribution do you use/recommend at the Eclipse Foundation to generate native code for linux ?</pre><br>
<pre style="margin: 0em;"><br>* more generally, how do you recreate  the installable package for the standalone agent controllers packages, the embedded agent controller, and the javaprofiler plugins ? Please apologize if this is a basic question but I am a complete eclipse plugin development newbie.</pre><br>
<pre style="margin: 0em;"><br>Best regards,</pre><br>
<pre style="margin: 0em;">Luke</pre><br>
<pre style="margin: 0em;">_______________________________________________
tptp-platform-dev mailing list
tptp-platform-dev@xxxxxxxxxxx
<a  href="https://dev.eclipse.org/mailman/listinfo/tptp-platform-dev">https://dev.eclipse.org/mailman/listinfo/tptp-platform-dev</a>
</pre></blockquote><br>
]]></content:encoded>
		<pubDate>Fri, 27 Jan 2012 15:53:34 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/tptp-platform-dev/msg02998.html</guid>
		<author>stolpmann@xxxxxxx (Torsten Stolpmann)</author>
	</item>
	<item>
		<title>[tptp-platform-dev] Building and repackaging native code for the	agent controller ...</title>
		<link>http://dev.eclipse.org/mhonarc/lists/tptp-platform-dev/msg02997.html</link>
		<description>Hi, Related to the bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=366612 we found out that the time-out we had on Linux32 on our projects with lots of dependencies was ultimately caused by the buffer allocated in the function processClientRequest in A0;...</description>
		<content:encoded><![CDATA[<pre>Hi,

Related to the bug <a  href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=366612">https://bugs.eclipse.org/bugs/show_bug.cgi?id=366612</a> we found out that the time-out we had on Linux32 on our projects with lots of dependencies was ultimately caused by the buffer allocated in the function processClientRequest in 


&#xA0;&#xA0;&#xA0; TPTP platform/org.eclipse.tptp.platform.agentcontroller/src-native-new/src/transport/socketTL/SocketListener.c

I managed to rebuild the agent controller and accompanying libraries using the scripts in&#xA0; :


&#xA0;&#xA0;&#xA0; TPTP platform/org.eclipse.tptp.platform.agentcontroller/src-native-new/build, 


and now our ample works correctly, however I encountered some makefile and even source code incompatibilities on my build platform (Fedora 15). I also found out that I needed to re-build libraries from the javaprofiler or they would be incompatible with the agent controller, so my question are :

* what platform/distribution do you use/recommend at the Eclipse Foundation to generate native code for linux ?


* more generally, how do you recreate&#xA0; the installable package for the standalone agent controllers packages, the embedded agent controller, and the javaprofiler plugins ? Please apologize if this is a basic question but I am a complete eclipse plugin development newbie.


Best regards, 

Luke


</pre>]]></content:encoded>
		<pubDate>Fri, 27 Jan 2012 15:24:23 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/tptp-platform-dev/msg02997.html</guid>
		<author>tontonflingueur005-tptpdev@xxxxxxx (tontonflingueur005-tptpdev@xxxxxxxx)</author>
	</item>


	<item>
		<title>[tptp-platform-dev] Project meta data is out of date for	tptp.platform</title>
		<link>http://dev.eclipse.org/mhonarc/lists/tptp-platform-dev/msg02996.html</link>
		<description>Torsten, Projects are required to keep meta data up to date using the MyFoundation Portal (http://portal.eclipse.org/). The following problems were found with this project's meta-data: * The date for release &amp;quot;4.8.0&amp;quot; is in the past, but the release is not m...</description>
		<content:encoded><![CDATA[<pre>Torsten,
Projects are required to keep meta data up to date using the MyFoundation
Portal (<a  href="http://portal.eclipse.org/">http://portal.eclipse.org/</a>).  The following problems were found
with this project's meta-data:

* The date for release &quot;4.8.0&quot; is in the past, but the release is not
marked as completed. If it is completed, it should be marked as completed;
if it has been postponed, it should be given a new target date.
* There is no next/future release of this project. All Eclipse projects
must have a &quot;next release&quot; planned and scheduled.


</pre>]]></content:encoded>
		<pubDate>Thu, 05 Jan 2012 05:00:15 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/tptp-platform-dev/msg02996.html</guid>
		<author>emo@xxxxxxx (portal on behalf of emo)</author>
	</item>


	<item>
		<title>[tptp-platform-dev] Project meta data is out of date for	tptp.platform</title>
		<link>http://dev.eclipse.org/mhonarc/lists/tptp-platform-dev/msg02995.html</link>
		<description>Torsten, Projects are required to keep meta data up to date using the MyFoundation Portal (http://portal.eclipse.org/). The following problems were found with this project's meta-data: * There is no next/future release of this project. All Eclipse projects...</description>
		<content:encoded><![CDATA[<pre>Torsten,
Projects are required to keep meta data up to date using the MyFoundation
Portal (<a  href="http://portal.eclipse.org/">http://portal.eclipse.org/</a>).  The following problems were found
with this project's meta-data:

* There is no next/future release of this project. All Eclipse projects
must have a &quot;next release&quot; planned and scheduled.


</pre>]]></content:encoded>
		<pubDate>Tue, 05 Jul 2011 04:00:25 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/tptp-platform-dev/msg02995.html</guid>
		<author>emo@xxxxxxx (portal on behalf of emo)</author>
	</item>


	<item>
		<title>[tptp-platform-dev] Time out error occurred while attempting to launch the process</title>
		<link>http://dev.eclipse.org/mhonarc/lists/tptp-platform-dev/msg02994.html</link>
		<description> Hi, I have already searched this forum and several others(Eclipse community ) regarding TPTP throwing time out error when profiling.But they all still didnt provide solution to my problem. I have fresh installation of eclipse helios SR2 and installed TPTP...</description>
		<content:encoded><![CDATA[<pre>
Hi,

I have already searched this forum and several others(Eclipse community )
regarding TPTP throwing time out error when profiling.But they all still
didnt provide solution to my problem.

I have fresh installation of eclipse helios SR2 and installed TPTP plugins
from the updatesite. Most of the post in the forum says, profiling for
smaller applications work fine and time out error occurs only when profiling
for large applications. But then when i tried for a small Hello World
application , I still get time out error(one of the selected launch
delegates has failed tptp). 

I am not sure of the reason.I tried all the steps already provided for the
same issue such as
1) killing the ACServer.exe process and tried profiling a java application
from start
2)Testing if the connection is fine in Windows-&gt;Preference-&gt;Agent
Controller-&gt;Hosts.Connection returns success
3)Restarting the eclipse.

I am stuck up with this issue. Request help on resolving this asap. Thanks
in advance

Regards
Janani

Actually ,what i find is, when i tried to profile a hello world application
in a workspace which does not have any other package and no project
dependencies, profiling works good. But I actually want to profile a
application which is quite large and have dependencies with other packages.
So when i created my HelloWorld program inside an already existing package
with dependencies to others, then profiling was failing for that simple
program too.

Can anyone let me know how to resolve this. 


-- 
View this message in context: <a  href="http://old.nabble.com/Time-out-error-occurred-while-attempting-to-launch-the-process-tp31799662p31799662.html">http://old.nabble.com/Time-out-error-occurred-while-attempting-to-launch-the-process-tp31799662p31799662.html</a>
Sent from the Eclipse TPTP - Platform - Dev mailing list archive at Nabble.com.


</pre>]]></content:encoded>
		<pubDate>Wed, 08 Jun 2011 12:29:21 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/tptp-platform-dev/msg02994.html</guid>
		<author>janani.nat@xxxxxxx (Janani Natarajan)</author>
	</item>
	<item>
		<title>[tptp-platform-dev] Time out error occurred while attempting to	launch the process</title>
		<link>http://dev.eclipse.org/mhonarc/lists/tptp-platform-dev/msg02993.html</link>
		<description>Hi, I have already searched this forum and several others(Eclipse community ) regarding TPTP throwing time out error when profiling.But they all still didnt provide solution to my problem. I have fresh installation of eclipse helios SR2 and installed TPTP ...</description>
		<content:encoded><![CDATA[Hi,
<br><br>I have already searched this forum and several others(Eclipse
community ) regarding TPTP throwing time out error when profiling.But
they all still didnt provide solution to my problem.
<br><br>I have fresh installation of eclipse helios SR2 and installed
TPTP plugins from the updatesite. Most of the post in the forum says,
profiling for smaller applications work fine and time out error occurs
only when profiling for large applications. But then when i tried for a
small Hello World application , I still get time out error(one of the
selected launch delegates has failed tptp). <br><br>I am not sure of the reason.I tried all the steps already provided for the same issue such as
<br>1) killing the ACServer.exe process and tried profiling a java application from start
<br>2)Testing if the connection is fine in Windows-&gt;Preference-&gt;Agent Controller-&gt;Hosts.Connection returns success
<br>3)Restarting the eclipse.
<br><br>I am stuck up with this issue. Request help on resolving this asap. Thanks in advance
<br><br>Regards
<br>Janani
]]></content:encoded>
		<pubDate>Wed, 08 Jun 2011 11:33:07 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/tptp-platform-dev/msg02993.html</guid>
		<author>janani.nat@xxxxxxx (Janani Natarajan)</author>
	</item>


	<item>
		<title>[tptp-platform-dev] Changes in TPTP PMC</title>
		<link>http://dev.eclipse.org/mhonarc/lists/tptp-platform-dev/msg02992.html</link>
		<description> We would like to announce that we have completed the transition of TPTP leadership as mentioned earlier in the forwarded email.  Wayne Beaton is now the PMC lead for TPTP.  Torsten Stolpmann from Verit is the project lead for the Platform, Testing Tools, ...</description>
		<content:encoded><![CDATA[
<br><font size=2 face="sans-serif">We would like to announce that we have
completed the transition of TPTP leadership as mentioned earlier in the
forwarded email. &nbsp;Wayne Beaton is now the PMC lead for TPTP. &nbsp;</font><font size=2 face="Arial">Torsten
Stolpmann from Verit is the project lead for the Platform, Testing Tools,
and Trace and Profiling Tools projects. &nbsp;The other existing PMC members
(including myself) had resigned from the PMC in the </font><a href="http://wiki.eclipse.org/TPTP-PMC-20110411"><font size=2 color=blue face="Arial">April
11 PMC meeting</font></a><font size=2 face="Arial"> as originally planned.
&nbsp;Thank you Oliver, Jonathan, Ernest and Jerome for your participation
in the TPTP PMC! &nbsp;</font>
<br>
<br><font size=2 face="Arial">In the next couple of weeks, we will also
be cleaning up the committer list for the various TPTP projects to remove
committers who will no longer be actively participating. &nbsp;I would
like to take this opportunity to thank them for their contribution to the
TPTP projects.</font>
<br>
<br><font size=2 face="Arial">So, over to you Torsten and Wayne. &nbsp;Best
wishes with the TPTP projects!</font>
<br>
<br><font size=2 face="sans-serif">Regards,<br>
Kathy Chan<br>
IBM Canada Lab<br>
<br>
kathy@xxxxxxxxxx<br>
</font>
<br><font size=1 color=#800080 face="sans-serif">----- Forwarded by Kathy
Chan/Toronto/IBM on 05/12/2011 07:18 PM -----</font>
<br>
<table width=100%>
<tr valign=top>
<td><font size=1 color=#5f5f5f face="sans-serif">From:</font>
<td><font size=1 face="sans-serif">Kathy Chan/Toronto/IBM@IBMCA</font>
<tr valign=top>
<td><font size=1 color=#5f5f5f face="sans-serif">To:</font>
<td><font size=1 face="sans-serif">tptp-platform-dev@xxxxxxxxxxx, tptp-monitoring-tools-dev@xxxxxxxxxxx,
tptp-tracing-profiling-tools-dev@xxxxxxxxxxx, tptp-testing-tools-dev@xxxxxxxxxxx</font>
<tr>
<td valign=top><font size=1 color=#5f5f5f face="sans-serif">Cc:</font>
<td><font size=1 face="sans-serif">tptp-pmc@xxxxxxxxxxx</font>
<tr valign=top>
<td><font size=1 color=#5f5f5f face="sans-serif">Date:</font>
<td><font size=1 face="sans-serif">03/28/2011 11:10 PM</font>
<tr valign=top>
<td><font size=1 color=#5f5f5f face="sans-serif">Subject:</font>
<td><font size=1 face="sans-serif">[tptp-pmc] IMPORTANT NEWS: &nbsp;Updated
plans for TPTP projects</font>
<tr valign=top>
<td><font size=1 color=#5f5f5f face="sans-serif">Sent by:</font>
<td><font size=1 face="sans-serif">tptp-pmc-bounces@xxxxxxxxxxx</font></table>
<br>
<hr noshade>
<br>
<br>
<br><font size=2 face="sans-serif"><br>
TPTP Community,</font><font size=3> <br>
</font><font size=2 face="sans-serif"><br>
As communicated in November 2011, the PMC had plan to archive the TPTP
projects after TPTP 4.7.2, which was released back in February. &nbsp;Details
of the plan was available in:</font><font size=3> <br>
</font><font size=3 color=blue><u><br>
</u></font><a href=http://www.eclipse.org/tptp/home/project_info/devplans/EclipseTPTPProjectPlan2010.htm><font size=2 color=blue face="sans-serif"><u>http://www.eclipse.org/tptp/home/project_info/devplans/EclipseTPTPProjectPlan2010.htm</u></font></a><font size=3>
</font><font size=2 face="sans-serif"><br>
</font><font size=2 face="Arial"><br>
In mid-February, the PMC was notified by the EMO that Claudia K&#xF6;nnecke
and Torsten Stolpmann from </font><a href=http://www.verit.de/><font size=2 color=blue face="Arial"><u>Verit</u></font></a><font size=2 face="Arial">
(</font><font size=2 face="sans-serif">verit Informationssysteme GmbH based
in Germany) had expressed interest in taking over the TPTP project rather
than let it terminate. &nbsp; We had a number of PMC meetings since then
to discuss the best course of action. &nbsp;Details of those discussion
can be found in the &nbsp;</font><a href=http://wiki.eclipse.org/TPTP_PMC><font size=2 color=blue face="sans-serif"><u>http://wiki.eclipse.org/TPTP_PMC</u></font></a><font size=2 face="sans-serif">.</font><font size=3>
<br>
</font><font size=2 face="sans-serif"><br>
In summary, Verit plans to preserve the current state for the Platform
and Testing Tools sub-projects. &nbsp;As they don't have hands-on experience
with the Trace and Profiling Tools sub-project or the resource to support
it, they agreed that the Trace and Profiling Tools sub-project should be
archived. &nbsp;</font><font size=3> <br>
</font><font size=2 face="Arial"><br>
Verit is currently setting up their build environment to be able to perform
TPTP builds. &nbsp;Once a stable build environment is established, they
will attempt to restructure the build to remove the Trace and Profiling
Tools features and plugins. &nbsp;Afterwards, they will re-address the
possible archiving of the Trace and Profiling Tools sub-project.</font><font size=3>
<br>
</font><font size=2 face="Arial"><br>
The current group of committers and PMC members plan to stay on the project
until April 11. &nbsp;Wayne Beaton from the EMO had joined the PMC to help
out with the transition. &nbsp;In order to ensure smooth transition, we
will be proposing to add new committers from Verit to the various sub-projects
and will soon be transferring project leaderships to them as well. &nbsp;</font><font size=3>
<br>
</font><font size=2 face="Arial"><br>
In the next two weeks, the current PMC members and the build team will
continue to provide support to Verit as they get up to speed with the TPTP
project. &nbsp;Torsten will be communicating further updates of this transition
to the community.</font><font size=3> <br>
</font><font size=2 face="Arial"><br>
Please let the PMC know if you have any questions or concern.</font><font size=3>
</font><font size=2 face="Arial"><br>
 </font><font size=3>&nbsp;</font><font size=2 face="sans-serif"><br>
Regards,<br>
Kathy Chan<br>
IBM Canada Lab<br>
<br>
kathy@xxxxxxxxxx</font><tt><font size=2>_______________________________________________<br>
tptp-pmc mailing list<br>
tptp-pmc@xxxxxxxxxxx<br>
</font></tt><a href="https://dev.eclipse.org/mailman/listinfo/tptp-pmc"><tt><font size=2>https://dev.eclipse.org/mailman/listinfo/tptp-pmc</font></tt></a><tt><font size=2><br>
</font></tt>
<br>]]></content:encoded>
		<pubDate>Thu, 12 May 2011 23:20:36 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/tptp-platform-dev/msg02992.html</guid>
		<author>kathy@xxxxxxx (Kathy Chan)</author>
	</item>

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

