Re: Java task executing embedded jython fails to find scripting module

2005-01-19 Thread Alexey N. Solofnenko
I have had a similar problem. In my situation I execute ANT preprocessor written in Jython, then ANT itself, then some script within ANT. The problem was that Jython launcher used a single state class and did not reinitialize it when a script is executed from ANT. To fix the problem I had to wr

Java task executing embedded jython fails to find scripting module

2005-01-19 Thread Karr, David
I'm having an issue which seems to be caused by my Ant configuration, but it's involving some other tools. If you're not familiar with these other tools, either ignore this or try to muddle through it. I'm using WebLogic's WLST tool, which uses Jython (Python interpreter in Java). I'm trying to