Project

General

Profile

Developer Setup » History » Version 10

Prokopis Prokopidis, 2014-08-13 03:15 PM

1 1 Prokopis Prokopidis
h1. Developer Setup
2 2 Prokopis Prokopidis
3 4 Prokopis Prokopidis
We assume a recent Eclipse installation with Maven Integration (m2e) installed. The following were tested in Eclipse Juno with m2e 1.1
4 2 Prokopis Prokopidis
5 3 Prokopis Prokopidis
* Go to the "Files":/redmine/projects/ilsp-fc/files section of this site and download the latest ilsp-fc*project.zip archive. 
6 2 Prokopis Prokopidis
* In Eclipse, go to menu File > Import->General->Existing Projects Into Workspace. 
7 2 Prokopis Prokopidis
* Choose Next.
8 2 Prokopis Prokopidis
* Click Select archive file.
9 2 Prokopis Prokopidis
* Browse to where you saved the ilsp-fc*project.zip archive.
10 2 Prokopis Prokopidis
* Press Finish.
11 2 Prokopis Prokopidis
* The project will now be imported and all dependencies will be downloaded.
12 10 Prokopis Prokopidis
13 10 Prokopis Prokopidis
An alternative way of building ILSP-FC using Maven only  is the following:
14 10 Prokopis Prokopidis
15 10 Prokopis Prokopidis
* Make sure a recent version of Maven (3.*) is installed on your machine
16 10 Prokopis Prokopidis
* Go to the "Files":/redmine/projects/ilsp-fc/files section of this site and download the latest ilsp-fc*project.zip archive, e.g. 
17 10 Prokopis Prokopidis
 <pre>[user@machine:~/src ]$ wget http://nlp.ilsp.gr/redmine/attachments/download/84/ilsp-fc-2.2-project.zip
18 10 Prokopis Prokopidis
[user@machine:~/src ]$ unzip ilsp-fc-2.2-project.zip
19 10 Prokopis Prokopidis
[user@machine:~/src ]$ cd ilsp-fc-2.2
20 10 Prokopis Prokopidis
[user@machine:~/src/ilsp-fc-2.2 ]$ mvn clean install
21 10 Prokopis Prokopidis
</pre>
22 10 Prokopis Prokopidis
* A runnable jar is now created. You can test it by running, e.g.,
23 10 Prokopis Prokopidis
<pre>[user@machine:~/src/ilsp-fc-2.2 ]$ java -jar ./target/ilsp-fc-2.2-jar-with-dependencies.jar --help</pre>
24 10 Prokopis Prokopidis
* See the [[GettingStarted|Getting Started]] page for more examples on how to run ILSP-FC