Re: [base] JEP extra value calculator again...

2006-11-30 Thread Emmanuel Courcelle
Micha Bayer a écrit : > Hi Emmanuel, > > The Catalina/work directory caches copies of your compiled JSP pages. It > looks from the stacktrace like the JSP compiler can't write to the work > directory because you don't have permissions to it -- check what they > are set to. > Right, Micha, some

Re: [base] JEP extra value calculator again...

2006-11-30 Thread Micha Bayer
ginal Message- > From: [EMAIL PROTECTED] [mailto:basedb-users- > [EMAIL PROTECTED] On Behalf Of Emmanuel Courcelle > Sent: 30 November 2006 09:23 > To: BASE ML > Subject: [base] JEP extra value calculator again... > > Hi all. > Sorry to bother you again with this point, but I s

Re: [base] JEP extra value calculator again...

2006-11-30 Thread Nicklas Nordborg
Emmanuel Courcelle wrote: > Hi all. > Sorry to bother you again with this point, but I still does not > understand everything... > > I tried to define a new type, called "float colored": it is a float, > colored with min value as 0, max as 0, mid as 5 > I want to add 2 values to my data: > -2 *

[base] JEP extra value calculator again...

2006-11-30 Thread Emmanuel Courcelle
Hi all. Sorry to bother you again with this point, but I still does not understand everything... I tried to define a new type, called "float colored": it is a float, colored with min value as 0, max as 0, mid as 5 I want to add 2 values to my data: -2 * (ch(1) / ch(2)) -3 * (ch(1) / ch(2)) (Prob