<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to setupDevEnv2</title><link>https://sourceforge.net/p/maritaca/wiki/setupDevEnv2/</link><description>Recent changes to setupDevEnv2</description><atom:link href="https://sourceforge.net/p/maritaca/wiki/setupDevEnv2/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 20 Feb 2014 18:54:25 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/maritaca/wiki/setupDevEnv2/feed" rel="self" type="application/rss+xml"/><item><title>setupDevEnv2 modified by Jimmy Valverde Sanchez</title><link>https://sourceforge.net/p/maritaca/wiki/setupDevEnv2/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -23,7 +23,7 @@

 ## Setting up Eclipse for Server app (war)&lt;a name="seteclipsewar"&gt;&lt;/a&gt;
 The following steps are based in Eclipse 3.7 (indigo) - JEE developer edition on a Ubuntu machine. If you have another version you will need to instal the Web Toolkit (WTP) plugin.
-You do not needd this step with Eclipse 4.3 +.
+You do not need this step with Eclipse 4.3 +.
 We assume the reader is familiar with Eclipse IDE for installation and usage.

 1. Install the Git plugin (also available at Eclipse Markplace)
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jimmy Valverde Sanchez</dc:creator><pubDate>Thu, 20 Feb 2014 18:54:25 -0000</pubDate><guid>https://sourceforge.netfb8e00e9ed9251fbadeec4b496171978fc20f6b3</guid></item><item><title>setupDevEnv2 modified by Jimmy Valverde Sanchez</title><link>https://sourceforge.net/p/maritaca/wiki/setupDevEnv2/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -43,15 +43,6 @@
 4. Select Maven, and after that, select Existing Maven Projects.
 5. Finally, choose the path to "server", into maritaca-code.

-### Importing project into Eclipse (Mobile side: Android)
-1. Change to Java or Java EE perspective (that depends of your Eclipse)
-2. Click in File menu.
-3. Click in Import.
-4. Select General, and after that, select Existing Projects into Workspace.
-5. Select the project "library", into maritaca-code/client.
-6. Finally, select the project called "maritaca-mobile", into maritaca-mobile/client.
-
-
 ### Building from Eclipse
 1. Right click on the project you want to build (maritaca project compiles all projects)
 2. Run as/ Maven install
@@ -64,3 +55,11 @@
 For committing code from Eclipse you could use the eGit client.
 For committing you must be an authorized user.
 Go to Synchronize perspective (right-click in main project-&gt;team-&gt;Synchronize) and choose the option (pull, push, commit, merge, etc...)
+
+### Importing project into Eclipse (Mobile side: Android)
+1. Change to Java or Java EE perspective (that depends of your Eclipse)
+2. Click in File menu.
+3. Click in Import.
+4. Select General, and after that, select Existing Projects into Workspace.
+5. Select the project "library", into maritaca-code/client.
+6. Finally, select the project called "maritaca-mobile", into maritaca-mobile/client.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jimmy Valverde Sanchez</dc:creator><pubDate>Thu, 20 Feb 2014 13:00:51 -0000</pubDate><guid>https://sourceforge.netfc373dc55f551001ccfab64878f920c5fc84c0b5</guid></item><item><title>setupDevEnv2 modified by Jimmy Valverde Sanchez</title><link>https://sourceforge.net/p/maritaca/wiki/setupDevEnv2/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,11 +1,11 @@
-# Setting up the Development environment
+# SETTING UP THE DEVELOPMENT ENVIRONMENT
 ## Download the source code from console
-    git clone ssh://username@git.code.sf.net/p/maritaca/gcode maritaca-gcode
+    git clone git://git.code.sf.net/p/maritaca/code maritaca-code

 ## Building the Server application from console&lt;a name="buildserver"&gt;&lt;/a&gt;
 We use __Maven 2__ for building the server application (maritaca.war).

-1. Go into the server folder and execute the __mvn install__ command in the console
+1. Go into the server folder and execute the __mvn install__ command in the console, or __mvn -Dmaven.test.skip=true install__ for building without running unit tests.

 The first time Maven will download all dependencies, so the building will be a little slow, but the later buildings are faster.

@@ -22,7 +22,9 @@
     git push                                        #must have write permissions

 ## Setting up Eclipse for Server app (war)&lt;a name="seteclipsewar"&gt;&lt;/a&gt;
-The following steps are based in Eclipse 3.7 (indigo) - JEE developer edition on a Ubuntu machine. If you have another version you will need to instal the Web Toolkit (WTP) plugin. We assume the reader is familiar with Eclipse IDE for installation and usage.
+The following steps are based in Eclipse 3.7 (indigo) - JEE developer edition on a Ubuntu machine. If you have another version you will need to instal the Web Toolkit (WTP) plugin.
+You do not needd this step with Eclipse 4.3 +.
+We assume the reader is familiar with Eclipse IDE for installation and usage.

 1. Install the Git plugin (also available at Eclipse Markplace)
     * Add the Update Site - http://download.eclipse.org/egit/updates
