Because of a lapse in government funding, the information on this website may not be up to date, transactions submitted via the website may not be processed, and the agency may not be able to respond to inquiries until appropriations are enacted. The NIH Clinical Center (the research hospital of NIH) is open. For more details about its operating status, please visit cc.nih.gov. Updates regarding government operating status and resumption of normal operations can be found at OPM.gov.

The SPECIALIST Lexicon

Lexicon Build Procedures

Software build Steps

This page describes steps for a new build/release.

  • Software Build:

    Compile all Lexicon Java source codes

    • shell> cd ${LEXICON_DIR}
    • shell> ant clean
    • shell> ant
    • shell> ant build

    • shell> ant help
      help:
           [echo]
           [echo]   targets:
           [echo]   -------------------------------------------------------------
           [echo]   main       compile, jar (default)
           [echo]   dev        cleanApi, compile, jar
           [echo]   build      cleanApi, compile, jar, javadoc
           [echo]   release    clean(||Api|),javadoc,compile,api,clean,updateDoc
           [echo]
           [echo]   javadoc    build javadoc
           [echo]
           [echo]   clean      delete classes
           [echo]   cleanApi   delete ./lib/lexiconApi.jar
           [echo]
           [echo]   compile    build classes
           [echo]   api        build ./lib/lexiconApi.jar
           [echo]   --------------------------------------------------------------
           [echo]