updated the documentation
authorn.hoffmann <n.hoffmann@localhost>
Fri, 1 Apr 2011 13:32:28 +0000 (13:32 +0000)
committern.hoffmann <n.hoffmann@localhost>
Fri, 1 Apr 2011 13:32:28 +0000 (13:32 +0000)
src/site/apt/getting-started.apt
src/site/fml/troubleshooting.fml

index 93fccca5441b2fce965f4583dfde22a45ebf2c13..17ecd1a5d5acc6f6275efc85d52cc5476d9b7971 100644 (file)
@@ -56,44 +56,48 @@ $ mvn eclipse:eclipse
 
        Let's have a quick look at the projects:
        
-** <taxeditor-store>
+** <eu.etaxonomy.taxeditor.store>
 
        This package communicates with cdmlib-service directly, offering all services, basic operations on cdm data as well as import export functionality. Database and user management is also contained in this package.
        
-** <taxeditor-navigation>
+** <eu.etaxonomy.taxeditor.navigation>
 
        The <Taxon Navigator> as well as the <Search> view are located in this plugin.
 
-** <taxeditor-editor>
+** <eu.etaxonomy.taxeditor.editor>
 
        Everything that has to do with editing a taxon or data that is connected to a taxon resides in this plugin. This includes the <Name Editor>, the <Details View>,
        the <Supplemental View>, the <Descriptive Data View> as well as the <Media View>. All interface elements that are used in the <taxeditor-bulkeditor> plugin are 
        also located here.
 
-** <taxeditor-bulkeditor>
+** <eu.etaxonomy.taxeditor.bulkeditor>
 
        The different bulkeditors are in this plugin.
 
-** <taxeditor-printpublisher>
+** <eu.etaxonomy.taxeditor.printpublisher>
 
        This plugin is a frontend and GUI for the <cdmlib-print> module. Please see the {{{http://wp5.e-taxonomy.eu/printpublisher/}according documentation}} for further information.
 
-** <taxeditor-application>
+** <eu.etaxonomy.taxeditor.application>
 
        This plugin bundles all the previous plugins into an application and configures the look and feel.
 
-** <taxeditor-cdmlib-plugin>
+** <eu.etaxonomy.taxeditor.cdmlib>
 
        As said before, <cdmlib> dependecies reside in this plugin. Please also note that this plugin does not contain any sourcecode.
 
-** <taxeditor-feature-platform>
+** <eu.etaxonomy.taxeditor.feature.platform>
 
        A feature containing all dependencies for the eclipse platform.
 
-** <taxeditor-feature-product>
+** <eu.etaxonomy.taxeditor.product>
 
        A feature configuring the standalone application and bundling all plugins and dependencies.
 
+** <eu.etaxonomy.taxeditor.test>
+       
+       Automated GUI Tests for the Taxonomic Editor that can be run with {{{http://swtbot.com/}SWTBot}}.
+
 * Creating a launch configuration
 
        To start the Taxonomic Editor from your newly created development environment you need to create a launch configuration.
@@ -102,7 +106,7 @@ $ mvn eclipse:eclipse
        
        * In the <Testing> section (down left) click on <Launch an Eclipse application in Debug mode>
        
-       The Taxonomic Editor should launch.
+       The Taxonomic Editor should launch. Note: You might want to tweak the launch configuration, e.g. increase the memory.
        
 * Where do I go from here?
 
index e9b0eb6e7c3480287e600f64d78acb9e63153bd7..adcd1c717a6a43885a0e66aa61d0f0639df56985 100644 (file)
@@ -23,9 +23,9 @@
                        </answer>
                </faq>
                <faq id="taxeditor_projects_have_errors">
-                       <question>All taxeditor projects have errors and it seems like they can't see the cdmlib dependecies.</question>
+                       <question>Some of the taxeditor projects have errors</question>
                        <answer>
-                               <p>There are two possible solutions for this problem.</p>
+                               <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>