This section introduces the YASTE project and explains basic usage and concepts such as ...
Table of Contents
Table of Contents
This section explains how to install and use YASTE.
Table of Contents
This section describes the rules and infrastructure according to which the YASTE project is developed - it explains how to develop additional plugins.
Table of Contents
For a more detailed description see the architectural manual provided here...
Table of Contents
This chapter describes how to quickly get started with YASTE development.
TBW
Further more its assumed that GIT had been installed. For GIT we recommend the latest Cygwin with the git packages. Please set at least the following variables:
git config --global user.name "Firstname Secondname" git config --global user.email "my@email.com" git config --global core.autcrlf input
Finally download Apache Maven and unpack it. Add the path of the maven binary to your PATH variable. Further more you should add a MAVEN_OPTS variable with "-Xmx1024M -XX:MaxPermSize=512m".
Table of Contents
This section describes how a new YASTE plugin can be created using a Maven archetype.
The following command is used to start the project generation:
mvn archetype:generate -DarchetypeCatalog="http://maven.openengsb.org/archetypes/"
The archetype named connector-archetype should show up in the archetype list. Select the archetype connector-archetype. Maven will ask if the default values for the properties shall be used. Type 'n' to overwrite the default values. The following properties are needed to generate a connector project:
Table of Contents
This section contains the design, architecture and development guidelines for YASTE.