Revision c5af512a
Added by Patrick Plitzner over 4 years ago
src/site/apt/getting-started.apt | ||
---|---|---|
35 | 35 |
|
36 | 36 |
* Open up the Import Wizard via <File -\> Import...> from the menu |
37 | 37 |
|
38 |
* Choose <General -\> Existing projects into Workspace > and click next.
|
|
38 |
* Choose <Maven -\> Existing maven projects > and click next.
|
|
39 | 39 |
|
40 |
* Check <Select Root Directory> and browse to the <<<taxeditor/>>> directory. After confirming the directory selection dialog, the <Projects> list should contain a number of projects all starting with
|
|
40 |
* For setting the <Root Directory> browse to the <<<taxeditor/>>> directory. After confirming the directory selection dialog, the <Projects> list should contain a number of projects all starting with
|
|
41 | 41 |
<<<eu.etaxonomy.taxeditor>>> which should be checked for import. |
42 | 42 |
|
43 | 43 |
* Click <Select All> to finish the wizard and import the projects into your workspace. |
... | ... | |
55 | 55 |
SNAPSHOT version of the cdmlibrary. Because that dependency will change quickly, we |
56 | 56 |
do not include it with the other dependencies but rather install it with maven. |
57 | 57 |
|
58 |
In order to do that you have to run <<<mvn validate>>> in your <<<taxeditor/eu.etaxonomy.taxeditor.cdmlib>>> and <<<taxeditor/eu.etaxonomy.taxeditor.molecular.lib>>> directory.
|
|
58 |
In order to do that you have to run <<<mvn install>>> and <<<mvn validate>>> in your <<<taxeditor>>> directory.
|
|
59 | 59 |
|
60 | 60 |
--- |
61 |
$ cd taxeditor/eu.etaxonomy.taxeditor.cdmlib/ |
|
62 |
$ mvn validate |
|
63 |
$ cd taxeditor/eu.etaxonomy.taxeditor.molecular.lib/ |
|
61 |
$ cd taxeditor |
|
62 |
$ mvn clean install |
|
64 | 63 |
$ mvn validate |
65 | 64 |
--- |
66 | 65 |
|
... | ... | |
71 | 70 |
--- |
72 | 71 |
|
73 | 72 |
This will take some time, as maven will download the required dependencies. |
73 |
|
|
74 |
There is also a convenience shell script in <<<setup-project.sh>>> in the <<<taxeditor>>> directory |
|
75 |
|
|
76 |
--- |
|
77 |
$ ./setup-project.sh |
|
78 |
--- |
|
74 | 79 |
|
75 | 80 |
|
76 | 81 |
After maven has finished follow these steps: |
Also available in: Unified diff
Update getting started documentation