updated the manual
authorPatric Plitzner <p.plitzner@bgbm.org>
Wed, 9 Oct 2013 09:06:16 +0000 (09:06 +0000)
committerPatric Plitzner <p.plitzner@bgbm.org>
Wed, 9 Oct 2013 09:06:16 +0000 (09:06 +0000)
src/site/apt/getting-started.apt
src/site/fml/troubleshooting.fml

index 69cced2d3dc82e2503f58bf0af9ff7909628b349..f615732f552e65ebce53590d27b9629d62af49f2 100644 (file)
@@ -46,11 +46,11 @@ $ svn co http://dev.e-taxonomy.eu/svn/trunk/taxeditor
 
        * The eclipse installation may be missing the following plugins which have to be installed via their update site:
 
-               * <SWTBot API> from update site: <http://download.eclipse.org/technology/swtbot/releases/latest/>
+               * <SWTBot> <<API>> plugin from update site: <http://download.eclipse.org/technology/swtbot/releases/latest/>
 
-               * <Graphical Editing Framework Zest Visualization Toolkit SDK> from update site: <http://download.eclipse.org/releases/indigo>
+               * <Modeling-\>><<Graphical Editing Framework Zest Visualization Toolkit SDK>> from update site: <http://download.eclipse.org/releases/indigo>
 
-               * <Nebula Release Individual Widgets-\>Nebula CompositeTable Widget> from update site: <http://download.eclipse.org/technology/nebula/snapshot>
+               * <Nebula Release Individual Widgets-\>> <<Nebula CompositeTable Widget>> from update site: <http://download.eclipse.org/technology/nebula/snapshot>
 
        * To Install the plugins use the Eclipse-Install-Wizard via <Help -\> Install new Software> and paste the URL in the <Work With> row. Click <Add> and use the Filter to find, check and install plugins.
        
@@ -75,6 +75,8 @@ $ mvn validate
        
        
        To get rid of the errors, you have to update the classpaths of all plugin projects. To do this right-click any of the <taxeditor-*> projects and choose <PDE Tools -\> Update Classpath...>. Click <Select All> in the dialog and confirm. After a rebuild of your entire workspace all errors should be gone and you are ready to go.
+
+       <<Note>>: If you have also checked out the cdmlib sources you may have to run <<<mvn install>>> on the cdmlib project beforehand to update the cdmlib jars in your local maven repository.
        
 * Bundle overview
 
index adcd1c717a6a43885a0e66aa61d0f0639df56985..826ca7f0881f1344e290c28a66a32cda5f7680be 100644 (file)
@@ -28,7 +28,7 @@
                                <p>And the errors do look like the cdmlib dependecies can not be resolved, there are two possible solutions for this problem.</p>
                                <ol>
                                        <li><em>cdmlib-plugin</em> does not contain the cdmlib dependencies
-                                               <p>Please follow the instructions on <a href="./getting-started.html#Initializing_the_cdmlib_plugin">how to initialize the cdmlib-plugin</a></p>
+                                               <p>Please follow the instructions on <a href="./getting-started.html#Dependencies">how to initialize the cdmlib-plugin</a></p>
                                        </li>
                                        <li>Your classpath is outdated
                                                <p>Update your classpath by right-clicking any of the <em>taxeditor-*</em> projects and choose <em>PDE Tools -&gt; Update Classpath...</em>. Click &lt;Select All&gt; in the dialog and confirm.</p>