Issue1947

classification
Title: Not able to run jython scripts using maven
Type: Severity: normal
Components: Versions:
Milestone:
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: fwierzbicki, manasa@ninetology.com
Priority: Keywords:

Created on 2012-07-17.06:46:16 by manasa@ninetology.com, last changed 2013-02-26.18:33:20 by fwierzbicki.

Messages
msg7325 (view) Author: manasa (manasa@ninetology.com) Date: 2012-07-17.06:48:58
I'm calling a jython script from my java program. included maven-jython-plugin.jar. but when i try to run 'mvn install' showing error as

Failed to execute goal net.sf.mavenjython:jython-compile-maven-plugin:1.0:jython (pydevLockUnlock) on project NTLauncherTest: extracting org/python/antlr/op/AugLoad.class from jython artifact jar failed: target/jython-plugins-tmp/org/python/antlr/op/AugLoad.class (Too many open files) 

can anyone knows soln for this?
msg7801 (view) Author: Frank Wierzbicki (fwierzbicki) Date: 2013-02-26.18:33:20
Probably you want to look at this: http://mavenjython.sourceforge.net/
History
Date User Action Args
2013-02-26 18:33:20fwierzbickisetstatus: open -> closed
nosy: + fwierzbicki
messages: + msg7801
2012-07-17 06:48:59manasa@ninetology.comsetmessages: + msg7325
2012-07-17 06:46:16manasa@ninetology.comcreate