<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to GettingStarted</title><link>https://sourceforge.net/p/atomic34/wiki/GettingStarted/</link><description>Recent changes to GettingStarted</description><atom:link href="https://sourceforge.net/p/atomic34/wiki/GettingStarted/feed" rel="self"/><language>en</language><lastBuildDate>Tue, 30 Aug 2011 00:34:50 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/atomic34/wiki/GettingStarted/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage GettingStarted modified by Mathieu Durand</title><link>https://sourceforge.net/p/atomic34/wiki/GettingStarted/</link><description>&lt;pre&gt;--- v6 
+++ v7 
@@ -11,6 +11,7 @@
 * You need to link dependencies for the project to work. I often use Apache Ivy for this (with IvyDE inside Eclipse), but you can use maven also. The dependencies are:
     * org.seleniumhq.selenium / selenium-java (2.4.0+)
     * com.google.guava / guava (r09)
+    * joda-time / joda-time (2.0)
 * There is also a dependency on atomic34 definition library (not available on maven yet) that you can download on this site.
 * In the package, create a file with the extension .a34 (google.a34)
 * When asked to add XText nature to the project, answer yes.
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mathieu Durand</dc:creator><pubDate>Tue, 30 Aug 2011 00:34:50 -0000</pubDate><guid>https://sourceforge.netf4997db6f62fdcae171c149d5ab2a6af41fbd19a</guid></item><item><title>WikiPage GettingStarted modified by Mathieu Durand</title><link>https://sourceforge.net/p/atomic34/wiki/GettingStarted/</link><description>&lt;pre&gt;--- v5 
+++ v6 
@@ -8,7 +8,10 @@
 * Add an ivy.xml file with dependencies on joda-time, commons-beanutils, commons-codec and org.seleniumhq.selenium
 * Create a package for your site definition, net.sf.atomic34.example.google in our demo
 * Create a new source folder named "src-gen", which will hold the generated files
-* You need to link dependencies to the Selenium libraries. I often use Apache Ivy for this (with IvyDE inside Eclipse), but you can use maven also.
+* You need to link dependencies for the project to work. I often use Apache Ivy for this (with IvyDE inside Eclipse), but you can use maven also. The dependencies are:
+    * org.seleniumhq.selenium / selenium-java (2.4.0+)
+    * com.google.guava / guava (r09)
+* There is also a dependency on atomic34 definition library (not available on maven yet) that you can download on this site.
 * In the package, create a file with the extension .a34 (google.a34)
 * When asked to add XText nature to the project, answer yes.
 * Enter some content in the a34 file (see google.a34)
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mathieu Durand</dc:creator><pubDate>Tue, 30 Aug 2011 00:32:26 -0000</pubDate><guid>https://sourceforge.net0711000afcdf470be956ac6d22b0205df8d15233</guid></item><item><title>WikiPage GettingStarted modified by Mathieu Durand</title><link>https://sourceforge.net/p/atomic34/wiki/GettingStarted/</link><description>&lt;pre&gt;--- v4 
+++ v5 
@@ -5,15 +5,15 @@
 The steps to create a new project with Atomic34 are:
 
 1. Create a new Java Project in Eclipse
-2. Add an ivy.xml file with dependencies on joda-time, commons-beanutils, commons-codec and org.seleniumhq.selenium
-3. Create a package for your site definition, net.sf.atomic34.example.google in our demo
-4. Create a new source folder named "src-gen", which will hold the generated files
-5. You need to link dependencies to the Selenium libraries. I often use Apache Ivy for this (with IvyDE inside Eclipse), but you can use maven also.
-6. In the package, create a file with the extension .a34 (google.a34)
-7. When asked to add XText nature to the project, answer yes.
-8. Enter some content in the a34 file (see google.a34)
-9. Upon saving, some code will be generated in the src-gen folder based on your definition
-10. Write a jUnit test based on the generated code.
+* Add an ivy.xml file with dependencies on joda-time, commons-beanutils, commons-codec and org.seleniumhq.selenium
+* Create a package for your site definition, net.sf.atomic34.example.google in our demo
+* Create a new source folder named "src-gen", which will hold the generated files
+* You need to link dependencies to the Selenium libraries. I often use Apache Ivy for this (with IvyDE inside Eclipse), but you can use maven also.
+* In the package, create a file with the extension .a34 (google.a34)
+* When asked to add XText nature to the project, answer yes.
+* Enter some content in the a34 file (see google.a34)
+* Upon saving, some code will be generated in the src-gen folder based on your definition
+* Write a jUnit test based on the generated code.
 
 To understand the writing of the a34 file -&gt; [A34File]
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mathieu Durand</dc:creator><pubDate>Tue, 30 Aug 2011 00:21:24 -0000</pubDate><guid>https://sourceforge.netf8860a78d385f5a3d1da3ac43ab8b5702f07833b</guid></item><item><title>WikiPage GettingStarted modified by Mathieu Durand</title><link>https://sourceforge.net/p/atomic34/wiki/GettingStarted/</link><description>&lt;pre&gt;--- v3 
+++ v4 
@@ -8,11 +8,12 @@
 2. Add an ivy.xml file with dependencies on joda-time, commons-beanutils, commons-codec and org.seleniumhq.selenium
 3. Create a package for your site definition, net.sf.atomic34.example.google in our demo
 4. Create a new source folder named "src-gen", which will hold the generated files
