<?xml version="1.0" encoding="iso-8859-1"?><!-- generator="b2evolution/1.9.3" -->
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:admin="http://webns.net/mvcb/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Eclipse Blog</title>
						<link>http://baccoubonneville.com/blogs/index.php/eclipse</link>
				<description>This blog contains posts about Eclipse.</description>
				<language>en-US</language>
				<docs>http://backend.userland.com/rss</docs>
				<admin:generatorAgent rdf:resource="http://b2evolution.net/?v=1.9.3"/>
				<ttl>60</ttl>
								<item>
					<title>How to use Ant to run SQL scripts?</title>
					<link>http://baccoubonneville.com/blogs/index.php/eclipse/2005/12/06/how-to-use-ant-to-run-sql-scripts</link>
					<pubDate>Tue, 06 Dec 2005 22:15:02 +0000</pubDate>
										<category domain="alt">Eclipse Platform</category>
<category domain="main">Ant</category>					<guid isPermaLink="false">124@http://baccoubonneville.com/blogs/</guid>
					<description>http://www.baccoubonneville.com/blogs/index.php/eclipse/2005/12/06/how-to-use-ant-to-run-sql-scripts In my previous note about QuantumDB, I explained how to use an SQL database within Eclipse. But now, the question is how to automate the run of a SQL script using Ant...

Note: to illustrate this, we will use a MySQL datatbase but it's the same idea with another database.

[...] Read more!</description>
					<content:encoded><![CDATA[<p><a href="http://www.baccoubonneville.com/blogs/index.php/eclipse/2005/12/06/how-to-use-ant-to-run-sql-scripts">http://www.baccoubonneville.com/blogs/index.php/eclipse/2005/12/06/how-to-use-ant-to-run-sql-scripts</a></p><p><img src="http://www.baccoubonneville.com/blogs/media/ant.jpg" width="73" height="56" alt="Ant" class="picto"/>In <a href="http://www.baccoubonneville.com/blogs/index.php/eclipse/2005/12/05/quantumdb-sql-eclipse-plug-in-mysql">my previous note about QuantumDB</a>, I explained how to use an SQL database within Eclipse. But now, the question is how to automate the run of a SQL script using <a href="http://ant.apache.org/">Ant</a>...</p>

<p>Note: to illustrate this, we will use a MySQL datatbase but it's the same idea with another database.</p>

<p class="bMore"><a href="http://baccoubonneville.com/blogs/index.php/eclipse/2005/12/06/p124#more124">=> Read more!</a></p>]]></content:encoded>
					<comments>http://baccoubonneville.com/blogs/index.php/eclipse?p=124&amp;c=1&amp;tb=1&amp;pb=1#comments</comments>
				</item>
								<item>
					<title>How to use QuantumDB - an SQL Eclipse Plug-in - on a MySQL database</title>
					<link>http://baccoubonneville.com/blogs/index.php/eclipse/2005/12/05/quantumdb-sql-eclipse-plug-in-mysql</link>
					<pubDate>Mon, 05 Dec 2005 22:32:45 +0000</pubDate>
										<category domain="main">Eclipse plug-ins</category>					<guid isPermaLink="false">123@http://baccoubonneville.com/blogs/</guid>
					<description>http://www.baccoubonneville.com/blogs/index.php/eclipse/2005/12/05/quantumdb-sql-eclipse-plug-in-mysql QuatumDB is a SQL plug-in for Eclipse. It works for a lot of databases included MySQL, HSQLDB, IBM Informix, Oracle, PostgreSQL, Sybase...

The goal of this blog note is to discover how to install and use QuantumDB on a MySQL database.


[...] Read more!</description>
					<content:encoded><![CDATA[<p><a href="http://www.baccoubonneville.com/blogs/index.php/eclipse/2005/12/05/quantumdb-sql-eclipse-plug-in-mysql">http://www.baccoubonneville.com/blogs/index.php/eclipse/2005/12/05/quantumdb-sql-eclipse-plug-in-mysql</a></p><p><img src="http://www.baccoubonneville.com/blogs/media/storeinformation.jpg" width="73" height="126" alt="Database" class="picto" />QuatumDB is a SQL plug-in for Eclipse. It works for a lot of databases included <a href="http://www.mysql.com/">MySQL</a>, <a href="http://hsqldb.org/">HSQLDB</a>, <a href="http://www-306.ibm.com/software/data/informix/">IBM Informix</a>, <a href="http://www.oracle.com/index.html">Oracle</a>, <a href="http://www.postgresql.org/">PostgreSQL</a>, <a href="http://www.sybase.com/">Sybase</a>...</p>

<p>The goal of this blog note is to discover how to install and use <a href="http://quantum.sourceforge.net/">QuantumDB</a> on a MySQL database.</p>


<p class="bMore"><a href="http://baccoubonneville.com/blogs/index.php/eclipse/2005/12/05/p123#more123">=> Read more!</a></p>]]></content:encoded>
					<comments>http://baccoubonneville.com/blogs/index.php/eclipse?p=123&amp;c=1&amp;tb=1&amp;pb=1#comments</comments>
				</item>
								<item>
					<title>HtmlUnit tests with Eclipse and Ant</title>
					<link>http://baccoubonneville.com/blogs/index.php/eclipse/2005/12/04/htmlunit-tests-with-eclipse-and-ant</link>
					<pubDate>Sun, 04 Dec 2005 15:10:11 +0000</pubDate>
										<category domain="main">Eclipse Platform</category>
