You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.
Thilo Planz edited this page May 28, 2012
·
2 revisions
Installing v7files
Binary download
There has not been a release build yet. You will have to compile
v7files from its source code, using Maven (see below).
Compile from source
Install Maven and git
v7files is using the Maven project build and dependency management
system. Source code is available from github.
Download the source code
git clone git://github.com/thiloplanz/v7files.git
Build the executable jar file
cd v7files
mvn package assembly:single
This should have created a jar file called v7files-0.0.1-SNAPSHOT-jar-with-dependencies.jar in the target directory. That is your executable jar file. You may want to change the name to a shorter one (such as v7files.jar).
If you get any build errors, try updating all snapshot dependencies first using mvn -U package assembly:single.