Hi all, I'm dangerously close to getting jsLex up and running. It looks like jsLex has a java applet that requires a jdk more recent that 1.4. Here is the...
I have made a change to the compiler setting during the building of the application and uploaded it to the download page, it's marked as 0.1.2. Give it a try...
Hello again, I think I've got everything configured right, now. I can traverse all the jsLex screens and I don't see any errors in my webapp log. However, I'm...
Hi, replying to self, here. I loaded my profile.xml without incident and I'm launching jsLex from within my application. 2007-10-08 11:51:27,731 : INFO : main...
One thing to beware of is that jsLex should run in its own web application and not under the application being profiled. Once the profile file is correctly...
Thanks for that, but didn't work. When I posted looking for help, my app was crashing with 1.6 -- our team only certifies it with 1.4. But, I tried 1.5 and...
... ok, I botched that description. Let me try again. I've got two web applications/contexts: one for jsLex, one for my app. In my js start html file, I've...
Look in the profile.xml file and see what is in it. The file should have a bunch of "file" tag tag contain you functions and file names. You can also send the...
Erik, Thanks for putting in the time on this. I looked at the profile.xml file and everything looks fine. From the last couple of emails it seems like jsLex...
... I'm not sure where you're headed here. I'll describe what I've done. I found a button in our app that is almost always on the screen. In the javascript ...
Bob, When I deployed my application, the structure was basically like this: myApp/ myApp/compressed What seems likely here is that I was a little naive in ...
How do you normally include the js library a single file created from a build process? If so then after you inject your files run the injected source through...
After a bit of work I just got jsLex working on IIS to profile an ASP.Net app. Here's are the steps I used to get it working: 1. Install php as an IIS ISAPI...
When I deployed jsLex I can see compilation errors in Jsp pages as well as style sheets. The major complains are com.nexaweb.bean.JsLex class not found in Jsp...
... I have uploaded version 0.2.0 of the jsLex project that fixes many jsp and html errors that show up in Eclipse and RAD. I have also put the jsLex.class...
... as ... com.nexaweb.bean.JsLex ... in ... file ... reduced ... part. ... jsp ... the ... in ... into ... Thanks bob. I will start using JsLex 2.0 project...
jsLex should be compatible with 1.4.x and especially on the server-side. I am resisting the urge to use and new Java features to keep the compatibility in...
Hi, First of all, thanks for this wonderful application, I like it very much so far. However, while test driving the application I got an error dialog when...
Thanks for the feedback. If you send me the profile file it will help me debug it. Also what screen did it happen in? The callstack screen? On Feb 12, 2008,...
... Hi Bob, I've posted the profile files and (compressed) source code in the 'Files' section, it also includes the exception. I've stripped down the test to a...
... Bob, Thanks for the lightning fast response. The issue has indeed been solved when I use the new version, great! I was wondering, based on the minimalistic...
There are a couple licenses in the product All eclipse plugin code is apache 2.0 3rd party components - YUI compressor is bsd - The profiling app contains a...
I am using jsLex (1.1.4) with Aptana to minify and concatenation my CSS files. The process is working great however I am having a problem with image URLs being...
... Daniel, There is no switch in the UI to stop the URL replacing. The removal of the first slash is a bug in the replacement code. This issue should not...
... version. ... Daniel, I have uploaded a new version (1.1.7) to the update site. There is now a check box that turns of the URL rewriting. The issue of ...
Hello Robert, Thank you! That fixed the problem with the '/' being removed. I did notice that it no longer adds quotes to any of the urls. Is that the ...