<category domain="alt">Ant</category>
<category domain="alt">Eclipse plug-ins</category>					<guid isPermaLink="false">122@http://baccoubonneville.com/blogs/</guid>
					<description>http://www.baccoubonneville.com/blogs/index.php/eclipse/2005/12/04/htmlunit-tests-with-eclipse-and-ant This note explains how to perform HTML unit tests within eclipse using HtmlUnit. HtmlUnit is a java unit testing framework for testing web based applications. It is a member of the JUnit family. This method work for any kind of web development project, not only Java ones but also PHP projects for example, as we are testing the HTML as it appears on the client side.

In this article we will also see how to integrate these tests with Ant.

[...] Read more!</description>
					<content:encoded><![CDATA[<p><a href="http://www.baccoubonneville.com/blogs/index.php/eclipse/2005/12/04/htmlunit-tests-with-eclipse-and-ant">http://www.baccoubonneville.com/blogs/index.php/eclipse/2005/12/04/htmlunit-tests-with-eclipse-and-ant</a></p><p><img src="http://www.baccoubonneville.com/blogs/media/html.jpg" width="73" height="51" alt="HTML" class="picto" />This note explains how to perform HTML unit tests within eclipse using <a href="http://htmlunit.sourceforge.net/">HtmlUnit</a>. HtmlUnit is a java unit testing framework for testing web based applications. It is a member of the <a href="http://www.junit.org/index.htm">JUnit</a> family. This method work for any kind of web development project, not only Java ones but also PHP projects for example, as we are testing the HTML as it appears on the client side.<br />
<br />
In this article we will also see how to integrate these tests with <a href="http://ant.apache.org/">Ant</a>.</p>

<p class="bMore"><a href="http://baccoubonneville.com/blogs/index.php/eclipse/2005/12/04/p122#more122">=> Read more!</a></p>]]></content:encoded>
					<comments>http://baccoubonneville.com/blogs/index.php/eclipse?p=122&amp;c=1&amp;tb=1&amp;pb=1#comments</comments>
				</item>
								<item>
					<title>Using Subversion from the Internet with Eclipse</title>
					<link>http://baccoubonneville.com/blogs/index.php/eclipse/2005/12/04/subversion-from-internet-with-eclipse</link>
					<pubDate>Sun, 04 Dec 2005 10:52:37 +0000</pubDate>
										<category domain="alt">Eclipse Platform</category>
<category domain="main">Subversion</category>					<guid isPermaLink="false">121@http://baccoubonneville.com/blogs/</guid>
					<description>http://www.baccoubonneville.com/blogs/index.php/eclipse/2005/12/04/p121 In my previous note entitled Installing and using Subversion on Windows with Eclipse, I was concentrated on the installation of Subversion on my PC. The current note explains a better solution for collaborative development: using Subversion (aka SVN) from the Internet.

[...] Read more!</description>
					<content:encoded><![CDATA[<p><a href="http://www.baccoubonneville.com/blogs/index.php/eclipse/2005/12/04/p121">http://www.baccoubonneville.com/blogs/index.php/eclipse/2005/12/04/p121</a></p><p><img src="http://www.baccoubonneville.com/blogs/media/subversion.jpg" border="0" alt="Subversion logo" class="picto" />In my previous note entitled <a href="http://www.baccoubonneville.com/blogs/index.php/eclipse/2005/10/15/installing-subversion-on-windows-with-ec">Installing and using Subversion on Windows with Eclipse</a>, I was concentrated on the installation of Subversion on my PC. The current note explains a better solution for collaborative development: using Subversion (aka SVN) from the Internet.</p>

<p class="bMore"><a href="http://baccoubonneville.com/blogs/index.php/eclipse/2005/12/04/p121#more121">=> Read more!</a></p>]]></content:encoded>
					<comments>http://baccoubonneville.com/blogs/index.php/eclipse?p=121&amp;c=1&amp;tb=1&amp;pb=1#comments</comments>
				</item>
								<item>
					<title>Installing and using Subversion on Windows with Eclipse</title>
					<link>http://baccoubonneville.com/blogs/index.php/eclipse/2005/10/15/installing-subversion-on-windows-with-ec</link>
					<pubDate>Sat, 15 Oct 2005 08:26:47 +0000</pubDate>
										<category domain="alt">Eclipse Platform</category>
