Updated documentation.
[sixth-3d.git] / tools / update web site
index 62e321e..7c6d92b 100755 (executable)
@@ -3,30 +3,15 @@ cd "${0%/*}"
 cd ..
 
 
+mvn clean package
 
+rm -rf doc/graphs/
+mkdir -p doc/graphs/
 
+javainspect -j target/sixth-3d-*-SNAPSHOT.jar -d doc/graphs/ -n "all classes" -t png -h
+javainspect -j target/sixth-3d-*-SNAPSHOT.jar -d doc/graphs/ -n "GUI" -t png -w "eu.svjatoslav.sixth.e3d.gui.*" -h
+javainspect -j target/sixth-3d-*-SNAPSHOT.jar -d doc/graphs/ -n "raster engine" -t png -w "eu.svjatoslav.sixth.e3d.renderer.raster.*" -h
 
-
-#
-# TODO: needs updating
-#
-# (
-#     cd ..
-
-#     mvn clean
-
-#     mkdir -p target/website/codegraphs
-
-#     mvn test package -e exec:java -Dexec.mainClass="eu.svjatoslav.sixth.DataGraph" -Dexec.classpathScope="test"
-
-#     (
-#         cd target/website/codegraphs/
-#         meviz index -t Sixth
-#     )
-
-#     cp target/sixth.jar target/website/
-
-#     rsync -avz --delete target/website/ n0@svjatoslav.eu:/var/www/svjatoslav.eu/projects/sixth
-# )
+meviz index -w doc/graphs/ -t "Sixth 3D classes"
 
 rsync -avz --delete  -e 'ssh -p 10006' doc/ n0@www3.svjatoslav.eu:/mnt/big/projects/sixth-3d/