Menu

Tree [486129] default tip /
 History

Read Only access


File Date Author Commit
 .settings 2013-02-13 Murali Shankar Murali Shankar [36bee0] Build in Eclipse
 ext_jars 2014-10-17 Murali Shankar Murali Shankar [486129] Make the client processing a little resistant t...
 src 2014-03-14 Murali Shankar Murali Shankar [02af62] Add sparsification operator to tooltip
 web 2011-04-20 Murali Shankar Murali Shankar [d43072] Initial Version of ArchiveViewer from CVS
 .classpath 2014-10-17 Murali Shankar Murali Shankar [486129] Make the client processing a little resistant t...
 .hgtags 2013-05-07 Murali Shankar Murali Shankar [15a1f8] Added tag SLAC_CVS_May_7_2013 for changeset de7...
 .project 2013-02-13 Murali Shankar Murali Shankar [36bee0] Build in Eclipse
 README 2011-04-20 Murali Shankar Murali Shankar [d43072] Initial Version of ArchiveViewer from CVS
 RELEASE 2011-04-20 Murali Shankar Murali Shankar [d43072] Initial Version of ArchiveViewer from CVS
 build.xml 2012-10-19 Murali Shankar Murali Shankar [57a8cc] Inherit build.xml from Partha
 log4j.properties 2012-02-24 Murali Shankar Murali Shankar [55547f] ArchiveViewer switches clients based on URL sch...
 prodrun.bat 2012-02-23 Murali Shankar Murali Shankar [ce94a1] Value in label
 run.bat 2013-04-03 Murali Shankar Murali Shankar [3e304b] Changes to run.bat
 run.sh 2012-11-12 Murali Shankar Murali Shankar [9d5828] Add memory

Read Me

-*- outline -*- (use EMACS to see this in outline-mode)

This readme is about building and running ArchiveViewer.

* Intro
The sources for this application are CVS-controlled:
CVS root: ics-srv01.sns.ornl.gov:/sns/ADE/cvsroot
Module:   archive_viewer
Tag:      check out from HEAD

ArchiveViewer requires JRE1.4.2 which can be downloaded at http://java.sun.com
Example for getting a specific release:
cvs -d :ext:serge@ics-srv01.sns.ornl.gov:/sns/ADE/cvsroot \
     co archive_viewer

There are three ways to run the ArchiveViewer.
1. Via Java Web Start, best for common users
Go to http://ics-web1.sns.ornl.gov/archive/viewer and follow the intructions.
2. Locally (best when you want to see the code)
- get Apache ANT (http://ant.apache.org/)
- type "ant" in ArchiveViewer's top directory, which creates a new jar file 
(archiveviewer.jar)
- type java -jar archiveviewer.jar to run the ArchiveViewer; add the -h(elp)
command to see the options
3. From other EPICS applications
- for this, EPICS_EXTENSIONS and EPICS_HOST_ARCH must be set properly
- get Apache ANT (http://ant.apache.org/)
- type "ant" in ArchiveViewer's top directory (it will create a jar file, a shell script and copy
them to the standard epics tools directory)
- run "archiveviewer" (all lower case)
 
 * ArchiveViewer directory structure:
ArchiveViewer/
    	ext_jars/ -- contains unmodified jar files this application depends upon
    	README -- this file
        RELEASE -- contans some information on current release
	build.xml -- the ANT makefile
	src/   -- contains the source code
	web/ -- contains jsp pages

4. For more information, go to http://ics-web1.sns.ornl.gov/archive/viewer
Sergei Chevtsov (09-07-2005)