Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "ESL/Installing"

(Offline Install)
(Eclipse Update Wizard)
 
(5 intermediate revisions by the same user not shown)
Line 30: Line 30:
  
 
= ESL installation  =
 
= ESL installation  =
 
You’ve got 2 options to install the Eclipse Tools for Silverlight&nbsp;: Eclipse Update or Offline installation.&nbsp;<br>
 
 
 
The Eclipse Update wizard consists in an online installation. You can use this solution if your machine is correctly connected to the Internet. The installation is pretty straightforward and it doesn't require deep knowledges of the Eclipse environment. The Eclipse update wizard finds and installs all the required plugins.<br>
 
The Eclipse Update wizard consists in an online installation. You can use this solution if your machine is correctly connected to the Internet. The installation is pretty straightforward and it doesn't require deep knowledges of the Eclipse environment. The Eclipse update wizard finds and installs all the required plugins.<br>
  
Line 51: Line 48:
 
[[Image:ESL-Install02.png]]
 
[[Image:ESL-Install02.png]]
  
* And then, in the "Work with:" field, paste http://download.eclipse.org/technology/esl/updates/0.9/, and hit enter When the site loads, select the feature(s) you want to install, then hit Next
+
* And then, in the same way, install ESL using th update url: http://download.eclipse.org/esl/updates/.
  
 
After restarting Eclipse, launch <code>Help &gt; About Eclipse &gt; Installation Details</code>. You should find the ESL feature(s) you installed are present.
 
After restarting Eclipse, launch <code>Help &gt; About Eclipse &gt; Installation Details</code>. You should find the ESL feature(s) you installed are present.
 
 
  
 
== Mixed mode  ==
 
== Mixed mode  ==
Line 63: Line 58:
 
After following the Pure Eclipse configuration, installation steps, proceed to the following installations&nbsp;:  
 
After following the Pure Eclipse configuration, installation steps, proceed to the following installations&nbsp;:  
  
*Visual Studio 2010
+
*[http://www.microsoft.com/visualstudio/en-us Visual Studio 2010]
 
+
You may use the free Visual Studio 2010 Web Express Edition <br>Or Visual Studio Team Suite (Developper Edition)
+
 
+
*Or install a Visual Studio 2010 Trial Edition<span id="fck_dom_range_temp_1273343173921_896" />
+
<blockquote>
+
*Visual Studio Professional Edition
+
*Or Visual Studio Team Suite (Developper Edition)
+
</blockquote>
+
*Then, add the Silverlight Tools for Visual Studio 2010
+
*Then, add the Silverlight Tools for Visual Studio 2008 SP1
+
*Expression Blend 2 SP1 (optional)
+
 
<blockquote>
 
<blockquote>
*Install Expression Blend 2 Trial.  
+
You may use the free [http://www.microsoft.com/express/downloads/ Visual Studio 2010 Web Express Edition]
*Upgrade it to Expression Blend 2 Service Pack 1.
+
</blockquote><blockquote></blockquote>
</blockquote>
+
*Then, add the&nbsp;[http://www.microsoft.com/downloads/details.aspx?familyid=BF5AB940-C011-4BD1-AD98-DA671E491009&displaylang=en Microsoft Silverlight 4 Tools RC2 for Visual Studio 2010]&nbsp;&nbsp;
 +
*Expression Blend&nbsp;4 (optional)

Latest revision as of 19:06, 17 May 2010

ESL brings 2 experiences for the Eclipse Developer: it’s either you work in an Eclipse universe or you need to go back and forth between Eclipse and Microsoft Silverlight Tools (Visual Studio for development and Expression Blend for Design). We’ll call those configurations Pure Eclipse and Mixed Eclipse respectively.

Pure Eclipse configuration

If you want ESL to work Visual Studio and/or Expression Blend, you can follow the Pure Eclipse Configuration Steps, then take the Mixed Eclipse steps.

Pre-requisites

Check the following products are installed on your machine, or proceed to their installation in the following order :

  • Windows XP SP2 (or above) or Windows Vista SP1

Other OS are planned for future versions

  • JDK 1.5.0_11 (or above)
  • Eclipse Galileo : any of the following Eclipse standard distribution
  • .Net Framework 3.5 (or above)
  • Silverlight 4 Runtime
Go to this page http://silverlight.net/GetStarted/, at the right side, click on the "Window runtime". The current build of ESL doesn't support other platforms yet.

ESL installation

The Eclipse Update wizard consists in an online installation. You can use this solution if your machine is correctly connected to the Internet. The installation is pretty straightforward and it doesn't require deep knowledges of the Eclipse environment. The Eclipse update wizard finds and installs all the required plugins.

The offline installation is used when your machine is not connected to the Internet or in case there is a firewall that prevents to access the Eclipse update infrastructure. You will be asked to download all required plugins beforehand.

Eclipse Update Wizard

Below are the step by step instructions for configuring Eclipse IDE with the ESL plugin package.

  • Start eclipse, then start the Install Manager.
  • Select Help > Install New Software...

ESL-Install01.png

ESL-Install02.png

After restarting Eclipse, launch Help > About Eclipse > Installation Details. You should find the ESL feature(s) you installed are present.

Mixed mode

This configuration is best suited for Eclipse developpers who need to work with Visual Studio or Expression Blend developers and designers. It allows you to open Visual Studio and Expression Blend from Eclipse.

After following the Pure Eclipse configuration, installation steps, proceed to the following installations :

You may use the free Visual Studio 2010 Web Express Edition

Back to the top