-
Notifications
You must be signed in to change notification settings - Fork 1
Infrastructure Components
The Releng Component contains artifacts to automate the release process of the KoPL tool chain in terms of Continuous Delivery. These artifacts serve the following functions:
- Support for automated build using a Continuous Integration System (Eclipse Buckminster / Jenkins)
- Configuration of coding conventions (Checkstyle Profile)
- General utilities for testing
- Developer Documentation
Implementation
The implementation of all Releng Components can be found at: Releng Components. It consists of the following components:
- org.splevo.docs - SPLEvo Developer Documentation
- org.splevo.releng.buckminster - SPLEvo Build Automation
- org.splevo.releng.codeconventions - SPLEvo coding conventions
- org.splevo.tests - SPLEvo testing utils
The Externals Component wraps all 3rd Party libraries that are used in implementing the KoPL components in an OSGi bundle. This ensures a clear encapsulation of external dependencies. Since Externals is used by many SPLevo components its usage dependencies are not included in the diagram for the sake of readability.
Implementation
The implementation of all External Components can be found at: External Components
Contact
KoPL Project
http://www.kopl-project.org
Project Lead: DevBoost GmbH
-
User Guide
-
Demonstrations
-
- Getting Started
- Recommended Tools
- Coding Conventions
- Architecture
- Variation Point Model
- UI
- Quality Assurance (QS)