Hi, I’m trying to set up a new project in eclipse for quarks. After adding the target/java8/lib jars to most of my projects everything seems to be building in Eclipse correctly except for DevelopmentStreamScopeTest.java.
It is looking for StreamScopeTest.java, which is under utils/streamscope/src/test/java/quarks/test/streamscope. But the compiled class is not contained in target/java8/utils/streamscope/lib/quarks.utils.streamscope.jar - does anyone know how to fix this to get DevelopmentStreamScopeTest.java to build? Thanks, Susan
