[Zope-dev] Re: Interest in AdvancedQuery and/or ManagableIndex?

2007-02-13 Thread whit
Philipp von Weitershausen wrote: Dieter Maurer wrote: yuppie wrote at 2007-2-3 11:44 +0100: ... Unfortunately integrating a product into the Zope core means more than just adjusting the coding style: - As already mentioned in this thread, monkey patches and code like fixPluginIndexes.py

Re: [Zope-dev] Extrenal method unable to run the os.popen() or os.system() commands

2007-02-13 Thread Dieter Maurer
Ridzwan Aminuddin wrote at 2007-2-9 17:53 -0800: Oh yes, i forgot to mention that in my code i did use the absolute paths to my java .jar file as you can see i my code below, the absolute path to the Extensions directory is in the variable homedir. I also set my classpath to point to the folder

Re: [Zope-dev] Extrenal method unable to run the os.popen() or os.system() commands

2007-02-13 Thread Ridzwan Aminuddin
Hi! Thanks for your reply. Honestly, I'm not sure why the external method is skipped. I've tried several methods to debug and changed my python code to see the effects. I wrote another Java Jar. called test.jar that when executed prints out a line to stdout and creates a text file to the

[Zope-dev] Zope Tests: 7 OK

2007-02-13 Thread Zope Tests Summarizer
Summary of messages to the zope-tests list. Period Mon Feb 12 12:00:00 2007 UTC to Tue Feb 13 12:00:00 2007 UTC. There were 7 messages: 7 from Zope Unit Tests. Tests passed OK --- Subject: OK : Zope-2.6 Python-2.1.3 : Linux From: Zope Unit Tests Date: Mon Feb 12 21:03:38 EST 2007

Re: [Zope-dev] Extrenal method unable to run the os.popen() oros.system() commands

2007-02-13 Thread Jonathan
- Original Message - From: Ridzwan Aminuddin [EMAIL PROTECTED] To: Dieter Maurer [EMAIL PROTECTED]; zope-dev@zope.org Cc: zope-dev@zope.org Sent: Monday, February 12, 2007 10:41 PM Subject: Re: [Zope-dev] Extrenal method unable to run the os.popen() oros.system() commands Hi!

Re: [Zope-dev] Extrenal method unable to run the os.popen() or os.system() commands

2007-02-13 Thread Dieter Maurer
Ridzwan Aminuddin wrote at 2007-2-12 19:41 -0800: ... This external method is triggered in my DTML code. I've created other external methods before so i know i've done it right.. but the os.system() command for java -jar just doesn't seem to work. I've tried to use other commands such as ls

Re: [Zope-dev] Re: Interest in AdvancedQuery and/or ManagableIndex?

2007-02-13 Thread Wichert Akkerman
Previously Dieter Maurer wrote: You fetch it from my Zope page and put it into a subversion repository (perferably on a vendor branch) of your choice. Hanno imported it at http://svn.plone.org/svn/collective/AdvancedQuery two days ago. We'll try to keep that synchronised with your work.