Re: [Rife-users] signature issues

2005-11-15 Thread Geert Bevin
May I ask a name attribute for project element in build.xml? Done. Best regards, Geert -- Geert Bevin Uwyn bvba Use what you need Avenue de Scailmont 34 http://www.uwyn.com 7170 Manage, Belgium gbevin[remove] at uwyn dot comTel +32 64 84

[Rife-users] signature issues

2005-11-14 Thread Raoul Pierre
Geert, There are signature function issues with com.uwyn.rife.database.queries.CreateTable.foreignKey. In the first and fifth cases, there are 6 parameters... I think these need some transformation as in second case: localColumn and foreignColumn in a String[] Regards Pierre public

Re: [Rife-users] signature issues

2005-11-14 Thread Geert Bevin
Hi Pierre, Which RIFE jar are you using (jdk 1.4 or jdk 1.5 version?) Are you using Eclipse? Are you using a 1.5 JDK? Best regards, Geert On 14-nov-05, at 13:56, Raoul Pierre wrote: Geert, There are signature function issues with com.uwyn.rife.database.queries.CreateTable.foreignKey. In

Re: [Rife-users] signature issues

2005-11-14 Thread Raoul Pierre
Geert, Which RIFE jar are you using (jdk 1.4 or jdk 1.5 version?) Are you using Eclipse? Are you using a 1.5 JDK? I'm working with Eclipse and jre from jdk1.5.0_05. I'm using svn repository rife (local files updated four hours ago) and build-1.5.xml (revision 2663) Regards Pierre Best

Re: [Rife-users] signature issues

2005-11-14 Thread Raoul Pierre
Geert, I think I misunderstood, these are suggestions, right? Not a remark about that fact that the signatures don't work? So you want to add some methods? No. In fact, it's AspectJ which complains about some errors inside rife-framework and rife-crud jars. When I check

Re: [Rife-users] signature issues

2005-11-14 Thread Geert Bevin
Hi Pierre, I've seen weird behavior with Eclipse in the past regarding to this. Sometimes Eclipse thinks that there are bad signatures or other errors while there aren't any. When I compile with the javac from the JDK everything is ok. Just make sure that you're using a JDK 1.5 version

Re: [Rife-users] signature issues

2005-11-14 Thread Raoul Pierre
Geert, I've seen weird behavior with Eclipse in the past regarding to this. Sometimes Eclipse thinks that there are bad signatures or other errors while there aren't any. When I compile with the javac from the JDK everything is ok. Yes, the compilation is ok (only a bunch of deprecated