Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 367 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 367 Bytes

Sampling-Framework

Building

  1. Checkout Feature (Branch:config_generation)
  2. Create a build_jar.properties:
# Path to Java compiler
bin.javac.path = "path to javac.exe"

# Path to fm.core plugin
fm.core.path = "path to de.ovgu.featureide.fm.core folder"
  1. Run build.xml as with Ant