<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to GetStarted</title><link>https://sourceforge.net/p/hiddenwords/wiki/GetStarted/</link><description>Recent changes to GetStarted</description><atom:link href="https://sourceforge.net/p/hiddenwords/wiki/GetStarted/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 30 Sep 2013 10:14:43 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/hiddenwords/wiki/GetStarted/feed" rel="self" type="application/rss+xml"/><item><title>GetStarted modified by Antonio Alonzi</title><link>https://sourceforge.net/p/hiddenwords/wiki/GetStarted/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v11
+++ v12
@@ -5,13 +5,9 @@
 checkout source code with the command [in here](https://sourceforge.net/p/hiddenwords/code/HEAD/tree/).

     # move to the folder
-    cd trunk/hiddenwords-core
+    cd trunk/hiddenwords-parent

     # install the project for eclipse
-    mvn install -DdownloadSources=true -DdownloadJavadocs=true eclipse:eclipse
-
-    # install the language you are interesed in 
-    cd trunk/hiddenwords-LANG
     mvn install -DdownloadSources=true -DdownloadJavadocs=true eclipse:eclipse

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Antonio Alonzi</dc:creator><pubDate>Mon, 30 Sep 2013 10:14:43 -0000</pubDate><guid>https://sourceforge.netc6e8098481c0531de29ab5d17b40b96ef5c85458</guid></item><item><title>GetStarted modified by Antonio Alonzi</title><link>https://sourceforge.net/p/hiddenwords/wiki/GetStarted/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v10
+++ v11
@@ -1,4 +1,3 @@
-TODO: this needs to be updated.
 This project uses [maven](http://maven.apache.org/).

 In order to start developing you need to install maven and follow these steps:
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Antonio Alonzi</dc:creator><pubDate>Fri, 27 Sep 2013 08:53:20 -0000</pubDate><guid>https://sourceforge.net7fcaee6b8385459f77a51b4e7f7ebd4169ddf7ca</guid></item><item><title>GetStarted modified by Antonio Alonzi</title><link>https://sourceforge.net/p/hiddenwords/wiki/GetStarted/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v9
+++ v10
@@ -3,7 +3,7 @@

 In order to start developing you need to install maven and follow these steps:

-    # checkout source code with the command [in here](http://sourceforge.net/p/hiddenwords/code/HEAD/tree/).
+checkout source code with the command [in here](https://sourceforge.net/p/hiddenwords/code/HEAD/tree/).

     # move to the folder
     cd trunk/hiddenwords-core
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Antonio Alonzi</dc:creator><pubDate>Fri, 27 Sep 2013 06:50:48 -0000</pubDate><guid>https://sourceforge.net7c1ab6982d738a687663619874f595dce216169e</guid></item><item><title>GetStarted modified by Antonio Alonzi</title><link>https://sourceforge.net/p/hiddenwords/wiki/GetStarted/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v8
+++ v9
@@ -3,7 +3,7 @@

 In order to start developing you need to install maven and follow these steps:

-    # checkout source code with the command [in here](https://sourceforge.net/p/hiddenwords/code/HEAD/tree/)
+    # checkout source code with the command [in here](http://sourceforge.net/p/hiddenwords/code/HEAD/tree/).

     # move to the folder
     cd trunk/hiddenwords-core
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Antonio Alonzi</dc:creator><pubDate>Fri, 27 Sep 2013 06:49:42 -0000</pubDate><guid>https://sourceforge.net9af0f00a45f159e80ec3556824959b336114e504</guid></item><item><title>GetStarted modified by Antonio Alonzi</title><link>https://sourceforge.net/p/hiddenwords/wiki/GetStarted/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v7
+++ v8
@@ -1,10 +1,9 @@
 TODO: this needs to be updated.
-This project uses maven.
+This project uses [maven](http://maven.apache.org/).

 In order to start developing you need to install maven and follow these steps:

-    # checkout source code with the command in:
-    #  - https://sourceforge.net/p/hiddenwords/code/HEAD/tree/
+    # checkout source code with the command [in here](https://sourceforge.net/p/hiddenwords/code/HEAD/tree/)

     # move to the folder
     cd trunk/hiddenwords-core
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Antonio Alonzi</dc:creator><pubDate>Fri, 27 Sep 2013 06:48:49 -0000</pubDate><guid>https://sourceforge.net6af26f704947473a9aaa598abc75ec35eb69de27</guid></item><item><title>GetStarted modified by Antonio Alonzi</title><link>https://sourceforge.net/p/hiddenwords/wiki/GetStarted/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -3,21 +3,32 @@

 In order to start developing you need to install maven and follow these steps:

-    # checkout source code
-    svn checkout --username=$YourSourceforgeUsername svn+ssh://antonioalonzi85@svn.code.sf.net/p/hiddenwords/code/trunk HiddenWords
+    # checkout source code with the command in:
+    #  - https://sourceforge.net/p/hiddenwords/code/HEAD/tree/

     # move to the folder
-    cd HiddenWords
+    cd trunk/hiddenwords-core

     # install the project for eclipse
-    mvn install eclipse:eclipse
+    mvn install -DdownloadSources=true -DdownloadJavadocs=true eclipse:eclipse

-Now it is possible to import the project into eclipse and start working with it.
+    # install the language you are interesed in 
+    cd trunk/hiddenwords-LANG
+    mvn install -DdownloadSources=true -DdownloadJavadocs=true eclipse:eclipse
+

 After installing the project it is possible to launch the application using:
     # entering in the folder where the runnable jar is
-    cd target
+    cd trunk/hiddenwords-LANG/target

-    java -jar hidden-words-0.0.1-SNAPSHOT.jar
+    # running the project
+    java -jar hidden-words-VERSION-jar-with-dependencies.jar
+
+
+Now it is possible to import the projects you are interested in into eclipse and start working with it.
+    # File -&gt; Import -&gt; Existing Projects into Workspace -&gt; Next -&gt; Browse (the project you want to import) -&gt; deselect Copy Projects into Workspace -&gt; Finish
+
+You can find the entire documentation inline the project as javadoc.
+

 Enjoy!
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Antonio Alonzi</dc:creator><pubDate>Fri, 27 Sep 2013 06:46:58 -0000</pubDate><guid>https://sourceforge.net3068f0dc4dfbc4a497cf2fa92738e2141ab7b5fb</guid></item><item><title>GetStarted modified by Antonio Alonzi</title><link>https://sourceforge.net/p/hiddenwords/wiki/GetStarted/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -1,3 +1,4 @@
+TODO: this needs to be updated.
 This project uses maven.

 In order to start developing you need to install maven and follow these steps:
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Antonio Alonzi</dc:creator><pubDate>Thu, 26 Sep 2013 20:20:09 -0000</pubDate><guid>https://sourceforge.net68df6dd9f006450cf42d082f9b84395fd524530d</guid></item><item><title>GetStarted modified by Antonio Alonzi</title><link>https://sourceforge.net/p/hiddenwords/wiki/GetStarted/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -3,10 +3,10 @@
 In order to start developing you need to install maven and follow these steps:

     # checkout source code
-    svn checkout --username=$YourSourceforgeUsername svn+ssh://antonioalonzi85@svn.code.sf.net/p/hiddenwords/code/trunk HiddenWorks
+    svn checkout --username=$YourSourceforgeUsername svn+ssh://antonioalonzi85@svn.code.sf.net/p/hiddenwords/code/trunk HiddenWords

     # move to the folder
-    cd HiddenWorks
+    cd HiddenWords

     # install the project for eclipse
     mvn install eclipse:eclipse
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Antonio Alonzi</dc:creator><pubDate>Tue, 27 Aug 2013 08:42:54 -0000</pubDate><guid>https://sourceforge.net2b7ee416b4c40f7c7a4be253e12e04fa8abd1fe3</guid></item><item><title>GetStarted modified by Antonio Alonzi</title><link>https://sourceforge.net/p/hiddenwords/wiki/GetStarted/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Antonio Alonzi</dc:creator><pubDate>Mon, 26 Aug 2013 20:09:46 -0000</pubDate><guid>https://sourceforge.netd4d72c70fdae1285a41a5224042c309339cc9ff4</guid></item><item><title>HowToInstall modified by Antonio Alonzi</title><link>https://sourceforge.net/p/hiddenwords/wiki/HowToInstall/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -11,4 +11,12 @@
     # install the project for eclipse
     mvn install eclipse:eclipse

-Not it is possible to import the project into eclipse and start working with it.
+Now it is possible to import the project into eclipse and start working with it.
+
+After installing the project it is possible to launch the application using:
+    # entering in the folder where the runnable jar is
+    cd target
+    
+    java -jar hidden-words-0.0.1-SNAPSHOT.jar
+
+Enjoy!
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Antonio Alonzi</dc:creator><pubDate>Sat, 24 Aug 2013 18:54:03 -0000</pubDate><guid>https://sourceforge.net7e9d7cafd68236f44f18742eed9a2de1b7ec9778</guid></item></channel></rss>