Developer Setup » History » Version 13
« Previous -
Version 13/18
(diff) -
Next » -
Current version
Prokopis Prokopidis, 2016-02-05 12:21 PM
Developer Setup¶
We assume a recent Eclipse installation with Maven Integration (m2e) installed. The following were tested in Eclipse Juno with m2e 1.1
- Go to the "Files":/redmine/projects/ilsp-fc/files section of this site and download the latest ilsp-fc*project.zip archive.
- In Eclipse, go to menu
File > Import->General->Existing Projects Into Workspace
. - Choose Next.
- Click Select archive file.
- Browse to where you saved the ilsp-fc*project.zip archive.
- Press Finish.
- The project will now be imported and all dependencies will be downloaded.
An alternative way of building ILSP-FC using Maven only is the following:
- Make sure a recent version of Maven (3.*) is installed on your machine
- Download from the Files section of this site the latest ilsp-fc*project.zip archive, e.g.
[user@machine:~/src ]$ wget http://nlp.ilsp.gr/redmine/attachments/download/84/ilsp-fc-2.2-project.zip [user@machine:~/src ]$ unzip ilsp-fc-2.2-project.zip [user@machine:~/src ]$ cd ilsp-fc-2.2 [user@machine:~/src/ilsp-fc-2.2 ]$ mvn clean install
- A runnable jar is now created. You can test it by running, e.g.,
[user@machine:~/src/ilsp-fc-2.2 ]$ java -jar ./target/ilsp-fc-2.2-jar-with-dependencies.jar --help
- See the Getting Started page for more examples on how to run ILSP-FC