Quarks build.xml doesn’t bundle the “test” classes into jars and there aren’t 
(shouldn’t be) dependencies from target/java8/lib/*.jar to “test” classes.
And Eclipse isn’t building anything into jars.

In your eclipse workspace, with Eclipse building quarks, it’s 
providers/.classpath that makes StreamsScopeTest.class available when 
DevelopmentStreamScopeTest is built.  That .classpath include a “src” entry for 
/utils.  And 
utils/streamscope/test.classes/quarks/test/streamscope/StreamScopeTest.class 
should be present.

I’m unclear in what you’re trying to — what sort of thing this new project 
constitutes.  What’s in the new project’s .classpath?

If you “close” your new project, does the workspace still have build problems?  
What does “git status” report?

— Dale


> On Jun 6, 2016, at 3:26 PM, Susan Cline <[email protected]> wrote:
> 
> 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

Reply via email to