swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: files required


From: david ROBIN
Subject: Re: files required
Date: Sat, 8 Jan 2000 04:26:07 -0800 (PST)


> cd to the heatbugs directory, and run this:
> 
> $ make clean
> $ make
> $ (sh -v `type -p javaswarm` StartHeatbugs 2>&1) >
> log
> 
> Where "javaswarm" is the new script that isn't
> working.
Hi Marcus here is the result of the command lines:
I have no
address@hidden/swarm/swarmapps-2.0.1/jheatbugs-2.0.1] $
make clean
rm -f *.class
I have no
address@hidden/swarm/swarmapps-2.0.1/jheatbugs-2.0.1] $
make
/Swarm-2.0.1//bin/javacswarm Heatbug.java
HeatCell.java HeatSpace.java HeatbugMo
delSwarm.java  HeatbugObserverSwarm.java
StartHeatbugs.java HeatbugBatchSwarm.ja
va
<gs-2.0.1] $ (sh -v `type -p javaswarm` StartHeatbugs
2>&1) >log
I have no
address@hidden/swarm/swarmapps-2.0.1/jheatbugs-2.0.1] $

and here is the content of the log file:

#!/bin/sh
 
 swarm_prefix="${SWARMROOT}"
 swarm_exec_prefix="${swarm_prefix}"
 jdkdir="/jdk1.2.2"
 
 if test yes = yes; then
  

PATH=${swarm_exec_prefix}/bin:${CYGFS}H-i586-cygwin32/lib/../bin:$PATH
 else
   PATH=`cat << EOF | sort 2>/dev/null | uniq | tr
 '\012' ':'
 ${swarm_exec_prefix}/lib
 
 ${CYGFS}H-i586-cygwin32/lib
 ${CYGFS}H-i586-cygwin32/lib
 ${SWARMROOT}/lib
 
 ${SWARMROOT}/lib
 ${SWARMROOT}/lib
 
 EOF
 `$PATH
 fi
 
 JAVALIBS="${SWARMROOT}/bin:${jdkdir}/jre/bin/java"
 _JAVACLASSES="${jdkdir}/jre/lib/rt.jar"
 if test yes = yes; then
   DOSJAVALIBS=''
   for path in `echo $JAVALIBS | tr ':' '\012'`; do
     path=`eval echo $path`
     DOSJAVALIBS="${DOSJAVALIBS}`cygpath -w
 "$path"`;"
   done
   JAVACLASSES=''
   for path in `echo $_JAVACLASSES | tr ':' '\012'`;
 do
     path=`eval echo $path`
     JAVACLASSES="${JAVACLASSES}`cygpath -w
 "$path"`;"
   done
   PS=';'
   PD='\'
   swarmclassdir=`cygpath -w "${swarm_prefix}/share"`
   KAFFELIBRARYPATH=`cygpath -w
 "${swarm_exec_prefix}/bin"`${PS}${DOSJAVALIBS}
 else
   JAVACLASSES=$_JAVACLASSES
   PS=:
   PD=/
   swarmclassdir="${swarm_prefix}/share"
  

KAFFELIBRARYPATH="${swarm_exec_prefix}/lib${PS}${JAVALIBS}"
 fi
Usage: cygpath [-p|--path] (-u|--unix)|(-w|--windows)
filename
  -u|--unix     print Unix form of filename
  -w|--windows  print Windows form of filename
  -p|--path     filename argument is a path
/SWARM-~1.1/BIN/javaswarm: /Swarm-2.0.1/bin: not found
Usage: cygpath [-p|--path] (-u|--unix)|(-w|--windows)
filename
  -u|--unix     print Unix form of filename
  -w|--windows  print Windows form of filename
  -p|--path     filename argument is a path
Usage: cygpath [-p|--path] (-u|--unix)|(-w|--windows)
filename
  -u|--unix     print Unix form of filename
  -w|--windows  print Windows form of filename
  -p|--path     filename argument is a path
PK: error 22
/jdk1.2.2/jre/lib/rt.jar: AxT   META-INF/þÊPK
META-INF/þÊPK
K
AxTïuÇnMETA-INF/MANIFEST.MFManifest-Version:: not
found
ersion:: not found
Specification-Title:: not found
Specification-Vendor:: not found
/jdk1.2.2/jre/lib/rt.jar: 9: Syntax error: "("
unexpected
Usage: cygpath [-p|--path] (-u|--unix)|(-w|--windows)
filename
  -u|--unix     print Unix form of filename
  -w|--windows  print Windows form of filename
  -p|--path     filename argument is a path
/SWARM-~1.1/BIN/javaswarm: /Swarm-2.0.1/bin: not found
 
 JAVAENV=
 JAVACMD=${jdkdir}/bin/java
 
 export PATH KAFFELIBRARYPATH
 
 JAVA_CLASSES_INSTALLED_AS=jar
 
 if test x$JAVA_CLASSES_INSTALLED_AS = xjar; then
  

classpath=".${PS}${swarmclassdir}${PD}swarm${PD}swarm.jar${PS}${JAVACLASSES}${PS}$CLASSPATH"
 else
  

classpath=".${PS}${swarmclassdir}${PS}${JAVACLASSES}${PS}$CLASSPATH"
 fi
 
 if test -z "$*"; then
   echo "KAFFELIBRARYPATH=\"$KAFFELIBRARYPATH\""
   echo "PATH=\"$PATH\""
   echo "CLASSPATH=\"$classpath\""
   echo "export KAFFELIBRARYPATH PATH CLASSPATH"   
 elif test -n "$JAVASWARMGDB"; then
   (echo "shell rm -f /tmp/.gdbinit.$$";
    echo "cd `pwd`"; echo "set args $*" ) >
/SWARM-~1.1/BIN/javaswarm: 78: Syntax error: newline
unexpected


__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com

                  ==================================
   Swarm-Support is for discussion of the technical details of the day
   to day usage of Swarm.  For list administration needs (esp.
   [un]subscribing), please send a message to <address@hidden>
   with "help" in the body of the message.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]