forked from jsievers/tycho-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
don-p/tycho-demo
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>EclipseCon 2013 Tycho Tutorial</title> </head> <body> <h1>EclipseCon 2013 Tycho Tutorial</h1> <h2>Setup/Prerequisites</h2> <ol> <li>You need a Kepler M6 Eclipse classic SDK with m2eclipse, m2e Tycho configurators and Eclipse 4 Tools installed.<br/> For your convenience, we provide <a href="../">pre-packaged zips/tarballs</a> with this installation in the root folder of the USB stick. </li> <li>Copy and unpack the Eclipse SDK archive for your platform and start it. <br/> NOTE: For the 64-bit versions you will need a 64-bit JVM installed</li> <li>Copy folder <tt>tutorial/</tt> to your local hard drive, e.g. to <tt>C:\temp\tycho\</tt> or <tt>~/tycho/</tt></li> </ol> <h2>Exercises Overview: Building an Eclipse 4 RCP application in five step-by-step exercises</h2> The hands-on exercises will guide you through setting up a typical Tycho build for an Eclipse 4 RCP application.<br/> <ul> <li>We start from scratch with an Eclipse 4 sample application plugin,</li> <li>Add a simple unit test to make sure the plugin works, and</li> <li>Create a feature for grouping the plugins we want to deliver.</li> <li>Then, we create a p2 repository/update site containing our feature(s) and bundles, and </li> <li>Finally, we create a ready-to-use distribution archive of our RCP application.</li> </ul> <h2>Table Of Contents</h2> The exercises consist of five steps: <ol> <li> <a href="exercises/Exercise_01_Create_RCP_Bundle/README.html">Build a Eclipse 4 RCP plugin</a></li> <li> <a href="exercises/Exercise_02_Add_Test_Fragment/tychodemo.parent/README.html">Build and execute a simple test</a></li> <li> <a href="exercises/Exercise_03_Add_Feature/tychodemo.parent/README.html">Add a feature</a></li> <li> <a href="exercises/Exercise_04_Add_P2_Repository/tychodemo.parent/README.html">Add a p2 repository</a></li> <li> <a href="exercises/Exercise_05_Add_Product/tychodemo.parent/README.html">Build a product</a> (<a href="exercises/Exercise_05_Solution/">solution</a>)</li> </ol> <br/> Each step has a sub-folder with stub content as a starting point.<br/> The links above give detailed step-by-step instructions for each step.<br/> The folder for an exercise is at the same time starting point for the current exercise and solution of the previous one.<br/> If you want to catch up to a certain step during the exercises, just follow the recovery instructions provided in the corresponding step. <br/> <br/> If you successfully installed everything under "Setup" above, you can now jump to the <a href="exercises/Exercise_01_Create_RCP_Bundle/README.html">first exercise</a>. </body> </html>
About
Tycho Demo for EclipseCon 2013
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published