2006/1/23, Wolfgang Baer <[EMAIL PROTECTED]>:

Quite clear that you miss a build dependency on ant-optional. You should make
notes about what dependencies you need, so you don't forget them later in the
debian/control file :-)

Wolfgang
man-di pointed this out and after installing ant-optional it cannot find a rmi package.

  1. [EMAIL PROTECTED]:~/jonas$ ant install
  2. Buildfile: build.xml
  3.  
  4. install:
  5.    [delete] Deleting directory /home/pravi/jonas/$ {myenv.JONAS_ROOT}
  6.     [mkdir] Created dir: /home/pravi/jonas/$ {myenv.JONAS_ROOT}
  7.  
  8. all:
  9.  
  10. init_env:
  11.  
  12. init_path_tomcat:
  13.  
  14. init_path_jetty:
  15.  
  16. init:
  17.  
  18. externals_jar:
  19.  
  20. jonas_compile:
  21.  
  22. jonas_jars:
  23.  
  24. all_stubs:
  25.  
  26. stub:
  27.      [echo] doing stubs/skels org.objectweb.jonas.adm.Adm for rmi/jrmp and rmi/iiop
  28.      [rmic] RMI Compiling 1 class to /home/pravi/jonas/classes/common
  29.      [rmic ] IIOP has been turned on.
  30.      [rmic] IIOP Options: -always
  31.  
  32. BUILD FAILED
  33. /home/pravi/jonas/build.xml:1102: The following error occurred while executing this line:
  34. /home/pravi/jonas/build.xml: 1068: The following error occurred while executing this line:
  35. /home/pravi/jonas/build.xml:439: The following error occurred while executing this line:
  36. /home/pravi/jonas/build.xml:368: The following error occurred while executing this line:
  37. /home/pravi/jonas/build.xml: 339: Cannot use SUN rmic, as it is not available.  A common solution is to set the environment variable JAVA_HOME or CLASSPATH.
  38.  
  39. Total time: 15 seconds
  40.  
  41. 1102     <antcall target="inst" />
  42. 1068     <antcall target="do_all" />
  43.  439     <antcall target="all_stubs" />
  44. 368     <antcall target="stub">
  45.  339           base="classes/common">

So now building jonathan-rmi from http://vern.chem.tu-berlin.de/~stephan/software/upload/
--
            "GNU is the system, and Linux is the  kernel."
A proud GNU user http://www.gnu.org
Me scribbles at http://www.pravi.co.nr

Reply via email to