Indexing Workspace

From AtlasWiki
Revision as of 11:50, 30 January 2015 by BenHolland (Talk | contribs) (Created page with "It's time to create our first program graph! For this tutorial series we have created a few simple projects to get you started learning Atlas. == Step 1) Create/Import Proje...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

It's time to create our first program graph!

For this tutorial series we have created a few simple projects to get you started learning Atlas.

Step 1) Create/Import Projects to Index

Import an Eclipse Java project into the workspace by navigating to File > Import > General > Existing Projects into Workspace and browsing to an existing project (ie the HelloWorld project you just downloaded). If the project is a zip archive, you will want to check the Select archive file radio button, otherwise check the Select root directory radio button.

Alternatively you could create a new Java project by navigating to File > New > Java Project and creating a new Java project. If you create a new Java project, you will want to add some Java code so you have something to index and analyze.

Step 2) Select Projects to Index

TODO

Step 3) Set Indexing Preferences

If you haven't already check your Indexing Preferences. For this tutorial let's use the Index only used classes in jars indexing option.

Step 4) Run Indexer

TODO

Step 5) Perform Analysis

TODO


← Atlas Preferences | Learning Atlas | Atlas Shell →