From: <php...@li...> - 2006-09-12 15:33:06
|
Hi, > when I want to add > a single class to > PEAR in the future, how do I avoid having it go > through the whole > process again? you could set the bootPath to an empty string in line 103, see http://php-java-bridge.cvs.sourceforge.net/php-java-bridge/php-java-bridge/server/php/java/bridge/Snarf.java?view=annotate&sortby=date In the future we should avoid creating stubs if the files already exist. > I double checked and there is no RT directory like > you mentioned. Thanks. I think the easiest way to fix this is to check if the created directory contains java_lang_System.php. If it does and the dir doesn't have the name "rt", rename it. I have created a ticket for this bug: http://sourceforge.net/tracker/index.php?func=detail&aid=1557227&group_id=117793&atid=679233 > am not sure how this affect the overall > installation? The Lucene search and Itext PDF examples use something like: require_once("rt/java_lang_System.php"); require_once("rt/java_awt_Color.php"); When rt doesn't exist, those examples will not work. > to the bridge software because of its name? The require_once() in the above examples will fail. > > Do you use a power or intel mac? > I am currently running this on a dual G4 powerPC I thought so. There's a chance that the intel macs are more compatible with the Sun VM. Regards, Jost Boekemeier ___________________________________________________________ Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de |