You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Contents

Run Daffodil from the Command Line/Terminal

Windows

 

Linux

The command line of Daffodil is invoked through an autogenerated bash script.

To generate the script run

 

$ sbt stage

The script is created in daffodil-core/target/start, to execute daffodil:

$ ./daffodil-core/target/start <options>

To determine the usage, execute the script with the --help option

$ ./daffodil-core/target/start --help

Run Daffodil from Eclipse

  • No labels