|
From: Jesse V. <je...@6t...> - 2003-08-06 17:35:02
|
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 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, they're just waiting for mod
> approval.
>
> The NS4 problem....do you see the problem when you include
> mouse_ns4 and run on NS4, or can I run on anything and see the
> problem?
>
> 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 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
>>>>parse HTML or XML no matter what file type is stored on the server
>>>>then the Java compiler should take a xml of either Dos or Unix origin.
>>>>
>>>>Once compressed for a full ie/dom/ns4 api and a functions.image.js
>>>>include, more problems. I detected a semicolon is required on line
>>>>121 of functions.image.js and ns4 doesn't work at all. Sorry no
>>>>time to investigate the ns4 else statement in the compressed file.
>>>>I've attached an example and compressor components.
>>>>
>>>>-
>>>>Kevin
>>>>
>>>>
>>>>
>>>-------------------------------------------------------
>>>This SF.Net email sponsored by: Free pre-built ASP.NET sites including
>>>Data Reports, E-commerce, Portals, and Forums are available now.
>>>Download today and enter to win an XBOX or Visual Studio .NET.
>>>http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
>>>_______________________________________________
>>>Dynapi-Dev mailing list
>>>Dyn...@li...
>>>http://www.mail-archive.com/dyn...@li.../
>>>
>>>
>>
>>
>>-------------------------------------------------------
>>This SF.Net email sponsored by: Free pre-built ASP.NET sites including
>>Data Reports, E-commerce, Portals, and Forums are available now.
>>Download today and enter to win an XBOX or Visual Studio .NET.
>>http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
>>_______________________________________________
>>Dynapi-Dev mailing list
>>Dyn...@li...
>>http://www.mail-archive.com/dyn...@li.../
>>
>>
|