Changeset 2489
- Timestamp:
- Jun 5, 2014, 1:32:37 PM (9 years ago)
- 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 1 1 == Requirements == 2 2 3 1. BASE 3.2 or later.3 1. BASE 3.2.2 or later. 4 4 5 5 == Introduction == … … 68 68 configuration file can be modified so the measurements from the 69 69 temporary sensor are stored for the sensor number of the 70 malfunctioning one. 70 malfunctioning one. 71 71 72 72 == Compiling == … … 84 84 2. Type `ant download-lib` to automatically download the BASE core JAR file that 85 85 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 directory87 (`<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. 88 88 89 89 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 8 8 * base-webclient-3.2.2.jar 9 9 * base-webservices-client-3.2.2.jar 10 * jdom-1.1. 2.jar11 * json_simple-1.1. jar10 * jdom-1.1.3.jar 11 * json_simple-1.1.1.jar 12 12 * log4j-1.2.16.jar 13 13 * mail-1.4.3.jar
Note: See TracChangeset
for help on using the changeset viewer.