On Tue, 18 May 2010, Christian Heimes wrote:
Adding the --import'ed .so libraries to the link line on Linux solve
several
of the problems you reported:
- import order doesn't matter anymore
- initVM() order doesn't matter anymore
- class_ properties are now correct
This is now checked into the branch_3x pylucene's branch.
Please give it another try with your software,
Thanks Andi! I'll give it a try tomorrow. I'll also ask Julian to provide
some test and sample code for you.
I changed the branch_3x pylucene branch to point at the trunk for jcc.
You might need to remove the jcc directory from your branch_3x checkout
before updating so as to not conflict with the new svn:externals setting.
Andi..