The FASTEN project is an intelligent software package management system that will enhance robustness and security in software ecosystems. The research and development activities include innovative ecosystem analysis techniques, with C, Java and Python applications. Derived techniques will tackle the problems of security and risk evaluation, license compliance and change impact analysis. Moreover, a back-end service and a knowledge base will host the results of those analyses while the integration of those analyses will reach the developer’s workflow and Continuous Integration (CI) tool chains.
We welcome contributions from external collaborators. If you are interested in contributing code or otherwise, please have a look at our contributing guidelines. Have a look at the issue board if you are looking for some inspiration.
We support development on Linux, MacOS, and Windows. In order to contribute, you need to have the following dependencies installed:
- Java 11
- Maven
- Install the latest version of IntelliJ Community edition (>= 2018.3)
- First clone the project from GitHub:
git clone https://github.com/fasten-project/fasten
- Do a test build on the command line:
cd fasten && mvn install
Everything should work. Let us know if it doesn't.
- Open the project in IntelliJ:
- In the open project screen, click "Import Project" and navigate to your FASTEN checkout
- Select "Import from from external model" and then Maven.
- Click Next, Next
- Select JDK 11 when prompted. If it is not there, click the
+
button and navigate to the installation directory of your JDK 11.
- When the import is done, go to File -> Project Structure -> Project Settings
- From the dropdown menu, select the Java 11 SDK. If it is not there, click on
New
to create it. - Set the project language level to Java 11
- From the dropdown menu, select the Java 11 SDK. If it is not there, click on
- If you encounter "PF4J annotation processor" error when building the project, follow the below steps:
- Go to Preferences -> Build, Execution, Deployment -> Compiler -> Annotation Processors .
- For the annotation profile of the module you are trying to build/run, select "Obtain processors from classpath".
You now can start contributing to the FASTEN project. We'll be happy to review any code you have submitted. Also feel free to check out a more detailed guide on how to set up a development environment.
The FASTEN software package management efficiency relies on an open community contributing to open technologies. Related research projects, R&D engineers, early users and open source contributors are welcome to join the FASTEN community, to try the tools, to participate in physical and remote workshops and to share our efforts using the project community page and the social media buttons below.