But what about the dependencies upon them that are outside the scopeIf you are referring to ResolverImplTestCase.java, then it *is* in
of the CLI?
scope of CLI.
Haven't a clue what it does.
See source:
public void initialize() throws Exception { workDir = new File(System.getProperty("java.io.tmpdir"), Constants.DEFAULT_WORK_DIR); commandlineContextDir = new File(workDir.getAbsolutePath());
Key word here is "commandlineContextDir" :)
So, would you move the contants into Main? Or the Bean and change all references? Where should they go?
I would move those into CocoonBean as you did; but after 2.1 is released.
Vadim