Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Ready to be reviewed. Several questions (in light blue) need answers. Section 6, checking provenance, needs technical input.

...

Introduction

This document is intended for first-time reviewers of Apache Taverna, particularly those reviewers who desire additional information about the review process and tools used. It assumes you have already read How to Review a Release and Vote.

...

Contents

...

Anchor
getting-started
getting-started
Getting Started

First read How to Review a Release and Vote.

In addition to the prerequisites listed in the README file, you will also need:

You may find the following tools useful.

...

Anchor
verify-environment
verify-environment
Verify your environment

Use the command line interface to verify you have the correct versions of Maven and Java as stated in the README file. Use the following commands to check Maven (mvn) and Java versions.

        mvn --version
        java --version

...