Disabled JavaDoc because functionality is still broken in Debian OpenJDK
authorSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Wed, 29 Jan 2020 19:38:34 +0000 (21:38 +0200)
committerSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Wed, 29 Jan 2020 19:38:34 +0000 (21:38 +0200)
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=920020

doc/index.html
doc/index.org
pom.xml
tools/update web site

index 1adfdd5..61695d4 100644 (file)
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <title>Sixth 3D - 3D engine</title>
-<!-- 2020-01-29 K 21:30 -->
+<!-- 2020-01-29 K 21:36 -->
 <meta charset="utf-8">
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <meta name="generator" content="Org-mode">
@@ -242,9 +242,6 @@ git clone https://www2.svjatoslav.eu/git/sixth-3d.git
 
 </pre>
 </li>
-
-<li>See <a href="https://www3.svjatoslav.eu/projects/sixth-3d/apidocs/">JavaDoc</a>.
-</li>
 </ul>
 </div>
 </div>
@@ -343,11 +340,6 @@ operating systems.
 <div id="outline-container-sec-3" class="outline-2">
 <h2 id="sec-3"><span class="section-number-2">3</span> API documentation</h2>
 <div class="outline-text-2" id="text-3">
-<ul class="org-ul">
-<li>See <a href="https://www3.svjatoslav.eu/projects/sixth-3d/apidocs/">JavaDoc</a>.
-</li>
-</ul>
-
 <p>
 Note: due to a lack of time, there is still big room for improvement
 on documentation.
@@ -510,7 +502,7 @@ becomes visible.
 </div></div></div>
 <footer id="postamble" class="">
 <div><p class="author">Author: Svjatoslav Agejenko</p>
-<p class="date">Created: 2020-01-29 K 21:30</p>
+<p class="date">Created: 2020-01-29 K 21:36</p>
 <p class="creator"><a href="http://www.gnu.org/software/emacs/">Emacs</a> 26.1 (<a href="http://orgmode.org">Org-mode</a> 9.1.9)</p>
 </div>
 </footer>
index dddde5a..3176521 100644 (file)
@@ -33,8 +33,6 @@
 - Clone Git repository using command:
   : git clone https://www2.svjatoslav.eu/git/sixth-3d.git
 
-- See [[https://www3.svjatoslav.eu/projects/sixth-3d/apidocs/][JavaDoc]].
-
 * Project description
 + See: [[https://www3.svjatoslav.eu/projects/sixth-3d-demos/][demos of current 3D engine capabilities]]
 
@@ -86,8 +84,6 @@ pixel.
   operating systems.
 
 * API documentation
-- See [[https://www3.svjatoslav.eu/projects/sixth-3d/apidocs/][JavaDoc]].
-
 Note: due to a lack of time, there is still big room for improvement
 on documentation.
 
diff --git a/pom.xml b/pom.xml
index 8bc73e7..e683361 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                 </executions>
             </plugin>
 
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-javadoc-plugin</artifactId>
-                <version>3.0.1</version>
-                <executions>
-                    <execution>
-                        <id>attach-javadocs</id>
-                        <goals>
-                            <goal>jar</goal>
-                        </goals>
-                    </execution>
-                </executions>
-                <configuration>
-                    <javadocExecutable>${java.home}/bin/javadoc</javadocExecutable>
-                </configuration>
-            </plugin>
-
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-resources-plugin</artifactId>
         <tag>HEAD</tag>
     </scm>
 
-</project>
\ No newline at end of file
+</project>
index f4ff6e0..14853a0 100755 (executable)
@@ -14,9 +14,8 @@ javainspect -j target/sixth-3d-*-SNAPSHOT.jar -d doc/graphs/ -n "raster engine"
 
 meviz index -w doc/graphs/ -t "Sixth 3D classes"
 
-
-rm -rf doc/apidocs/
-cp -r target/apidocs/ doc/
+#rm -rf doc/apidocs/
+#cp -r target/apidocs/ doc/
 
 rsync -avz --delete  -e 'ssh -p 10006' doc/ n0@www3.svjatoslav.eu:/mnt/big/projects/sixth-3d/