Summary: The quickstarts in this repository provide examples of how to create rules for Windup 2
Source: https://github.com/windup/windup-quickstarts
These quickstarts provide examples of how to create custom rules for Windup 2.
The latest Windup information can be found on the Windup Wiki.
The Windup documentation is located here:
To download the latest release of the quickstarts ZIP file, browse to https://github.com/windup/windup-quickstarts/releases.
The following is the list of the currently available quickstarts.
The rules in this repository are designed to be run on Windup 2.0 or later.
This project requires Java 6.0 (Java SDK 1.6) or later and Maven 3.0 or later.
If you have not yet done so, you must configure your Maven settings to access the Windup artifacts. The instructions are located here: Install and Configure Maven.
An example settings.xml
file is provided in the root directory of the
quickstarts.
If you have not yet done so, follow the instructions to Download and install Windup.
The quickstart README files use the replaceable value WINDUP_HOME
to
denote the path to the Windup installation. When you encounter this
value in a README file, be sure to replace it with the actual path to
your Windup installation.
-
Open a terminal and navigate to the
WINDUP_HOME/bin
directory, whereWINDUP_HOME
denotes the path to the Windup installation. -
Type the following command to start Windup:
For Linux: WINDUP_HOME/bin $ ./windup For Windows: C:\WINDUP_HOME\bin> windup
-
You are presented with the following prompt.
Using Windup at /home/username/windup-distribution-2.0.0.Beta4 _ ___ __ | | / (_)___ ____/ /_ ______ | | /| / / / __ \/ __ / / / / __ \ | |/ |/ / / / / / /_/ / /_/ / /_/ / |__/|__/_/_/ /_/\__,_/\__,_/ .___/ /_/ JBoss Windup, version [ 2.0.0.Beta4 ] - JBoss, by Red Hat, Inc. [ http://windup.jboss.org ] [windup-distribution-2.0.0.Beta4]$
-
This prompt is the Windup console where you enter Windup commands.