Coordinator
Jul 18, 2009 at 1:31 AM
Edited Jul 18, 2009 at 1:38 AM
|
OK. had a look a figure out what was going wrong.
My first hint was an msbuild parsing error (ie. failed to find the file, etc) - this was wrong.
Second clue was this:- Error 4 [ERROR] invalid property id C:\------------\MSBuildSettings.xml 112 5
Bascially, WTF? Is that a msbuild public property that it's bitching about? (and ingore those random numbers... that's just error lines and character positions, etc).
Hmm. it sounds like the javascript PARSER is failing (which is not a good thing, 'cause then i've not ported this puppy right). One way to find out -> lets run this against the original current (v2.4.2) java version...
/me hops online, downloads java and installs it ('cause i'm gonna do a format in a week or two when Win7 RTM's .. otherwise i would have done this on a Virtual PC image and then nuke it later.. ).
/me runs the file against the original .jar file....

looks like even the ORIGINAL code can't parse this correctly. I'm sorry mate, my hands are tied. Because I'm doing a port, I even port across the bugs to keep it as sync as possible.....
My best guess here would be to contact the original YUI Compressor guys over at the
Yahoo UI Library.
GL and once more, soz mate.
EDIT: Fixed the image link and the external web page link.
EDIT 2: I think these are the two offending lines... i THINK ...

If that's the case, then the only common piece of code between the two files is the 'float' attribute... HTH.
|