Hi Chris, I was trying the different forms of test execution noted in [1]. I’ve been mucking with my (Eclipse) .classpath files but that shouldn’t affect the following :-)
I tried running just the jdbc connector tests. gradlew connectors:jdbc:test # does everything needed to run the “test” task for just this component mvn -pl components-jdbc test # from [1] [ERROR] Could not find the selected project in the reactor: connectors-jdbc @ … that was when run in the top level directory. also tried it after ‘cd connectors/jdbc’ and got the same results. What am I doing wrong? — Dale [1] https://cwiki.apache.org/confluence/display/EDGENT/Maven+vs+Gradle
