benchflow / faban

A framework for developing workload drivers and automation of performance tests
http://faban.org
0 stars 1 forks source link

Top level project is missing Maven pom.xml file #3

Open simonedavico opened 9 years ago

simonedavico commented 9 years ago

Top level project is missing Maven pom.xml file. As a result, when selecting Import from existing Maven project... in Eclipse, common, driver and harness are imported as separate projects into the workspace (with errors, see attached images).

screen shot 2015-09-25 at 17 04 11 screen shot 2015-09-25 at 17 04 44
VincenzoFerme commented 9 years ago

The top level project is not a Maven project. We should make it a Maven project and integrate the ant builds utilised by Faban, in the Maven lifecycle.

VincenzoFerme commented 9 years ago

@simonedavico is this solved?

simonedavico commented 9 years ago

No, not at all. I can do this after I finish the tasks for the 1.3.2 milestones, but it will take me some time to read up on Maven pom files and how to seamlessly integrate them with the already existing Ant build.xml.