changeset 1039:548f9dccc47a

Added tagsoup and rhino to javadoc classpath to prevent docline errors
author Jiri Vanek <jvanek@redhat.com>
date Fri, 17 Apr 2015 11:49:26 +0200
parents 6660f78e2691
children 1204ef8dde15
files ChangeLog Makefile.am
diffstat 2 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri Apr 17 10:48:22 2015 +0200
+++ b/ChangeLog	Fri Apr 17 11:49:26 2015 +0200
@@ -1,3 +1,9 @@
+2015-04-17  Jiri Vanek  <jvanek@redhat.com>
+
+	Added tagsoup and rhino to javadoc classpath to prevent docline errors
+	* Maefile.am: (stamps/netx-docs.stamp) (stamps/plugin-docs.stamp)
+	added classpath parameter with rhino and tagsoup
+
 2015-04-17  Jiri Vanek  <jvanek@redhat.com>
 
 	fixed doclint errors
--- a/Makefile.am	Fri Apr 17 10:48:22 2015 +0200
+++ b/Makefile.am	Fri Apr 17 11:49:26 2015 +0200
@@ -584,6 +584,7 @@
 	 -doctitle 'IcedTea-Web: NetX API Specification' \
 	 -windowtitle 'IcedTea-Web: NetX ' \
 	 -header '<strong>IcedTea-Web<br/>NetX</strong>' \
+	 -classpath $(TAGSOUP_JAR):$(RHINO_JAR) \
 	 $(NETX_PKGS)
 endif
 	mkdir -p stamps
@@ -601,6 +602,7 @@
 	 -doctitle 'IcedTea-Web: Plugin API Specification' \
 	 -windowtitle 'IcedTea-Web: Plugin ' \
 	 -header '<strong>IcedTea-Web<br/>Plugin</strong>' \
+         -classpath $(TAGSOUP_JAR):$(RHINO_JAR) \
 	 $(PLUGIN_PKGS)
 endif
 endif