LK-Test-Solutions / OpenTDK

The open tool development kit provides java libraries for efficient implementation of data processing tools. Primarily the libraries have been build to close gaps within the process of test automation, but they can be helpful for implementing any application that needs to collect data from different sources, transform the data and generate output in different formats (textual, graphical etc.).
BSD 2-Clause "Simplified" License
3 stars 1 forks source link

Evaluate Intellij for OpenTDK #37

Open SoccerFive18 opened 1 year ago

SoccerFive18 commented 1 year ago

Opening and editing the three OpenTDK projects opentdk-gui, opentdk-api and opentdk-test is no problem, but the build process differs from Eclipse. There are artifact settings only for the one open project. So maybe three windows are necessary. Or we keep programming in one window and simply use the terminal "mvn install" in the directories.