Changeset 2489


Ignore:
Timestamp:
Jun 5, 2014, 1:32:37 PM (9 years ago)
Author:
olle
Message:

Refs #592. Lab environment extension updated in versions of external library files used for compilation, and contents of various "readme" files:

  1. Outermost README file updated:
    a. Requirements: BASE version changed from 3.2 to 3.2.2, which the version referred to in other documentation.
    b. Installation: Instruction have been made independent of the detailed versions of external files.
    c. Compiling: Instruction have been made independent of the detailed versions of external files.
  1. Contents of directory labenv/lib/compile/ updated:
    a. Jar file jdom-1.1.2.jar exchanged for jdom-1.1.3.jar.
    b. Jar file json-simple-1.1.jar exchanged for json-simple-1.1.1.jar.
    c. File readme.txt updated in file list by exchanging jdom-1.1.2.jar for jdom-1.1.3.jar and json-simple-1.1.jar for json-simple-1.1.1.jar.
Location:
extensions/net.sf.basedb.labenv/trunk
Files:
2 added
2 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/net.sf.basedb.labenv/trunk/README

    r2347 r2489  
    11== Requirements ==
    22
    3  1. BASE 3.2 or later.
     3 1. BASE 3.2.2 or later.
    44
    55== Introduction ==
     
    6868   configuration file can be modified so the measurements from the
    6969   temporary sensor are stored for the sensor number of the
    70    malfunctioning one. 
     70   malfunctioning one.
    7171
    7272== Compiling ==
     
    8484 2. Type `ant download-lib` to automatically download the BASE core JAR file that
    8585    are needed for compilation. You can also do this manually by copying the
    86     base-core-3.0.0.jar and base-webclient-3.0.0.jar from the BASE installation directory
    87     (`<basedir>/www/WEB-INF/lib/`) to the `./lib/compile` directory.
     86    base-core-3.*.jar and base-webclient-3.*.jar files from the BASE installation
     87    directory (`<basedir>/www/WEB-INF/lib/`) to the `./lib/compile` directory.
    8888
    8989 3. Type `ant` to compile the code and generate the `labenv.jar` file
  • extensions/net.sf.basedb.labenv/trunk/lib/compile/readme.txt

    r2444 r2489  
    88 * base-webclient-3.2.2.jar
    99 * base-webservices-client-3.2.2.jar
    10  * jdom-1.1.2.jar
    11  * json_simple-1.1.jar
     10 * jdom-1.1.3.jar
     11 * json_simple-1.1.1.jar
    1212 * log4j-1.2.16.jar
    1313 * mail-1.4.3.jar
Note: See TracChangeset for help on using the changeset viewer.