[pylucene-dev] Re: no stubs for inner classes
Andi Vajda
vajda at osafoundation.org
Wed Mar 5 22:13:22 PST 2008
On Wed, 5 Mar 2008, Bill Janssen wrote:
>>> Looks like it just drops anything with an inner class as an argument.
>>
>> It only wraps public classes, it doesn't look like GoodStuff is public.
>
> Sadly, in my real example, it is. Try the example I sent out.
Ha, too funny, it looks like the shell is causing trouble.
If you \ the $ it works:
> python -m jcc GoodStuff GoodStuff\$Frob
> ls -lrt build
-rw-r--r-- 1 vajda admin 729 Mar 5 22:11 GoodStuff$Frob.h
-rw-r--r-- 1 vajda admin 844 Mar 5 22:11 GoodStuff.h
it looks like the shell is evaluating GoodStuff$Frob into GoodStuff, which
silently works :)
Andi..
More information about the pylucene-dev
mailing list