Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nutgaard/kerbal-save-editor


https://github.com/nutgaard/kerbal-save-editor

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

Kerbal-Save-Editor
==================
WebLAF and Java Simple Plugin Framework(JSPF) does not exist in any common maven repository.
Please follow the commands below in order to install them into your local repository.

**WebLAF**
```
git clone [email protected]:mgarin/weblaf.git
cd weblaf/
mvn -f build/pom.xml clean install
```

**JSPF**
```
hg clone https://code.google.com/p/jspf/
cd jspf/
ant
cd dist/
mvn install:install-file -Dfile=jspf.core-1.0.3.jar -DgroupId=net.xeon -DartifactId=jspf.core -Dversion=1.0.3 -Dpackaging=jar -DgeneratePom=true
mvn install:install-file -Dfile=jspf.core-1.0.3-sources.jar -DgroupId=net.xeon -DartifactId=jspf.core -Dversion=1.0.3 -Dpackaging=jar -Dclassifier=sources -DgeneratePom=true
mvn install:install-file -Dfile=jspf.core-1.0.3-javadoc.jar -DgroupId=net.xeon -DartifactId=jspf.core -Dversion=1.0.3 -Dpackaging=jar -Dclassifier=javadoc -DgeneratePom=true
```

Build and run
```
bash run.sh #Tries to start application, if file does not exists: "mvn clean install -Pall"
bash run.sh clean #Removes all jar files recursively
bash run.sh clean #Removes all jar files recursively, "mvn clean install -P", then starts application. If profile does not create the application jar then a full rebuild will be initialized.
bash run.sh #"mvn clean install -P", then starts application
```