Hello, 2008/11/24 Raul Fernandes Herbster <[EMAIL PROTECTED]>: > Hi, > > I'm facing problems to build PyDev source code (tag/pydev_1_3_24). On unit > tests, the class org.python.pydev.core.TestDependent cannot be resolved. In > fact, org.python.pydev.core.TestDependent does not exist. Any ideas? >
It does exist, but it is a bit difficult to find it, don't worry :) It is part of the org.python.pydev.core project, inside the tests/org/python/pydev/core folder. You need to change some properties in order to run the tests, but it is not really hard to do if you take a look at the values already set. Kind regards, Cristina ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ pydev-code mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pydev-code