@@ -34,14 +36,21 @@
     * In Help/Eclipse MarketPlace install m2e-wtp

-### Importing project into Eclipse
-1. Change to Git repository exploring perspective
-2. Add a existing local Git repository
-3. Set the local repository path (where .git folder is)
-4. Click in Search
-5. Click in Ok
-6. Right click on your maritaca local repository, select Import Maven Projects...
-7. Select all the projects, click in Ok
+### Importing project into Eclipse (Server side)
+1. Change to Java or Java EE perspective (that depends of your Eclipse)
+2. Click in File menu.
+3. Click in Import.
+4. Select Maven, and after that, select Existing Maven Projects.
+5. Finally, choose the path to "server", into maritaca-code.
+
+### Importing project into Eclipse (Mobile side: Android)
+1. Change to Java or Java EE perspective (that depends of your Eclipse)
+2. Click in File menu.
+3. Click in Import.
+4. Select General, and after that, select Existing Projects into Workspace.
+5. Select the project "library", into maritaca-code/client.
+6. Finally, select the project called "maritaca-mobile", into maritaca-mobile/client.
+

 ### Building from Eclipse
 1. Right click on the project you want to build (maritaca project compiles all projects)
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jimmy Valverde Sanchez</dc:creator><pubDate>Thu, 20 Feb 2014 12:58:42 -0000</pubDate><guid>https://sourceforge.netd3e3ddee3d67891c1dd6d435492519ff291d11d1</guid></item><item><title>WikiPage setupDevEnv2 modified by Edwin Miguel Triana</title><link>https://sourceforge.net/p/maritaca/wiki/setupDevEnv2/</link><description># Setting up the Development environment
## Download the source code from console
    git clone ssh://username@git.code.sf.net/p/maritaca/gcode maritaca-gcode

## Building the Server application from console&lt;a name='buildserver'&gt;&lt;/a&gt;
We use __Maven 2__ for building the server application (maritaca.war).

1. Go into the server folder and execute the __mvn install__ command in the console

The first time Maven will download all dependencies, so the building will be a little slow, but the later buildings are faster.

If you don't get any error, you could find the __maritaca.war__ file into the _server/web/target_ folder.

## Synchronizing code from console
#### Updating from remote server
    git pull                                        #in maritaca-code folder
#### Local commit
    git add .       #in maritaca-code folder
                    # '.' means all files, can be changed for specific files
    git commit -m 'a descriptive message'
#### Uploading changes to remote server
    git push                                        #must have write permissions

## Setting up Eclipse for Server app (war)&lt;a name='seteclipsewar'&gt;&lt;/a&gt;
The following steps are based in Eclipse 3.7 (indigo) - JEE developer edition on a Ubuntu machine. If you have another version you will need to instal the Web Toolkit (WTP) plugin. We assume the reader is familiar with Eclipse IDE for installation and usage.

1. Install the Git plugin (also available at Eclipse Markplace)
    * Add the Update Site - http://download.eclipse.org/egit/updates
    * Install the Eclipse EGit plugin
2. Install Maven plugin from Eclipse Markplace
    * Add the Update Site - http://download.eclipse.org/technology/m2e/releases
    * Install Maven Integration for Eclipse (m2e)
3. Install Maven - WebTools integration
    * In Help/Eclipse MarketPlace install m2e-wtp


### Importing project into Eclipse
1. Change to Git repository exploring perspective
2. Add a existing local Git repository
3. Set the local repository path (where .git folder is)
4. Click in Search
5. Click in Ok
6. Right click on your maritaca local repository, select Import Maven Projects...
7. Select all the projects, click in Ok

### Building from Eclipse
1. Right click on the project you want to build (maritaca project compiles all projects)
2. Run as/ Maven install

### Running from Eclipse
1. Right click on __web__ project
2. Run as/ Run on Server (you must configure your Tomcat server)

## Commiting code from Eclipse&lt;a name='commiteclipse'&gt;&lt;/a&gt;
For committing code from Eclipse you could use the eGit client.
For committing you must be an authorized user.
Go to Synchronize perspective (right-click in main project-&gt;team-&gt;Synchronize) and choose the option (pull, push, commit, merge, etc...)</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Edwin Miguel Triana</dc:creator><pubDate>Tue, 28 Feb 2012 19:33:12 -0000</pubDate><guid>https://sourceforge.net852c1ccfdb62a2e3f5a8fcb7919aa4a557c42fe8</guid></item></channel></rss>