<category domain="alt">CVS</category>
<category domain="main">Subversion</category>
<category domain="alt">Eclipse plug-ins</category>
<category domain="alt">Tutorials</category>					<guid isPermaLink="false">111@http://baccoubonneville.com/blogs/</guid>
					<description>
  
    
    I want to move from CVS to Subversion. Both are version control systems, but Subversion is a better CVS as explained in this article. For us, the main reason to switch from CVS to Subversion is that files and directories can be renamed or moved and directories are versionned as files.

So the first questions are: how to install Subversion on Windows? What about the Subversion integration with Eclipse. This blog note will try to answer these questions. In a next note, I will deal with CVS to Subversion repository conversion using cvs2svn tool.
  


[...] Read more!</description>
					<content:encoded><![CDATA[<table>
  <tr valign="top">
    <td><img src="http://www.baccoubonneville.com/blogs/media/subversion.jpg" border="0" alt="Subversion logo" /></td>
    <td><p>I want to move from <a href="http://www.nongnu.org/cvs/">CVS</a> to <a href="http://subversion.tigris.org/">Subversion</a>. Both are version control systems, but Subversion is a better CVS as explained in <a href="http://www.linux.ie/articles/subversion/">this article</a>. For us, the main reason to switch from CVS to Subversion is that files and directories can be renamed or moved and directories are versionned as files.</p>

<p>So the first questions are: how to install Subversion on Windows? What about the Subversion integration with Eclipse. This blog note will try to answer these questions. In a next note, I will deal with CVS to Subversion repository conversion using <a href="http://cvs2svn.tigris.org/">cvs2svn</a> tool.</p></td>
  </tr>
</table>

<p class="bMore"><a href="http://baccoubonneville.com/blogs/index.php/eclipse/2005/10/15/p111#more111">=> Read more!</a></p>]]></content:encoded>
					<comments>http://baccoubonneville.com/blogs/index.php/eclipse?p=111&amp;c=1&amp;tb=1&amp;pb=1#comments</comments>
				</item>
								<item>
					<title>Eclipse in figures</title>
					<link>http://baccoubonneville.com/blogs/index.php/eclipse/2005/09/29/eclipse-in-figures</link>
					<pubDate>Thu, 29 Sep 2005 23:06:22 +0000</pubDate>
										<category domain="main">Eclipse Platform</category>					<guid isPermaLink="false">107@http://baccoubonneville.com/blogs/</guid>
					<description>http://www.eclipse.org/org/membersminutes/20050922MembersMeeting/Eclipse%20Chicago%20Meeting_9-21-05.pdf 
  
    
    Siobhan O'Mahony has presented preliminary results of her study Competing on a Common Platform presented at last Eclipse Members Meeting (September 22, 2005).

Here a some interesting figures. Eclipse community is composed of:

  18,684 registered users in Eclipse Bugzilla
  10,214 contributors
  478 commiters


Note that a lot of commiters are still from IBM.

  



Technorati tags: eclipse
</description>
					<content:encoded><![CDATA[<p><a href="http://www.eclipse.org/org/membersminutes/20050922MembersMeeting/Eclipse%20Chicago%20Meeting_9-21-05.pdf">http://www.eclipse.org/org/membersminutes/20050922MembersMeeting/Eclipse%20Chicago%20Meeting_9-21-05.pdf</a></p><table>
  <tr valign="top">
    <td><img src="http://www.baccoubonneville.com/blogs/media/figures.jpg" border="0" alt="Figures" /></td>
    <td><p>Siobhan O'Mahony has presented preliminary results of her study <a href="http://www.eclipse.org/org/foundation/membersminutes/20050922MembersMeeting/Eclipse%20Chicago%20Meeting_9-21-05.pdf">Competing on a Common Platform</a> presented at last Eclipse Members Meeting (September 22, 2005).</p>

<p>Here a some interesting figures. Eclipse community is composed of:</p>
<ul>
  <li>18,684 registered users in Eclipse Bugzilla</li>
  <li>10,214 contributors</li>
  <li>478 commiters</li>
</ul>

<p>Note that a lot of commiters are still from IBM.</p>
</td>
  </tr>
</table>

<div class="bSmallPrint">
Technorati tags: <a href="http://www.technorati.com/tag/eclipse" rel="tag">eclipse</a>
</div>]]></content:encoded>
					<comments>http://baccoubonneville.com/blogs/index.php/eclipse?p=107&amp;c=1&amp;tb=1&amp;pb=1#comments</comments>
				</item>
					</channel>
</rss>
