Re: [Pydev-code] Pydev scripting - imported modules not being compiled
Brought to you by:
fabioz
From: Fabio Z. <fa...@gm...> - 2006-04-28 14:01:34
|
Hi Don, > In truth, it is stupid to be trying to develop a Jython script this way. > It makes more sense to get everything working as an ordinary Jython > script first and then plug the working script into Pydev. Now that I > understand the environment a bit better I am going to away and turn mu > brain back on. > > Don. > I totally agree with you. So, I've already started some testing environment -- there is currently no synching between the developer and the non-developer cvs. I just saw the sf site status ( http://sourceforge.net/docs/a04) and it appears that it will be available shortly again. But the idea is that the Eclipse objects are Mocked, so that you can run your tests without actually having the whole Eclipse infrastructure. ALL th= e java tests already work that way, so that they don't need Eclipse running t= o run the tests, and I believe that the jython scripting should have the same structure. So, hopefully shortly the non-developers cvs will be up again, so, please remind me of pointing you how is it currently working (and to see if your requisites are covered by it). Cheers, Fabio |