-
Notifications
You must be signed in to change notification settings - Fork 343
README
Cyrille Artho edited this page Nov 9, 2018
·
1 revision
This repository is a mirror of the wiki contents. By having a separate repository, we can accept pull requests for the documentation, which is something the web interface of github does not offer.
We recommend the following setup with .git/config
for this repo:
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
ignorecase = true
precomposeunicode = true
[remote "origin"]
url = [email protected]:javapathfinder/jpf-core.wiki.git
fetch = +refs/heads/*:refs/remotes/origin/*
pushurl = [email protected]:javapathfinder/jpf-wiki-sync.git
[branch "master"]
remote = origin
merge = refs/heads/master
This setup will ensure that pushes go to this repository; all pushes will be mirrored on the actual wiki page of https://github.com/javapathfinder/jpf-core within a few minutes.
Conversely, pulls will use the wiki of jpf-core, not this repository. This ensures that changes made over the web interface are not lost.
Please contact us by creating an issue. We are trying to fix the process below, which no longer works.
-
How to obtain and install JPF
- System requirements
- Downloading
- Creating a site properties file
- Building, testing, and running
- JPF plugins
-
Developer guide
- Top-level design
- Key mechanisms
- Extension mechanisms
- Common utilities
- Running JPF from within your application
- Writing JPF tests
- Coding conventions
- Hosting an Eclipse plugin update site