Re: [Objectscript-users] Website problems?
Brought to you by:
rob_d_clark
From: <ar...@va...> - 2006-01-11 10:11:48
|
Find the cause of all the problems. I finally were able to get JavaCC 2.0 somewhere from the net. Now the right files are generated. The other problem that i need to get solved is that the patch-file and the files of oscript are created in a unix-like environment. I'm trying to get everything working in Windows. It seems that the patch tool and the patch-file have different file structures like the EOL is different. Your files are all unix-based text files. JavaCC creates the files different i= n Windows. The patch tool can't patch a unix patch-file onto windows based java files :D Will try to solve it all. Hope it works. > No problem, thought you might have technical problems. > > Maybe you can answer already one little question; I don't have this fil= e: > oscript/oscript/parser/ASCII_UCodeESC_CharStream.java > The only file javaCC generates is the JavaCharStream.java file. Is ther= e a > difference? It is realy difficult to compare the files, because i only > have your generated files and those are patched with your patch file. I= 'm > not sure how to verify the generated sources from javacc. > > One other this is that i can't find the version JTB (JTB 1.2.1) anywher= e > on the net. The version closest to it is version 1.2.2. I use JavaCC > version 4.0. > > Thanks for your help and good luck with your move > > Arjen >> Opps, I forgot to send out an announcement... The website is down >> temporarily, because I=B9m in the middle of moving. Hopefully it will= be >> back >> in a week or so. Sorry =8Cbout that. >> >> To answer your question, in the toplevel directory of the src tree is = a >> parser.patch file... You need to apply this patch after regenerating t= he >> parser... The way I useually do it is: >> >> % ./oscript/oscript/build_parser >> % patch =ADp1 < parser.patch >> >> Depending on how much you have changed in the .jj file, the patch >> usually >> applies cleanly. But you can send me the output if you have problems, >> and >> I >> will try to help as best I can. (You'll have to bear with me a bit, >> because >> between work and moving, I have not so much free time... But I'll try = to >> help) >> >> >> On 1/10/06 2:52 PM, "Arjen" <ar...@va...> wrote: >> >>> Rob, >>> >>> Is the website (https://objectscript.kicks-ass.org/trac/wiki) down? I= =B4m >>> trying >>> to get the javacc parser part working, but the javacc results are >>> different >>> than the java files provided in the package of version 2.10.1. Maybe = a >>> version >>> problem. But your website provides information about how to generate >>> the >>> javacc sources again. >>> I hope it is back up soon. >>> >>> Thanks >>> >>> Arjen >>> >> >> >> > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. Do you grep through log > files > for problems? Stop! Download the new AJAX search engine that makes > searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! > http://ads.osdn.com/?ad_idv37&alloc_id=16865&op=3Dclick > _______________________________________________ > Objectscript-users mailing list > Obj...@li... > https://lists.sourceforge.net/lists/listinfo/objectscript-users > > |