1 Reply Latest reply on Apr 29, 2003 11:59 PM by mingqin

    ant build.xml for compile javassist and package .jar

    mingqin

      I make javassist source codes residing bellow directories
      _________________________________
      C: or D:
      |
      --javassist( (sub directory of C: or D:)
      |
      build.xml( ant build xml)
      |
      --src ((sub directory of javassist)
      |
      --javassist (sub directory of src)
      |
      --sample (sub directory of src)
      _____________________________

      Use bellow build.xml to compile java , generate class file , html documents and package javassist.jar.
      How to do those tasks?
      Under C:\javassist
      To package javassist.jar. type " ant build"
      To generate html documents, type "ant javadoc"
      To clean up jar file and class files, type " ant clean"
      _____________________________________
      <?xml version="1.0"?>




      Shigeru Chiba
      chiba@is.titech.ac.jp































      _____________________________________

      Hope it can help javassist .