## # This file contains default command line arguments that are supplied to every # invocation of Vogar. Blank lines and lines beginning with "#" are ignored. # # Included are a few examples of things you may wish to include in your # .vogarconfig file. Names contained in angle brackets are placeholders. ## # use "--verbose", "--suggest-classpaths" and "--mode jvm" + "use-bootclasspath" # by default --verbose --suggest-classpaths --mode jvm --use-bootclasspath # where to find results against which to compare test runs --results-dir /.vogar/results/ # a list of directories to search for jar files when using --suggest-classpaths --jar-search-dir /out/target/common/obj/JAVA_LIBRARIES/ --jar-search-dir # some classpaths to always include --classpath /out/target/common/obj/JAVA_LIBRARIES/core_intermediates/classes.jar