Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nutgaard/kerbal-save-editor
https://github.com/nutgaard/kerbal-save-editor
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nutgaard/kerbal-save-editor
- Owner: nutgaard
- Created: 2013-12-02T13:47:30.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-30T15:51:14.000Z (almost 11 years ago)
- Last Synced: 2023-03-27T21:18:48.651Z (almost 2 years ago)
- Language: Java
- Size: 660 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```