Project

General

Profile

« Previous | Next » 

Revision 00ae55e5

Added by Niels Hoffmann over 13 years ago

added some site content

View differences:

.gitattributes
5 5
src/site/apt/download.apt -text
6 6
src/site/apt/getting-started.apt -text
7 7
src/site/apt/index.apt -text
8
src/site/apt/manual.apt -text
8 9
src/site/apt/modules.apt -text
9 10
src/site/apt/screenshots.apt -text
10 11
src/site/fml/faq.fml -text
11 12
src/site/fml/troubleshooting.fml -text
13
src/site/resources/css/site.css -text
14
src/site/resources/images/taxeditor_transformed.png -text
12 15
src/site/site.xml -text
13 16
taxeditor-annotatedlineeditor/META-INF/MANIFEST.MF -text
14 17
taxeditor-annotatedlineeditor/build.properties -text
pom.xml
11 11
	<packaging>pom</packaging>
12 12
	<properties>
13 13
		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
14
		<cdmlib.version>2.5</cdmlib.version>
14
		<cdmlib.version>3.0</cdmlib.version>
15 15
	</properties>
16 16
	<modules>
17
		<module>taxeditor-cdmlib</module>
17 18
		<module>taxeditor-store</module>
18 19
		<module>taxeditor-navigation</module>
19 20
		<module>taxeditor-editor</module>
src/site/apt/getting-started.apt
16 16
	
17 17
* Requirements
18 18

  
19
	Please make sure that you have met the following requirements.
20
	
21
	* CDM Library development environment set up on your machine (please follow the	instructions on {{{http://wp5.e-taxonomy.eu/cdmlib/getting-started.html#Developing_the_CDM_Library}how to install a CDM Library development environment}})
22
	
23
	* Eclipse PDE Version >= 3.6
19
	The current version of the EDIT Taxonomic Editor is developed against Eclipse PDE Version 3.6. Your PDE or at least your target platform have to have the same version.
24 20
	
25 21
	
26 22
* Checking out the sources
......
54 50
	
55 51
	* Click <Select All> and finish the wizard.
56 52
	
57
	The package exporer should show a bunch of projects. Although it will also show a bunch of errors, so please read on.
58
	
59
	
60
* Initializing the cdmlib plugin
61

  
62
	The <cdmlib-plugin> project contains all dependencies needed for the CDM Library to work except the <<<cdmlib-*>>> artifacts itself. Therefore the 	
63
	<<<cdmlib-plugin>>> project will show an error.	In order to include these artifacts the project contains a shell (and bash) script to copy these from your local maven repository. Please make sure, that the <<<cdmlib-*>>> artifacts exist in your repository.
64
	
65
---
66
$ cd taxeditor/cdmlib-plugin/
67
$ ./_makeSources.sh
68
---
69

  
70
	Refresh the <<<cdmlib-plugin>>> project; the errors should be gone.
71
	
72
	<<Note:>> This will change in the very near future as these dependencies will also be managed by maven.
73

  
74
	After this you have to update the classpaths of all plugin projects as well. 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.
53
	The package exporer should show a bunch of projects. 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.
75 54
	
76 55
* Bundle overview
77 56

  
......
79 58
	
80 59
** <taxeditor-store>
81 60

  
82

  
61
	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.
83 62
	
84 63
** <taxeditor-navigation>
85 64

  
......
126 105
	The Taxonomic Editor should launch.
127 106
	
128 107
* Where do I go from here?
108

  
109
	Please read the {{{http://dev.e-taxonomy.eu/trac/wiki/TaxonomicEditorDev}wiki}} for how-to's and code examples.
src/site/apt/manual.apt
1
            ------
2
            Manual
3
            ------
4
            n.hoffmann
5
            ------
6

  
7
Manual
8

  
9
	Coming shortly.
src/site/resources/css/site.css
1
/* You can override this file with your own styles */
2

  
3
#contentBox img {
4
	float: right;
5
	padding: 2px 0px 2px 7px;
6
}

Also available in: Unified diff