Skip to content
Snippets Groups Projects
  • Etienne Kneuss's avatar
    9c422817
    Fix the classpath mess for good. · 9c422817
    Etienne Kneuss authored
    sbt now generates two scripts,
      - ./leon
      - ./setupenv
    setupenv needs to be evaluated before doing "sbt test". Make sure you
    run it using "source ./setupenv" and not "./setupenv" so that the
    exports contained in setupenv have an effect on the outer shell
    context.
    
    setupenv is used within ./leon as well
    9c422817
    History
    Fix the classpath mess for good.
    Etienne Kneuss authored
    sbt now generates two scripts,
      - ./leon
      - ./setupenv
    setupenv needs to be evaluated before doing "sbt test". Make sure you
    run it using "source ./setupenv" and not "./setupenv" so that the
    exports contained in setupenv have an effect on the outer shell
    context.
    
    setupenv is used within ./leon as well