QualiMaster / qm-issues

2 stars 0 forks source link

QM-IConf: Let algorithms configure the input/output/parameter #29

Closed eichelbe closed 8 years ago

eichelbe commented 9 years ago

In case of Java, The algorithm manifest shall allow the tool to analyze the respective classes, to determine the interface, to configure algorithms accordingly. For hardware, the manifest will specify the implemented interface (trusting the developer).

eichelbe commented 9 years ago

Patrick Pastuschek is working on this. Manifest format (should be in the SVN) is implemented. Obtaining all relevant Maven artifacts is working and initial class analysis is in the Manifest Utils. Also uploading Artifacts against Nexus is working.

eichelbe commented 9 years ago

Integration into QM-IConf is on the way but still pending. To be described in D5.3, thus, shifted milestone.

eichelbe commented 8 years ago

Update (Niko): Maven selector improved and integrated. Update (Patrick): Manifest analyzer working and in integration test.