> >But what about the dependencies upon them that are outside the scope
> >of the CLI?
>
> If you are referring to ResolverImplTestCase.java, then it *is* in
> 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?
Regards, Upayavira