If you are packaging these for a release (like a mod or a distribution), follow a standard layout: : Place all .feature files here.
: Place your Step Definitions and Runner Class here.
: Point the glue attribute to your Step Definition package.
: Point the features attribute to the directory containing your .feature files.
Is this for a specific (like the UNC COMP110 Contagion Simulation)?
: This should contain the compiled JAR and the resources needed for execution. Stack Overflow suggests using tools like Tycho or Maven to automate the assembly of these plugins into a zip. 3. Game-Specific "Contagion" Scripts
If you are packaging these for a release (like a mod or a distribution), follow a standard layout: : Place all .feature files here.
: Place your Step Definitions and Runner Class here. File: Contagion.zip ...
: Point the glue attribute to your Step Definition package. If you are packaging these for a release
: Point the features attribute to the directory containing your .feature files. File: Contagion.zip ...
Is this for a specific (like the UNC COMP110 Contagion Simulation)?
: This should contain the compiled JAR and the resources needed for execution. Stack Overflow suggests using tools like Tycho or Maven to automate the assembly of these plugins into a zip. 3. Game-Specific "Contagion" Scripts