How to launch jython console from maven -
this looks like:
http://d.hatena.ne.jp/yoshiori/20081125/1227615261
(in japanese, should apparent commands , output)
unfortunately, when try steps, seems plugin no longer exists @ location. googling elsewhere failed.
in short, i'd launch jython shell of pom file dependencies available on jython class path (hope got terminology right). have project rather complex , changing set of dependencies defined in maven. if can launch jython same pom file, can experiment , script of classes.
other suggestions loading maven dependencies jython shell?
have @ maven-jython-compile-plugin. plugin allows deploy standalone project includes jython libraries. there demo project shows how use plugin. specifically, @ abstractinitjython , initjython in code repository on how launch python/jython console. have libraries of project, pom dependencies , python libraries requested.
the sourceforge umbrella project http://mavenjython.sourceforge.net/
Comments
Post a Comment