Re: [Dynapi-Dev] Java compressor.

2003-08-14 Thread Kevin
Thanks for the functions.image.js fix. NS4 I can't spot any missing semicolons but the problem is when mouse_ns4.js is included in a compressed archive. I hope this narrows it down a bit. - Kevin Jesse wrote: > I added the semi colon in the code at line 121, and checked it into CVS. > > Jesse

Re: [Dynapi-Dev] Java compressor.

2003-08-14 Thread Jesse Vitrone
Kevin,     OK, I'll take a look and see what I can find. Jesse Kevin wrote: Jesse,   Good I'll check out new CSV tomorrow.   Yes run on IE to see the problem when the compressed file is parsed.   Kevin   Jesse wrote:   Kevin,     I forgot that "\n" was pl

Re: [Dynapi-Dev] Java compressor.

2003-08-14 Thread Kevin
Jesse,   Good I'll check out new CSV tomorrow.   Yes run on IE to see the problem when the compressed file is parsed.   Kevin   Jesse wrote:  Kevin,    I forgot that "\n" was platform dependent, and I was using it all over the place in my code.  I've changed them all to System.getPr

[Dynapi-Dev] Java compressor.

2003-08-14 Thread Kevin
Hi, I tried the Java compressor on Linux and had some problems. The config xml wouldn't work if it had Dos line terminations '\r\n'. So I had to convert to '\n'. I would have thought since a browser can parse HTML or XML no matter what file type is stored on the server then the Java compiler shoul

Re: [Dynapi-Dev] Java compressor.

2003-08-11 Thread Jesse Vitrone
OK, I'll take a look at it when I get a sec. I got a new machine, and don't have Linux on it yet, so it might take a few days before I can test that part of it. As for the missing semi-colons, I went through a bunch of the files and fixed them up, but missed some. I'll fix up the functions.im

Re: [Dynapi-Dev] Java compressor.

2003-08-09 Thread Jesse Vitrone
I added the semi colon in the code at line 121, and checked it into CVS. Jesse Kevin wrote: Hi, I tried the Java compressor on Linux and had some problems. The config xml wouldn't work if it had Dos line terminations '\r\n'. So I had to convert to '\n'. I would have thought since a browser can

Re: [Dynapi-Dev] Java compressor.

2003-08-07 Thread Jesse Vitrone
Kevin,     I forgot that "\n" was platform dependent, and I was using it all over the place in my code.  I've changed them all to System.getProperty("line.separator"), hopefully, that'll fix the problem you had on linux.  Let me know if you still see that problem.  I checked in the changes, the

Re: [Dynapi-Dev] Java compressor.

2003-08-06 Thread Jesse Vitrone
Kevin,     OK - I'll take a look. Jesse Kevin wrote: Thanks for the functions.image.js fix. NS4 I can't spot any missing semicolons but the problem is when mouse_ns4.js is included in a compressed archive. I hope this narrows it down a bit. - Kevin Jesse wrote: I added the se