[Pydev-code] Pydev project dependencies
Brought to you by:
fabioz
From: Dave R. <dro...@sb...> - 2009-09-12 22:09:32
|
Hi Fabio, I've been working on some test driven development functionality for Pydev. While I am psyched that you have been able to open source Pydev Extensions so we can work with the code, I'm having issues with most of the projects not building in linux. This is separate from needing to create the local testing data files--this I have down fine as I've been working with the pydev source from the subversion repo for a while. Rather, after importing the projects from my local git repo, and then dealing with the TestDependent.java, most of the projects indicate red error markers in the package explorer that resolve down to all imports: import eclipse.org.** not being recognized. When I look at the plugin.xml in any of the affected projects, there are *no* dependencies listed in the dependency tab. I have also noted that in the overview tab of the plugin.xml, there is a link to create an osgi bundle for the project--so the bundle information is not being read. I also note that the META-INF folder is actually named meta-inf in the package explorer, and the MANIFEST.MF is in lower case as well. I run windows xp in a vm and note that these file names are correctly capitalized, and all of the dependencies show in the plugin.xml dependencies tab. After tweaking the . I was wondering if this is something that should be fixed in the repo, or perhaps is an issue with git on my end? Have a good one, Dave |