-5. In the package, create a file with the extension .a34 (google.a34)
-6. When asked to add XText nature to the project, answer yes.
-7. Enter some content in the a34 file (see google.a34)
-8. Upon saving, some code will be generated in the src-gen folder based on your definition
-9. Write a jUnit test based on the generated code.
+5. You need to link dependencies to the Selenium libraries. I often use Apache Ivy for this (with IvyDE inside Eclipse), but you can use maven also.
+6. In the package, create a file with the extension .a34 (google.a34)
+7. When asked to add XText nature to the project, answer yes.
+8. Enter some content in the a34 file (see google.a34)
+9. Upon saving, some code will be generated in the src-gen folder based on your definition
+10. Write a jUnit test based on the generated code.
 
 To understand the writing of the a34 file -&gt; [A34File]
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mathieu Durand</dc:creator><pubDate>Tue, 30 Aug 2011 00:15:27 -0000</pubDate><guid>https://sourceforge.net1783771b6e5fa2155f2737bc1d0294dcb45d7ac1</guid></item><item><title>WikiPage GettingStarted modified by Mathieu Durand</title><link>https://sourceforge.net/p/atomic34/wiki/GettingStarted/</link><description>&lt;pre&gt;--- v2 
+++ v3 
@@ -2,12 +2,18 @@
 
 In many of my projects I use Apache Ivy to resolve dependencies. If you don't know Ivy, it's a bit like Maven, but only the part about managing dependencies. Inside Eclipse, you can use the IvyDE project to integrate Eclipse with Ivy.
 
+The steps to create a new project with Atomic34 are:
+
 1. Create a new Java Project in Eclipse
 2. Add an ivy.xml file with dependencies on joda-time, commons-beanutils, commons-codec and org.seleniumhq.selenium
 3. Create a package for your site definition, net.sf.atomic34.example.google in our demo
 4. Create a new source folder named "src-gen", which will hold the generated files
 5. In the package, create a file with the extension .a34 (google.a34)
 6. When asked to add XText nature to the project, answer yes.
-7. Enter some content in the a34 file as below
+7. Enter some content in the a34 file (see google.a34)
+8. Upon saving, some code will be generated in the src-gen folder based on your definition
+9. Write a jUnit test based on the generated code.
+
+To understand the writing of the a34 file -&gt; [A34File]
 
 	
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mathieu Durand</dc:creator><pubDate>Mon, 22 Aug 2011 14:20:25 -0000</pubDate><guid>https://sourceforge.net19f9bbcfe89977a00c44da3c39620f4ab18c4d20</guid></item><item><title>WikiPage GettingStarted modified by Mathieu Durand</title><link>https://sourceforge.net/p/atomic34/wiki/GettingStarted/</link><description>&lt;pre&gt;--- v1 
+++ v2 
@@ -1,10 +1,13 @@
 The first thing to do with Atomic34 is to create the definition file for the site you want to test. We will create a small demo using Google. All the code is available in the mercurial repository, in the net.sf.atomic34.example project.
 
+In many of my projects I use Apache Ivy to resolve dependencies. If you don't know Ivy, it's a bit like Maven, but only the part about managing dependencies. Inside Eclipse, you can use the IvyDE project to integrate Eclipse with Ivy.
+
 1. Create a new Java Project in Eclipse
-2. Create a package for your site definition, net.sf.atomic34.example.google in our demo
-3. Create a new source folder named "src-gen", which will hold the generated files
-4. In the package, create a file with the extension .a34 (google.a34)
-5. When asked to add XText nature to the project, answer yes.
-6. Enter some content in the a34 file as below
+2. Add an ivy.xml file with dependencies on joda-time, commons-beanutils, commons-codec and org.seleniumhq.selenium
+3. Create a package for your site definition, net.sf.atomic34.example.google in our demo
+4. Create a new source folder named "src-gen", which will hold the generated files
+5. In the package, create a file with the extension .a34 (google.a34)
+6. When asked to add XText nature to the project, answer yes.
+7. Enter some content in the a34 file as below
 
 	
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mathieu Durand</dc:creator><pubDate>Mon, 22 Aug 2011 14:16:56 -0000</pubDate><guid>https://sourceforge.net64bd42b0e8e586a804db3dd94fba16d38f965b0e</guid></item><item><title>WikiPage GettingStarted modified by Mathieu Durand</title><link>https://sourceforge.net/p/atomic34/wiki/GettingStarted/</link><description>The first thing to do with Atomic34 is to create the definition file for the site you want to test. We will create a small demo using Google. All the code is available in the mercurial repository, in the net.sf.atomic34.example project.

1. Create a new Java Project in Eclipse
2. Create a package for your site definition, net.sf.atomic34.example.google in our demo
3. Create a new source folder named "src-gen", which will hold the generated files
4. In the package, create a file with the extension .a34 (google.a34)
5. When asked to add XText nature to the project, answer yes.
6. Enter some content in the a34 file as below

	</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mathieu Durand</dc:creator><pubDate>Mon, 22 Aug 2011 13:32:32 -0000</pubDate><guid>https://sourceforge.net3056093c011cf6a65ead4a4c40b08504e75e2423</guid></item></channel></rss>