-
Thank you ;-(.
2005-03-03 22:50:24 UTC in Tea Trove
-
Hello, this is the error message I receive in the log when trying to use the insertURL(String URL) method. It doesn't seem to matter what I use for the URL (absolute or relative).
Java Version: 1.4
Servlet Engine Resin/2.1.13
Servlet API 2.3
TeaServlet 1.4.3.0005
*E,16:33:32.107> Error processing request for /p_l/m_h/lyg_ext.html
*E,16:33:32.107> java.lang.NullPointerException...
2005-03-03 21:35:39 UTC in Tea Trove
-
Hello last year I was trying to use the internal core tea functions, insertURL() insertFile() readFile() readURL(). None of them worked with Java 1.4 on the Linux OS. They all functioned properly under Java 1.3 but all broke after upgrading to newer versions of Java.
Have any of the file issues be address? Or will any new versions of tea/trove be released with fixes in these functions? It...
2005-03-03 20:57:44 UTC in Tea Trove
-
I want to upgrade from version 2.0 beta to version 2.0 RC2. I didn't see any documentation on upgrading versions.
What is the upgrade process from one version to another?
Are there just a few core packages I need to replace?
Or is is just a matter of replacing the entire FCKeditor directory. Then re-configuring the fckconfig and fckeditor. I assume I can use my current connector by...
2005-01-28 17:07:58 UTC in FCKeditor
-
Hello, is it possible to use the fckeditor using javascript only and still use the resource browser functionality? I have been able to use the basic text editing functionality.
If a javascript only solution is not possible.
How about a less appealing solution. Where html pages using the fckeditor with javascript work together with the php connector. Unfortunately while php is available.
2004-11-26 19:29:16 UTC in FCKeditor
-
Thanks Brian, for the clarification. I'll try to build it a little at a time. My first pass at it left me with a number of errors trying to compile the trove classes. Classes like FilteredSocket.java, LazySocket.java, CheckedInterruptedIOException.java... all have issues.
This looks like it will be a long process. ;-)
2004-03-08 00:23:34 UTC in Tea Trove
-
Brian thanks for your time. I'm sure your very busy. I'm having a tough time understanding the relationship between Maven and the build.bat file. Is there a Maven project descriptor that I can see? Or any docs with steps on building trove and then building teaServlet.
I'm really hoping to rebuild them in order to get the insertFile() and insertURL() functions working with Java 1.4.
2004-03-04 01:58:00 UTC in Tea Trove
-
Brian thanks for the help. I'll download Apache Maven and try to build trove again. If there is anything I can do to help with revamping the process. Please let me know.
2004-03-04 00:35:30 UTC in Tea Trove
-
If anyone has compiled the Tea Trove source before, I'd love to get some pointers. I've searched the web for info and gone over the old posts on servelts.com. It seems the scripts only work on a windows PC. So I purchased a PC to run the build on. I've installed the J2EESDK 1-4-2, J2SDK 1-4-2, and the Borland C++ compiler 5-5. When I run the build.bat from the Scripts directory I get tons of...
2004-03-03 22:56:41 UTC in Tea Trove
-
Does anyone know of a good free C/C++ compiler under windows2000? I've been unable to get a number of the Tea built in standard functions to work with Java 1.4. They only seem to work with Java 1.3. So I'm trying to build the trove and teaServlet source using the build.bat file included with the source. It seems I need a compiler. Any help at all would be greatly appreciated.
2004-03-03 21:37:23 UTC in Tea Trove