forked from Jmol-OVR/Jmol-OVR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild.README.txt
42 lines (25 loc) · 1.12 KB
/
build.README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Jmol building notes
Building Jmol properly requires three projects:
Jmol
JSmol
JSpecView
- JSpecView: Jmol needs JSpecView's jar file, so if there are changes, to JSpecView, start there.
The build.xml in JSpecView will copy files to Jmol (to appletfiles/ and jars/).
- Jmol: update org.jmol.viewer.Jmol.properties and check it in so that it gets a new time stamp.
Jmol.properties is also used by JSmol (along with all the Jmol java files).
- JSmol: run:
build_01_fromjmol.xml
build_02_fromjspecview.xml
build_03a_tojstest.xml
This is a fast build because it does not create the minified versions.
Test files are in site/jsmol.
Test test test! (test2.htm, testjsv.htm, etc)
- JSmol: run:
build_01_fromjmol.xml
build_02_fromjspecview.xml
build_03b_tojs.xml
This produces the minified files. Test files are in site/jsmol.
Test test test! (jsmol.htm, simple2.htm, supersimple.htm)
- JSmol: Update and check in jsmol files
- Jmol: run buildjsmolzip.xml
- Jmol: Update and check in jmol files