[apache-forrest-0.8] Is there a simile.mit.edu/exhibit equivalent functionnality in Forrest

2007-04-23 Thread Paul . Divine
Hi, The tool exhibit http://simile.mit.edu/exhibit/ , can display data the user can select, sort. The data are put in a file with the JSON format (a format easy to evaluate in javascript). Is this functionality in Forrest? Or is it easy to adapt or to make a plugin? Cheers Paul

Fw: [apache-forrest-0.8] problem with org.apache.forrest.plugin.output.inputModule

2007-04-23 Thread Paul . Divine
Hi, my configuration is SET JAVA_HOME=D:\Documents and Settings\divine1\My Documents\j2sdk1.4.2_03 but D:\Documents and Settings\divine1java -version java version 1.5.0_02 Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_02-b09) Java HotSpot(TM) Client VM (build 1.5.0_02-b09,

Re: Fw: [apache-forrest-0.8] problem with org.apache.forrest.plugin.output.inputModule

2007-04-23 Thread Cyriaque Dupoirieux
le 23/04/2007 08:57 [EMAIL PROTECTED] a écrit : Hi, my configuration is SET JAVA_HOME=D:\Documents and Settings\divine1\My Documents\j2sdk1.4.2_03 but D:\Documents and Settings\divine1java -version java version 1.5.0_02 Java(TM) 2 Runtime Environment, Standard Edition (build

Re: [apache-forrest-0.8] Is there a simile.mit.edu/exhibit equivalent functionnality in Forrest

2007-04-23 Thread Ross Gardler
On 23/04/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, The tool exhibit http://simile.mit.edu/exhibit/ , can display data the user can select, sort. The data are put in a file with the JSON format (a format easy to evaluate in javascript). Is this functionality in Forrest? Or is it easy

Re: Fw: [apache-forrest-0.8] problem with org.apache.forrest.plugin.output.inputModule

2007-04-23 Thread Ross Gardler
It is not necessarily a path problem, since this is a windows platform. Windows has a java.exe in one of the system directories. That needs to be removed in order for windows to find the java instance you want it to use. If you remove it you need to make sure your JAVA_HOME/bin is also in the

Re: Fw: [apache-forrest-0.8] problem with org.apache.forrest.plugin.output.inputModule

2007-04-23 Thread Cyriaque Dupoirieux
le 23/04/2007 12:43 Ross Gardler a écrit : It is not necessarily a path problem, since this is a windows platform. Windows has a java.exe in one of the system directories. That needs to be removed in order for windows to find the java instance you want it to use. If you remove it you need to

Re: Fw: [apache-forrest-0.8] problem with org.apache.forrest.plugin.output.inputModule

2007-04-23 Thread Ross Gardler
On 23/04/07, Cyriaque Dupoirieux [EMAIL PROTECTED] wrote: le 23/04/2007 12:43 Ross Gardler a écrit : It is not necessarily a path problem, since this is a windows platform. Windows has a java.exe in one of the system directories. That needs to be removed in order for windows to find the java

Fw: [apache-forrest-0.8] problem with org.apache.forrest.plugin.output.inputModule

2007-04-23 Thread Paul . Divine
Hi, I try the solution SET JAVA_HOME=D:\Documents and Settings\divine1\My Documents\j2sdk1.4.2_03 set FORREST_HOME=D:\DATA\apache\apache-forrest-0.8 set PATH=%JAVA_HOME%\bin;%FORREST_HOME%\bin forrest run but I got he same result when I try to reach http://mysite/index.html that is to say

RE: Fw: [apache-forrest-0.8] problem with org.apache.forrest.plugin.output.inputModule

2007-04-23 Thread Gav....
-Original Message- From: Cyriaque Dupoirieux [mailto:[EMAIL PROTECTED] Sent: Monday, 23 April 2007 8:29 PM To: user@forrest.apache.org Subject: Re: Fw: [apache-forrest-0.8] problem with org.apache.forrest.plugin.output.inputModule There was something wrong with your JAVA_HOME,