|
checkout several moduel as projects from cvs -
05-21-2009, 09:13 AM
Hello,
I want to do some work on the aspectj sources. According to the READMEs checking out the modules should result in a own eclipse project for each module (by the way each module has its own .project file). But when I check out (selecting the \modules folder in the cvs tree, wich contains a subfolder for each module), I get a single project, containing all modules as subfolders.
At first I didn`t really care, since I can complie using ant via commandline. But then I wanted to run the tests (jUnit) in eclipse. So I went to the class that is (again according to the README) supposed to run all avalible tests -> 'run as'... etc. but I couldn`t get it working. It seems the problem is that there is no seperate project for the test, since the checkout didn`t really work like it should. Could that be the reason? I got a bit confused by the 'run configurations' menue, since the was a jUnit configuration, named like the test class i want to run, but when I click it, eclipse says 'Project doesn`t exist'
Someone got some tips for a eclipse newbie?
Greetings,
Chris
|