> To be able to run JUnit tests from within Eclipse, I had to add the > "argouml-core-model-mdr" project to the projects needed to build > "argouml-core-tests". ... > Can I commit this change to the ".classpath" file? > Any objections?
I don't think we should do this. This change will make MDR available to the tests at compile time which, I think, is not what we want. A more appropriate place to add this would be in the Classpath tab of the Run/Debug configuration that you use to launch the JUnit tests. Perhaps we need a saved/shared Eclipse launch configuration for running the Junit tests (although that's one more thing that needs updating whenever the dependencies change). Tom --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
