Hi, if I understand correctly JavaCC was needed for text based bean deployment description. With the xml based solution available JavaCC isn't needed anymore. If the above statement is correct you might want to check in the following patch with reflects this new requirements in the README and the Install.html file. Thank you, J�rg Index: objectweb/jonas/doc/Install.html =================================================================== RCS file: /cvsroot/objectweb/jonas/doc/Install.html,v retrieving revision 1.8 diff -c -3 -p -r1.8 Install.html *** Install.html 2000/01/14 10:22:16 1.8 --- Install.html 2000/03/08 17:17:51 *************** if you don't have it yet.</p> *** 207,218 **** a Unix like environment. Look at "<a href="http://sourceware.cygnus.com/cygwin/download.html">http://sourceware.cygnus.com/cygwin/download.html</a>".</p> - <p>To generate the GenDD tool, you need the javacc parser that you can - download at:</p> - - <p>"<a - href="http://www.metamata.com/JavaCC/">http://www.metamata.com/JavaCC/</a>".</p> - <p>First of all, you must set the correct paths for all the jar files included in CLASSPATH. For this, edit the file $OBJECTWEB_HOME/build/gmk/config.mk and follow the instructions at the end of the file.</p> --- 207,212 ---- Index: objectweb/README =================================================================== RCS file: /cvsroot/objectweb/README,v retrieving revision 1.4 diff -c -3 -p -r1.4 README *** README 2000/01/14 10:22:12 1.4 --- README 2000/03/08 17:17:39 *************** The following steps are required to reco *** 9,18 **** - Get the gnu make if you don't have it yet. The URL for gnu make is http://www.gnu.org/software/make/make.html - - Get the javacc parser, used to build GenDD command. - The URL to download it is: http://www.metamata.com/JavaCC/ - - Set OBJECTWEB_HOME to the current directory. - JDKVERSION must be set to 1.2. --- 9,18 ---- - Get the gnu make if you don't have it yet. The URL for gnu make is http://www.gnu.org/software/make/make.html - Set OBJECTWEB_HOME to the current directory. + + - Edit the file $OBJECTWEB_HOME/build/gmk/config.mk to reflect + your classpath directories. - JDKVERSION must be set to 1.2. ---- This list is cross-posted to two mail lists. To unsubscribe, follow the instructions below for the list you subscribed to. For objectweb.org: send email to [EMAIL PROTECTED] and include in the body of the message "unsubscribe ejb-container-group". For enhydra.org: send email to [EMAIL PROTECTED] and include in the body of the message "unsubscribe ejb-container-group".
