<?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>dtp-dev</title>
		<link>http://dev.eclipse.org/mhonarc/lists/dtp-dev/maillist.html</link>
		<description>dtp-dev</description>
		<language>en-us</language>
		<pubDate>Fri, 20 Nov 2009 21:10:30 GMT</pubDate>
		<lastBuildDate>Fri, 20 Nov 2009 21:10:30 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>dtp-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/dtp-dev/maillist.html</link>
		</image>
 

	<item>
		<title>[dtp-dev] Build errors found in Today's Datatools 1.7.2 Build (BuildId: v20091121-0500 )</title>
		<link>http://dev.eclipse.org/mhonarc/lists/dtp-dev/msg01958.html</link>
		<description> Hi All, Build errors are found in today's DTP 1.7.2 build(BuildId: v20091121-0500): Please refer to build.log for details: http://www.eclipse.org/downloads/download.php?file=/datatools/downloads/drops/N_DTP_1.7.2/build.log Have a nice day! </description>
		<content:encoded><![CDATA[<pre>

Hi All,

Build errors are found in today's DTP 1.7.2 build(BuildId: v20091121-0500):

Please refer to build.log for details: 

<a  href="http://www.eclipse.org/downloads/download.php?file=/datatools/downloads/drops/N_DTP_1.7.2/build.log">http://www.eclipse.org/downloads/download.php?file=/datatools/downloads/drops/N_DTP_1.7.2/build.log</a>

Have a nice day!

                    
</pre>]]></content:encoded>
		<pubDate>Fri, 20 Nov 2009 21:00:31 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/dtp-dev/msg01958.html</guid>
		<author>xgu@xxxxxxx (xgu)</author>
	</item>


	<item>
		<title>Re: [dtp-dev] Building DTP</title>
		<link>http://dev.eclipse.org/mhonarc/lists/dtp-dev/msg01957.html</link>
		<description>I do remember seeing that one, but it's in an area of the code I'm not familiar with unfortunately. Let us know if you have more issues. You should be able to export the plug-in to a deployable jar for your RCP runtime to test it once you get the bug fixed...</description>
		<content:encoded><![CDATA[<pre>I do remember seeing that one, but it's in an area of the code I'm not familiar with unfortunately. 

Let us know if you have more issues. You should be able to export the plug-in to a deployable jar for your RCP runtime to test it once you get the bug fixed. And we should be able to get it into 1.7.2 if the fix gets approved by the SQL Tools team. 

Hope the Wiki helps, but do keep us posted.
--Fitz

_______________________________
Brian Fitzpatrick (aka &quot;Fitz&quot;)
Senior Software Engineer, SOA-P
JBoss by Red Hat

----- Original Message -----
From: &quot;Charles Eutsler&quot; &lt;Charles.Eutsler@xxxxxxxxxxxx&gt;
To: &quot;DTP development mailing list&quot; &lt;dtp-dev@xxxxxxxxxxx&gt;
Sent: Thursday, November 12, 2009 5:09:48 PM GMT -07:00 US/Canada Mountain
Subject: RE: [dtp-dev] Building DTP

The bug is the Max Row Count and Max Display Row Count preferences can't
be set.  Setting them throws a class cast exception.  And even if they
preferences did get set (by fixing the problem by intercepting the error
with the debugger), the ResultConfiguration object that is used by the
Result Set View's UI isn't initialized with the preference values at
startup.

The bug is <a  href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=281479">https://bugs.eclipse.org/bugs/show_bug.cgi?id=281479</a> and
there are two duplicates of it
(<a  href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=287059">https://bugs.eclipse.org/bugs/show_bug.cgi?id=287059</a> and
<a  href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=290272">https://bugs.eclipse.org/bugs/show_bug.cgi?id=290272</a>).

Another reason we'd like to learn to build the plug-ins is that we've
got an RCP application that has a major handicap because of this
problem.  If we could build our own replacement plug-in, we might be
able to make our application more usable.

--Charles 

-----Original Message-----
From: dtp-dev-bounces@xxxxxxxxxxx [<a  href="mailto:dtp-dev-bounces@xxxxxxxxxxx">mailto:dtp-dev-bounces@xxxxxxxxxxx</a>]
On Behalf Of Brian Fitzpatrick
Sent: Thursday, November 12, 2009 3:44 PM
To: DTP development mailing list
Subject: Re: [dtp-dev] Building DTP

Hi Charles...

You might check out this Wiki:
<a  href="http://wiki.eclipse.org/DTP_New_Committer_Info">http://wiki.eclipse.org/DTP_New_Committer_Info</a> 

At the bottom of that page is a list of CVS checkouts and the rest of
it.

All of our builds are automated nightly and run by our nice build folks.
You should be able to take the latest build in a valid Eclipse
installation and just check out those bits that you need.

What's the bug?

--Fitz

_______________________________
Brian Fitzpatrick (aka &quot;Fitz&quot;)
Senior Software Engineer, SOA-P
JBoss by Red Hat

----- Original Message -----
From: &quot;Charles Eutsler&quot; &lt;Charles.Eutsler@xxxxxxxxxxxx&gt;
To: &quot;DTP development mailing list&quot; &lt;dtp-dev@xxxxxxxxxxx&gt;
Sent: Thursday, November 12, 2009 4:37:20 PM GMT -07:00 US/Canada
Mountain
Subject: [dtp-dev] Building DTP

I'm stuck.

We would like to get a bug in DTP fixed and thought the best way to get
that done is to code the fix, build DTP, install the fixed DTP in
Eclipse to test it, then post a patch to the Bugzilla.

I can't find clear instructions on what needs to be checked out from
CVS, what versions of Java, Ant, Eclipse, etc. need to be installed to
perform the build.

I found the old &quot;How to Build DTP 0.7&quot; in the Wiki and attempts to get
the build done using those instructions are thwarted by a build.xml not
including the org.eclipse.equinox jars in its bootclasspath, then the
connectivity.build's build.xml tries to run the non-existent build.xml
in the org.eclipse.datatools.connectivity plug-in.

I'm clearly on the wrong track.

Can anybody point us to the instructions on how to get DTP built?

--Charles Eutsler
Teradata Corp.

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

</pre>]]></content:encoded>
		<pubDate>Fri, 13 Nov 2009 00:43:00 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/dtp-dev/msg01957.html</guid>
		<author>bfitzpat@xxxxxxx (Brian Fitzpatrick)</author>
	</item>
	<item>
		<title>RE: [dtp-dev] Building DTP</title>
		<link>http://dev.eclipse.org/mhonarc/lists/dtp-dev/msg01956.html</link>
		<description>The bug is the Max Row Count and Max Display Row Count preferences can't be set. Setting them throws a class cast exception. And even if they preferences did get set (by fixing the problem by intercepting the error with the debugger), the ResultConfigurati...</description>
		<content:encoded><![CDATA[<pre>The bug is the Max Row Count and Max Display Row Count preferences can't
be set.  Setting them throws a class cast exception.  And even if they
preferences did get set (by fixing the problem by intercepting the error
with the debugger), the ResultConfiguration object that is used by the
Result Set View's UI isn't initialized with the preference values at
startup.

The bug is <a  href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=281479">https://bugs.eclipse.org/bugs/show_bug.cgi?id=281479</a> and
there are two duplicates of it
(<a  href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=287059">https://bugs.eclipse.org/bugs/show_bug.cgi?id=287059</a> and
<a  href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=290272">https://bugs.eclipse.org/bugs/show_bug.cgi?id=290272</a>).

Another reason we'd like to learn to build the plug-ins is that we've
got an RCP application that has a major handicap because of this
problem.  If we could build our own replacement plug-in, we might be
able to make our application more usable.

--Charles 

-----Original Message-----
From: dtp-dev-bounces@xxxxxxxxxxx [<a  href="mailto:dtp-dev-bounces@xxxxxxxxxxx">mailto:dtp-dev-bounces@xxxxxxxxxxx</a>]
On Behalf Of Brian Fitzpatrick
Sent: Thursday, November 12, 2009 3:44 PM
To: DTP development mailing list
Subject: Re: [dtp-dev] Building DTP

Hi Charles...

You might check out this Wiki:
<a  href="http://wiki.eclipse.org/DTP_New_Committer_Info">http://wiki.eclipse.org/DTP_New_Committer_Info</a> 

At the bottom of that page is a list of CVS checkouts and the rest of
it.

All of our builds are automated nightly and run by our nice build folks.
You should be able to take the latest build in a valid Eclipse
installation and just check out those bits that you need.

What's the bug?

--Fitz

_______________________________
Brian Fitzpatrick (aka &quot;Fitz&quot;)
Senior Software Engineer, SOA-P
JBoss by Red Hat

----- Original Message -----
From: &quot;Charles Eutsler&quot; &lt;Charles.Eutsler@xxxxxxxxxxxx&gt;
To: &quot;DTP development mailing list&quot; &lt;dtp-dev@xxxxxxxxxxx&gt;
Sent: Thursday, November 12, 2009 4:37:20 PM GMT -07:00 US/Canada
Mountain
Subject: [dtp-dev] Building DTP

I'm stuck.

We would like to get a bug in DTP fixed and thought the best way to get
that done is to code the fix, build DTP, install the fixed DTP in
Eclipse to test it, then post a patch to the Bugzilla.

I can't find clear instructions on what needs to be checked out from
CVS, what versions of Java, Ant, Eclipse, etc. need to be installed to
perform the build.

I found the old &quot;How to Build DTP 0.7&quot; in the Wiki and attempts to get
the build done using those instructions are thwarted by a build.xml not
including the org.eclipse.equinox jars in its bootclasspath, then the
connectivity.build's build.xml tries to run the non-existent build.xml
in the org.eclipse.datatools.connectivity plug-in.

I'm clearly on the wrong track.

Can anybody point us to the instructions on how to get DTP built?

--Charles Eutsler
Teradata Corp.

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

</pre>]]></content:encoded>
		<pubDate>Fri, 13 Nov 2009 00:10:21 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/dtp-dev/msg01956.html</guid>
		<author>Charles.Eutsler@xxxxxxx (Eutsler, Charles)</author>
	</item>
	<item>
		<title>Re: [dtp-dev] Building DTP</title>
		<link>http://dev.eclipse.org/mhonarc/lists/dtp-dev/msg01955.html</link>
		<description>Hi Charles... You might check out this Wiki: http://wiki.eclipse.org/DTP_New_Committer_Info At the bottom of that page is a list of CVS checkouts and the rest of it. All of our builds are automated nightly and run by our nice build folks. You should be abl...</description>
		<content:encoded><![CDATA[<pre>Hi Charles...

You might check out this Wiki: <a  href="http://wiki.eclipse.org/DTP_New_Committer_Info">http://wiki.eclipse.org/DTP_New_Committer_Info</a> 

At the bottom of that page is a list of CVS checkouts and the rest of it.

All of our builds are automated nightly and run by our nice build folks. You should be able to take the latest build in a valid Eclipse installation and just check out those bits that you need.

What's the bug?

--Fitz

_______________________________
Brian Fitzpatrick (aka &quot;Fitz&quot;)
Senior Software Engineer, SOA-P
JBoss by Red Hat

----- Original Message -----
From: &quot;Charles Eutsler&quot; &lt;Charles.Eutsler@xxxxxxxxxxxx&gt;
To: &quot;DTP development mailing list&quot; &lt;dtp-dev@xxxxxxxxxxx&gt;
Sent: Thursday, November 12, 2009 4:37:20 PM GMT -07:00 US/Canada Mountain
Subject: [dtp-dev] Building DTP

I'm stuck.

We would like to get a bug in DTP fixed and thought the best way to get
that done is to code the fix, build DTP, install the fixed DTP in
Eclipse to test it, then post a patch to the Bugzilla.

I can't find clear instructions on what needs to be checked out from
CVS, what versions of Java, Ant, Eclipse, etc. need to be installed to
perform the build.

I found the old &quot;How to Build DTP 0.7&quot; in the Wiki and attempts to get
the build done using those instructions are thwarted by a build.xml not
including the org.eclipse.equinox jars in its bootclasspath, then the
connectivity.build's build.xml tries to run the non-existent build.xml
in the org.eclipse.datatools.connectivity plug-in.

I'm clearly on the wrong track.

Can anybody point us to the instructions on how to get DTP built?

--Charles Eutsler
Teradata Corp.

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

</pre>]]></content:encoded>
		<pubDate>Thu, 12 Nov 2009 23:44:27 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/dtp-dev/msg01955.html</guid>
		<author>bfitzpat@xxxxxxx (Brian Fitzpatrick)</author>
	</item>
	<item>
		<title>[dtp-dev] Building DTP</title>
		<link>http://dev.eclipse.org/mhonarc/lists/dtp-dev/msg01954.html</link>
		<description>I'm stuck. We would like to get a bug in DTP fixed and thought the best way to get that done is to code the fix, build DTP, install the fixed DTP in Eclipse to test it, then post a patch to the Bugzilla. I can't find clear instructions on what needs to be ...</description>
		<content:encoded><![CDATA[<pre>I'm stuck.

We would like to get a bug in DTP fixed and thought the best way to get
that done is to code the fix, build DTP, install the fixed DTP in
Eclipse to test it, then post a patch to the Bugzilla.

I can't find clear instructions on what needs to be checked out from
CVS, what versions of Java, Ant, Eclipse, etc. need to be installed to
perform the build.

I found the old &quot;How to Build DTP 0.7&quot; in the Wiki and attempts to get
the build done using those instructions are thwarted by a build.xml not
including the org.eclipse.equinox jars in its bootclasspath, then the
connectivity.build's build.xml tries to run the non-existent build.xml
in the org.eclipse.datatools.connectivity plug-in.

I'm clearly on the wrong track.

Can anybody point us to the instructions on how to get DTP built?

--Charles Eutsler
Teradata Corp.


</pre>]]></content:encoded>
		<pubDate>Thu, 12 Nov 2009 23:37:53 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/dtp-dev/msg01954.html</guid>
		<author>Charles.Eutsler@xxxxxxx (Eutsler, Charles)</author>
	</item>


	<item>
		<title>[dtp-dev] Project meta data is out of date for datatools.enablement</title>
		<link>http://dev.eclipse.org/mhonarc/lists/dtp-dev/msg01953.html</link>
		<description>Brian, 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;1.7&amp;quot; is in the past, but the release is not marke...</description>
		<content:encoded><![CDATA[<pre>Brian,
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;1.7&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.
* The date for release &quot;1.7 RC4&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 Nov 2009 05:00:13 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/dtp-dev/msg01953.html</guid>
		<author>emo@xxxxxxx (portal on behalf of emo)</author>
	</item>


	<item>
		<title>[dtp-dev] RE: Build errors found in Today's Datatools 1.7.2 Build	(BuildId: v20091028-0500 )</title>
		<link>http://dev.eclipse.org/mhonarc/lists/dtp-dev/msg01952.html</link>
		<description>The build failure is caused by CVS network issue. We will schedule a new build soon. Thanks, Xiaoying -----Original Message----- From: xgu@xxxxxxxxxxx [mailto:xgu@xxxxxxxxxxx] Sent: 2009&amp;#x5E74;10&amp;#x6708;28&amp;#x65E5; 7:26 To: Yong Jiang; dtp-dev@xxxxxxxxxxx; Xiaoying Gu Subject:...</description>
		<content:encoded><![CDATA[<pre>The build failure is caused by CVS network issue.
We will schedule a new build soon.


Thanks,
Xiaoying 

-----Original Message-----
From: xgu@xxxxxxxxxxx [<a  href="mailto:xgu@xxxxxxxxxxx">mailto:xgu@xxxxxxxxxxx</a>] 
Sent: 2009&#x5E74;10&#x6708;28&#x65E5; 7:26
To: Yong Jiang; dtp-dev@xxxxxxxxxxx; Xiaoying Gu
Subject: Build errors found in Today's Datatools 1.7.2 Build (BuildId: v20091028-0500 )



Hi All,

Build errors are found in today's DTP 1.7.2 build(BuildId: v20091028-0500):

Please refer to build.log for details: 

<a  href="http://www.eclipse.org/downloads/download.php?file=/datatools/downloads/drops/N_DTP_1.7.2/build.log">http://www.eclipse.org/downloads/download.php?file=/datatools/downloads/drops/N_DTP_1.7.2/build.log</a>

Have a nice day!

                    

</pre>]]></content:encoded>
		<pubDate>Wed, 28 Oct 2009 02:33:27 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/dtp-dev/msg01952.html</guid>
		<author>xgu@xxxxxxx (Xiaoying Gu)</author>
	</item>


	<item>
		<title>[dtp-dev] Re: [dtp-pmc] Resignation From DTP as a Committer</title>
		<link>http://dev.eclipse.org/mhonarc/lists/dtp-dev/msg01951.html</link>
		<description>We're sorry to see you go Larry - but wish you luck in all your future endeavors!! _______________________________ Brian Fitzpatrick (aka &amp;quot;Fitz&amp;quot;) Senior Software Engineer, SOA-P JBoss by Red Hat ----- Original Message ----- From: &amp;quot;Lawrence E Dunnell&amp;quot; &amp;lt;ledu...</description>
		<content:encoded><![CDATA[<pre>We're sorry to see you go Larry - but wish you luck in all your future endeavors!!

_______________________________
Brian Fitzpatrick (aka &quot;Fitz&quot;)
Senior Software Engineer, SOA-P
JBoss by Red Hat

----- Original Message -----
From: &quot;Lawrence E Dunnell&quot; &lt;ledunnel@xxxxxxxxxx&gt;
To: dtp-pmc@xxxxxxxxxxx
Cc: dtp-dev@xxxxxxxxxxx
Sent: Sunday, October 25, 2009 8:55:18 PM GMT -07:00 US/Canada Mountain
Subject: [dtp-pmc] Resignation From DTP as a Committer



PMC, 

Since I'm moving on to new opportunities and my last day with my current employer will be Friday, October 30th, 2009, I must resign as a committer to DTP. Please let me know what actions I need to take to complete the resignation process. 

It's been great working with everyone on DTP and WTP before that! 

Larry Dunnell 
Data Studio, InfoSphere Data Architect and Eclipse Data Tools Project 
IBM DB2 Information Management Software 


_______________________________________________
dtp-pmc mailing list
dtp-pmc@xxxxxxxxxxx
<a  href="https://dev.eclipse.org/mailman/listinfo/dtp-pmc">https://dev.eclipse.org/mailman/listinfo/dtp-pmc</a>

</pre>]]></content:encoded>
		<pubDate>Mon, 26 Oct 2009 16:37:53 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/dtp-dev/msg01951.html</guid>
		<author>bfitzpat@xxxxxxx (Brian Fitzpatrick)</author>
	</item>


	<item>
		<title>[dtp-dev] Resignation From DTP as a Committer</title>
		<link>http://dev.eclipse.org/mhonarc/lists/dtp-dev/msg01950.html</link>
		<description> PMC, Since I'm moving on to new opportunities and my last day with my current employer will be Friday, October 30th, 2009,  I must resign as a committer to DTP.   Please let me know what actions I need to take to complete the resignation process. It's bee...</description>
		<content:encoded><![CDATA[
<br><font size=2 face="sans-serif">PMC,</font>
<br>
<br><font size=2 face="sans-serif">Since I'm moving on to new opportunities
and my last day with my current employer will be Friday, October 30th,
2009, &nbsp;I must resign as a committer to DTP. &nbsp; Please let me know
what actions I need to take to complete the resignation process.</font>
<br>
<br><font size=2 face="sans-serif">It's been great working with everyone
on DTP and WTP before that!</font>
<br><font size=2 face="sans-serif"><br>
Larry Dunnell<br>
Data Studio, InfoSphere Data Architect and Eclipse Data Tools Project<br>
IBM DB2 Information Management Software<br>
<br>
</font>]]></content:encoded>
		<pubDate>Mon, 26 Oct 2009 02:55:22 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/dtp-dev/msg01950.html</guid>
		<author>ledunnel@xxxxxxx (Lawrence E Dunnell)</author>
	</item>
	<item>
		<title>[dtp-dev] RE: Build errors found in Today's Datatools 1.7.2 Build	(BuildId: v20091026-0500 )</title>
		<link>http://dev.eclipse.org/mhonarc/lists/dtp-dev/msg01949.html</link>
		<description>It's network issue, we will re-build. Thanks. Yong Jiang. -----Original Message----- From: xgu@xxxxxxxxxxx [mailto:xgu@xxxxxxxxxxx] Sent: 2009&amp;#x5E74;10&amp;#x6708;26&amp;#x65E5; 5:27 To: Yong Jiang; dtp-dev@xxxxxxxxxxx; Xiaoying Gu Subject: Build errors found in Today's Datatools 1.7...</description>
		<content:encoded><![CDATA[<pre>It's network issue, we will re-build.


Thanks.
Yong Jiang.

-----Original Message-----
From: xgu@xxxxxxxxxxx [<a  href="mailto:xgu@xxxxxxxxxxx">mailto:xgu@xxxxxxxxxxx</a>] 
Sent: 2009&#x5E74;10&#x6708;26&#x65E5; 5:27
To: Yong Jiang; dtp-dev@xxxxxxxxxxx; Xiaoying Gu
Subject: Build errors found in Today's Datatools 1.7.2 Build (BuildId: v20091026-0500 )



Hi All,

Build errors are found in today's DTP 1.7.2 build(BuildId: v20091026-0500):

Please refer to build.log for details: 

<a  href="http://www.eclipse.org/downloads/download.php?file=/datatools/downloads/drops/N_DTP_1.7.2/build.log">http://www.eclipse.org/downloads/download.php?file=/datatools/downloads/drops/N_DTP_1.7.2/build.log</a>

Have a nice day!

                    

</pre>]]></content:encoded>
		<pubDate>Mon, 26 Oct 2009 01:24:54 GMT</pubDate>
		<guid isPermaLink="true">http://dev.eclipse.org/mhonarc/lists/dtp-dev/msg01949.html</guid>
		<author>yjiang@xxxxxxx (Yong Jiang)</author>
	</item>

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