[jira] [Assigned] (PYLUCENE-16) can't wrap weka because of attribute and method with the same name

2011-12-18 Thread Andi Vajda (Assigned) (JIRA)
[ https://issues.apache.org/jira/browse/PYLUCENE-16?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andi Vajda reassigned PYLUCENE-16: -- Assignee: Andi Vajda > can't wrap weka because of attribute and method with the s

[jira] [Resolved] (PYLUCENE-16) can't wrap weka because of attribute and method with the same name

2011-12-18 Thread Andi Vajda (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/PYLUCENE-16?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andi Vajda resolved PYLUCENE-16. Resolution: Fixed rev 1220359 > can't wrap weka because of attribute an

Re: Can't wrap weka

2011-12-12 Thread Bill Janssen
Andi Vajda wrote: > On Fri, 9 Dec 2011, Bill Janssen wrote: > > > Any ideas on how to wrap weka? The core problem is that the class > > weka.core.Utils has both a "static double log2", and a "static double > > log2 (double a)", which confuses the heck out of JCC. > > > > It would be nice if it

[jira] [Created] (PYLUCENE-16) can't wrap weka because of attribute and method with the same name

2011-12-12 Thread Bill Janssen (Created) (JIRA)
can't wrap weka because of attribute and method with the same name -- Key: PYLUCENE-16 URL: https://issues.apache.org/jira/browse/PYLUCENE-16 Project: PyLucene Issue Type

Re: Can't wrap weka

2011-12-09 Thread Andi Vajda
On Fri, 9 Dec 2011, Bill Janssen wrote: Any ideas on how to wrap weka? The core problem is that the class weka.core.Utils has both a "static double log2", and a "static double log2 (double a)", which confuses the heck out of JCC. It would be nice if it would rename one or both in the generate

Re: Can't wrap weka

2011-12-09 Thread Bill Janssen
Any ideas on how to wrap weka? The core problem is that the class weka.core.Utils has both a "static double log2", and a "static double log2 (double a)", which confuses the heck out of JCC. It would be nice if it would rename one or both in the generated C++ so that the class could be wrapped. B

Can't wrap weka

2011-11-22 Thread Bill Janssen
I'm trying to wrap Weka, a popular machine learning system, with PyLucene. One of the Weka classes, weka.core.Utils, has a public static variable, and a public static method, with the same name (see below). When I compile it, JCC has no way to say that, and I get the following: In file included