Menu

Building Saxon

Help
Anonymous
2001-12-14
2012-10-08
  • Anonymous

    Anonymous - 2001-12-14

    Hello there,

    I've made modifications to the Extensions.java file I've added another tokenize() method which calls the following implementation of StringTokenizer(String str, String delim, boolean returnDelims) and was wondering how I build the Saxon.jar?

    Is there instructions on the web on how to do this?

    S

     
    • Michael Kay

      Michael Kay - 2002-01-29

      I think I sent you an off-list reply, but for the record, I don't think you should modify Extensions.java to add your own extensions in the Saxon namespace. You should add extensions in a module of your own, using your own namespace. Then you don't need to rebuild Saxon, so the question doesn't arise.

      Mike Kay