Hi, now using export OBJECTWEB_HOME=/usr/local/src/objectweb export OBJECTWEB_ORB=JEREMIE export JONAS_ROOT=/usr/local/share/java/jonas/2.0.2 I get the following messages: --------------------------------- >8 --------------------------------- make[6]: Entering directory `/usr/local/src/objectweb/jonas/src/org/objectweb/jonas/jtm' + /usr/local/lib/jdk/1.2.2/bin/javac -d ../../../../../classes/JEREMIE +CompletedTransactionListener.java Control.java Coordinator.java Current.java +HeuristicCommit.java HeuristicHazard.java HeuristicMixed.java HeuristicRollback.java +InactiveException.java Log.java NotPreparedException.java Otid.java +PropagationContext.java RecoveryCoordinator.java RemoteSynchro.java Resource.java +ResourceInfo.java Terminator.java TransactionImpl.java TransactionFactory.java +TransactionService.java TransactionServiceImpl.java UserTransactionFactory.java +XidImpl.java ControlImpl.java TransactionFactoryImpl.java SubCoordinator.java + /usr/local/lib/jdk/1.2.2/bin/java org.objectweb.jeremie.tools.jrmic.JRMICompiler +-opt -d . org.objectweb.jonas.jtm.ControlImpl +org.objectweb.jonas.jtm.TransactionFactoryImpl org.objectweb.jonas.jtm.SubCoordinator Jeremie stub compiler error: Unable to generate stub for class org.objectweb.jonas.jtm.ControlImpl Jeremie stub compiler error: org.objectweb.jonathan.apis.kernel.JonathanException: unable to generate optimised Jeremie stub make[6]: *** [compile_rmilist] Error 1 make[6]: Leaving directory `/usr/local/src/objectweb/jonas/src/org/objectweb/jonas/jtm' --------------------------------- >8 --------------------------------- make[6]: Entering directory `/usr/local/src/objectweb/jonas/src/org/objectweb/jonas/adm' + /usr/local/lib/jdk/1.2.2/bin/javac -d ../../../../../classes/JEREMIE +AdmInterface.java JonasAdmin.java Adm.java + /usr/local/lib/jdk/1.2.2/bin/java org.objectweb.jeremie.tools.jrmic.JRMICompiler +-opt -d . org.objectweb.jonas.adm.Adm Jeremie stub compiler error: Unable to generate stub for class org.objectweb.jonas.adm.Adm Jeremie stub compiler error: org.objectweb.jonathan.apis.kernel.JonathanException: unable to generate optimised Jeremie stub make[6]: *** [compile_rmilist] Error 1 make[6]: Leaving directory `/usr/local/src/objectweb/jonas/src/org/objectweb/jonas/adm' --------------------------------- >8 --------------------------------- Regards Achim On Thu, 27 Jul 2000, H�l�ne JOANIN wrote: > Hi, > > There is a mistake in the last JOnAS version in the CVS repository. > The file $OBJECTWEB_HOME/jonas/src/org/objectweb/jonas/common/Jjar.java > is missing. > It's lucky this java source file is not still used. > > So, you can work around this problem by modifying the > $OBJECTWEB_HOME/jonas/src/org/objectweb/jonas/common/Makefile > and remove 'Jjar' in the list of the CLASSES > i.e. CLASSES = ClassLoaderFactory \ > JString \ > Cmd \ > Env \ > IndentedFile \ > Service \ > Trace \ > RemoteObject \ > Orb > > The CVS repository will be corrected next monday. > > Bests regards. > H�l�ne. > > Achim Derigs wrote: > > > > Hi, > > > > I have actually checked out the sources (CVS). Running make causes the > > following error: > > > > ------------------------------ >8 ------------------------------ > > + /usr/local/lib/jdk/1.2.2/bin/java org.objectweb.build.JPP -D JAVA2 -D RMI Orb.jpp > > make[6]: *** No rule to make target >`../../../../../classes/RMI/org/objectweb/jonas/common/Jjar.class', needed by >`classes'. Stop. > > rm Orb.java RemoteObject.java > > make[6]: Leaving directory >`/usr/local/src/objectweb/jonas/src/org/objectweb/jonas/common' > > make[6]: Entering directory >`/usr/local/src/objectweb/jonas/src/org/objectweb/jonas/timer' > > + /usr/local/lib/jdk/1.2.2/bin/javac -d ../../../../../classes/RMI TimerEvent.java >TimerEventListener.java TimerManager.java > > TimerManager.java:30: Class org.objectweb.jonas.common.Trace not found in import. > > import org.objectweb.jonas.common.Trace; > > ^ > > ------------------------------ >8 ------------------------------ > > > > Regard > > Achim > > > > ---- > > To unsubscribe, send email to [EMAIL PROTECTED] and > > include in the body of the message "unsubscribe jonas-users". > > For general help, send email to [EMAIL PROTECTED] and > > include in the body of the message "help". > > -- > -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- > PLEASE, TAKE INTO ACCOUNT MY NEW EMAIL > -=- H�l�ne JOANIN -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- > mailto:[EMAIL PROTECTED] http://www.evidian.com > Phone: 33.4.76.29.73.53 Fax: 33.4.76.29.76.00 > Download our EJB Server JOnAS at http://www.objectweb.org > ---- To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "unsubscribe jonas-users". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
