The build system of VSE (Virtual Storage Explorer) is Maven 2.
The source is managed in the SourceForge Subversion repository.
For check out use the following command:
svn co https://vsexplorer.svn.sourceforge.net/svnroot/vsexplorer/trunk vsexplorer
This manual step is just a workaround because the maven integration don't work yet. Use the following command:
wsgen.bat
Sorry only windows version available at the moment.
This script calls wsimport (is part of JDK6.0) and need access to internet!
Use the following command to build all:
mvn install
The result is in the target folder with the filename "vse-X.X-jar-with-dependencies.jar" (where X.X is the version).
The application need to run the native SWT libraries therefor extract the dll's (sorry again windows) with the following command:
jar xf vse-x.x-jar-with-dependencies.jar swt-gdip-win32-3235.dll swt-wgl-win32-3235.dll swt-win32-3235.dll
... and start the application with the command:
java -jar vse-x.x-jar-with-dependencies.jar