<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Developer Tools Setup</title><link>https://sourceforge.net/p/periwinkle/wiki/Developer%2520Tools%2520Setup/</link><description>Recent changes to Developer Tools Setup</description><atom:link href="https://sourceforge.net/p/periwinkle/wiki/Developer%20Tools%20Setup/feed" rel="self"/><language>en</language><lastBuildDate>Wed, 05 Oct 2011 14:03:08 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/periwinkle/wiki/Developer%20Tools%20Setup/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Developer Tools Setup modified by Matt MacIntyre</title><link>https://sourceforge.net/p/periwinkle/wiki/Developer%2520Tools%2520Setup/</link><description>&lt;pre&gt;--- v9 
+++ v10 
@@ -92,8 +92,9 @@
 
 To use the JBoss Tools, items are available in the Eclipse toolbar:
 
-[img src=eclipse-jboss-tools-toolbar.png alt=JBoss Tools Buttons in Eclipse]
+[[img src=eclipse-jboss-tools-toolbar.png alt=toolbar]]
 
+Once you have created a server configuration (as per the link above), the buttons will become available for use.
 
 
 Helpful Stuff
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Matt MacIntyre</dc:creator><pubDate>Wed, 05 Oct 2011 14:03:08 -0000</pubDate><guid>https://sourceforge.netbd6ee44517dbe8b048f158d22001ab7474ca38b3</guid></item><item><title>WikiPage Developer Tools Setup modified by Matt MacIntyre</title><link>https://sourceforge.net/p/periwinkle/wiki/Developer%2520Tools%2520Setup/</link><description>&lt;pre&gt;--- v8 
+++ v9 
@@ -90,6 +90,10 @@
 The easiest way to do this is to follow the instructions at the start of the JBoss AS 7 [Getting Started Developing Applications Guide 
 ](https://docs.jboss.org/author/display/AS7/Getting+Started+Developing+Applications+Guide).  Look for the section, near the top of the page, called **Starting JBoss AS from Eclipse with JBoss Tools**.
 
+To use the JBoss Tools, items are available in the Eclipse toolbar:
+
+[img src=eclipse-jboss-tools-toolbar.png alt=JBoss Tools Buttons in Eclipse]
+
 
 
 Helpful Stuff
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Matt MacIntyre</dc:creator><pubDate>Wed, 05 Oct 2011 13:58:58 -0000</pubDate><guid>https://sourceforge.netc45d3f16eb89b1cabf0904f0ff4d9f1beb13ca2a</guid></item><item><title>WikiPage Developer Tools Setup modified by Matt MacIntyre</title><link>https://sourceforge.net/p/periwinkle/wiki/Developer%2520Tools%2520Setup/</link><description>&lt;pre&gt;--- v7 
+++ v8 
@@ -34,6 +34,7 @@
 * Press Next.  The wizard will determine other dependencies to add.
 * Press Next.  Accept the license agreements to continue.
 * Press Finish, and it will download and install the packages.
+* If you are prompted about installing software with unsigned content, say yes to continue.
 * When prompted, press "Restart Now" to start Eclipse with the new items installed.
 
 EGit
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Matt MacIntyre</dc:creator><pubDate>Wed, 05 Oct 2011 13:27:51 -0000</pubDate><guid>https://sourceforge.netb52df50f1147e716cc6d1dab8440a913d7b8f5b0</guid></item><item><title>WikiPage Developer Tools Setup modified by Matt MacIntyre</title><link>https://sourceforge.net/p/periwinkle/wiki/Developer%2520Tools%2520Setup/</link><description>&lt;pre&gt;--- v6 
+++ v7 
@@ -65,8 +65,22 @@
 * Press **Click to Start** and follow the steps
     * On the Source Git Repository screen, the URI to use is: **ssh://USERNAME@git.code.sf.net/p/periwinkle/code**
     * Replace USERNAME with your sourceforge username and enter your password
-    * On the next screen, choose the **master** branch
+    * If you're prompted about SSH keys, answer yes to accept, and create the directories if necessary.
+    * On the next screen, choose the **master** branch and press Next to continue.
     * Choose a place to store the repository (preferably outside of your Eclipse workspace)
+    * On the last screen, do not select Push to Gerrit Code Review. 
+    * Press Finish 
+
+Import the Project from the Cloned Git Repository
+-------------------------------------------------
+
+To do this, perform the following steps:
+
+* Start Eclipse
+* Add the Git View.  Go to Window -&gt; Show View -&gt; Other ...  then choose Git -&gt; Git Repositories and press OK to add it.   The Git view will show up as a new tab on the right hand side.
+* The repository you added earlier should be there.  Right-click on it, and choose Import Projects ...
+* In the wizard that appears, choose **Import Existing Projects** and select the Working directory (it might be the only entry in the list).
+* Press Finish to continue (it isn't necessary to change anything on the next screen)
 
 
 Setup a JBoss Server Runtime
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Matt MacIntyre</dc:creator><pubDate>Wed, 05 Oct 2011 13:20:37 -0000</pubDate><guid>https://sourceforge.neta0636284c39f1c8d53dd819b2785fc6bc6225c1c</guid></item><item><title>WikiPage Developer Tools Setup modified by Matt MacIntyre</title><link>https://sourceforge.net/p/periwinkle/wiki/Developer%2520Tools%2520Setup/</link><description>&lt;pre&gt;--- v5 
+++ v6 
@@ -47,6 +47,10 @@
 * When the list of entries is populated, select the following entries:
     * **Eclipse Git Team Provider** - this is the core functionality for EGit
     * **Eclipse JGit Feature** - this is needed to make it work with Java projects
+* Press Next.  The wizard will determine other dependencies to add, if any.
+* Press Next.  Accept the license agreements to continue.
+* Press Finish, and it will download and install the packages.
+* When prompted, press "Restart Now" to start Eclipse with the new items installed.
 
 
 Clone the Periwinkle EGit Repository
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Matt MacIntyre</dc:creator><pubDate>Wed, 05 Oct 2011 13:05:47 -0000</pubDate><guid>https://sourceforge.net24cf4df75216e8f9dc069d07d0dcbacc14fbffc1</guid></item><item><title>WikiPage Developer Tools Setup modified by Matt MacIntyre</title><link>https://sourceforge.net/p/periwinkle/wiki/Developer%2520Tools%2520Setup/</link><description>&lt;pre&gt;--- v4 
+++ v5 
@@ -45,7 +45,7 @@
 * In the menus, go to: Help -&gt; Install New Software...
 * Press the Add button to add a new repository.  Give it a name, and use URL **http://download.eclipse.org/egit/updates**
 * When the list of entries is populated, select the following entries:
-    * **Eclipse EGit Feature** - this is the core functionality for EGit
+    * **Eclipse Git Team Provider** - this is the core functionality for EGit
     * **Eclipse JGit Feature** - this is needed to make it work with Java projects
 
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Matt MacIntyre</dc:creator><pubDate>Wed, 05 Oct 2011 12:56:53 -0000</pubDate><guid>https://sourceforge.netfe8cf2d54e5802017e6660654d559343f1a078c6</guid></item><item><title>WikiPage Developer Tools Setup modified by Matt MacIntyre</title><link>https://sourceforge.net/p/periwinkle/wiki/Developer%2520Tools%2520Setup/</link><description>&lt;pre&gt;--- v3 
+++ v4 
@@ -32,6 +32,7 @@
     * **Maven Support**
     * **Web and Java EE Development**
 * Press Next.  The wizard will determine other dependencies to add.
+* Press Next.  Accept the license agreements to continue.
 * Press Finish, and it will download and install the packages.
 * When prompted, press "Restart Now" to start Eclipse with the new items installed.
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Matt MacIntyre</dc:creator><pubDate>Wed, 05 Oct 2011 12:30:09 -0000</pubDate><guid>https://sourceforge.netdc5a2ec87d96f2e5b92fe1171add475df0d24ae3</guid></item><item><title>WikiPage Developer Tools Setup modified by Matt MacIntyre</title><link>https://sourceforge.net/p/periwinkle/wiki/Developer%2520Tools%2520Setup/</link><description>&lt;pre&gt;--- v2 
+++ v3 
@@ -13,7 +13,7 @@
 
 Download and unpack Eclipse Indigo from here: &lt;http://www.eclipse.org/downloads/&gt;.  Be sure to get the **Eclipse IDE for Java EE Developers** package.
 
-
+Before starting Eclipse for the first time, make sure that the %JAVA_HOME%\bin or $JAVA_HOME/bin directory is in your PATH so that Eclipse will startup.  And make sure JAVA_HOME is set to where the JDK you installed is at.
 
 JBoss AS 7
 ----------
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Matt MacIntyre</dc:creator><pubDate>Wed, 05 Oct 2011 12:24:03 -0000</pubDate><guid>https://sourceforge.net00614e28ec1235036b9bae7686716f7d579c3ec0</guid></item><item><title>WikiPage Developer Tools Setup modified by Matt MacIntyre</title><link>https://sourceforge.net/p/periwinkle/wiki/Developer%2520Tools%2520Setup/</link><description>&lt;pre&gt;--- v1 
+++ v2 
@@ -1,10 +1,19 @@
 Here's a quick, rough guide on how to setup all the tools needed to be productive when working with The Periwinkle Project:
 
 
+Java JDK
+--------
+
+Since it's a java-based project, havng a Java Development Kit is required.  Download and install the latest in the **Java SE 6** series from here: &lt;http://www.oracle.com/technetwork/java/javase/downloads/index.html&gt;
+
+Other JDK implementations may work as well, but have not been tested at this time.
+
 Eclipse Indigo
 --------------
 
 Download and unpack Eclipse Indigo from here: &lt;http://www.eclipse.org/downloads/&gt;.  Be sure to get the **Eclipse IDE for Java EE Developers** package.
+
+
 
 JBoss AS 7
 ----------
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Matt MacIntyre</dc:creator><pubDate>Wed, 05 Oct 2011 12:20:35 -0000</pubDate><guid>https://sourceforge.net43453106542dc730a345f85b537d5dba56800c09</guid></item><item><title>WikiPage Developer Tools Setup modified by Matt MacIntyre</title><link>https://sourceforge.net/p/periwinkle/wiki/Developer%2520Tools%2520Setup/</link><description>Here's a quick, rough guide on how to setup all the tools needed to be productive when working with The Periwinkle Project:


Eclipse Indigo
--------------

Download and unpack Eclipse Indigo from here: &lt;http://www.eclipse.org/downloads/&gt;.  Be sure to get the **Eclipse IDE for Java EE Developers** package.

JBoss AS 7
----------

Download and unpack the latest JBoss AS 7 release from here: &lt;http://www.jboss.org/jbossas/downloads/&gt;.  Be sure to get the **Everything (NOT Java EE6 Certified)** package

JBoss Tools
-----------

Next, let's get JBoss Tools 3.3.X installed.  We need to use the milestone version because the previous stable releases do not have support for JBoss AS 7.  The easiest way to do this is through the Eclipse software update.   To get it, do the following:

* Start Eclipse.
* In the menus, go to: Help -&gt; Install New Software...
* Press the Add button to add a new repository.  Give it a name, and use URL **http://download.jboss.org/jbosstools/updates/development/indigo/**
* When the list of entries is populated, select the following categories:
    * **Maven Support**
    * **Web and Java EE Development**
* Press Next.  The wizard will determine other dependencies to add.
* Press Finish, and it will download and install the packages.
* When prompted, press "Restart Now" to start Eclipse with the new items installed.

EGit
----

Next, get EGit installed.  Again, use the Eclipse Update Manager:

* Start Eclipse.
* In the menus, go to: Help -&gt; Install New Software...
* Press the Add button to add a new repository.  Give it a name, and use URL **http://download.eclipse.org/egit/updates**
* When the list of entries is populated, select the following entries:
    * **Eclipse EGit Feature** - this is the core functionality for EGit
    * **Eclipse JGit Feature** - this is needed to make it work with Java projects


Clone the Periwinkle EGit Repository
------------------------------------

The easiest way to do this is to follow the instructions in the Eclipse Cheat Sheet.  To get started, do the following:

* Start Eclipse
* In the menus, go to: Help -&gt; Cheat Sheets...
* Choose Team/Git -&gt; Cloning a Git Repository (Press OK to continue)
* The Cheat Sheet should appear on the right-hand side.
* Press **Click to Start** and follow the steps
    * On the Source Git Repository screen, the URI to use is: **ssh://USERNAME@git.code.sf.net/p/periwinkle/code**
    * Replace USERNAME with your sourceforge username and enter your password
    * On the next screen, choose the **master** branch
    * Choose a place to store the repository (preferably outside of your Eclipse workspace)


Setup a JBoss Server Runtime
----------------------------

The easiest way to do this is to follow the instructions at the start of the JBoss AS 7 [Getting Started Developing Applications Guide 
](https://docs.jboss.org/author/display/AS7/Getting+Started+Developing+Applications+Guide).  Look for the section, near the top of the page, called **Starting JBoss AS from Eclipse with JBoss Tools**.



Helpful Stuff
-------------
* EGit Tutorial: &lt;http://wiki.eclipse.org/EGit/User_Guide/Remote&gt;
* Another EGit Tutorial: &lt;http://www.vogella.de/articles/EGit/article.html&gt;
* Git Sourceforge Info: &lt;https://sourceforge.net/p/forge/documentation/Git%20-%20Beta/&gt;
* JBoss AS 7 QuickStarts: &lt;https://docs.jboss.org/author/display/AS7/Getting+Started+Developing+Applications+Guide&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Matt MacIntyre</dc:creator><pubDate>Mon, 03 Oct 2011 01:08:11 -0000</pubDate><guid>https://sourceforge.nete16cbf4f7bab93057aa54957498dc557586c7120</guid></item></channel></rss>