Skip to content
Snippets Groups Projects
Commit 9975f318 authored by Goik Martin's avatar Goik Martin
Browse files

j2h replaced by javadoc + sourcecode reference

parent 08835ddb
No related branches found
No related tags found
No related merge requests found
......@@ -19,19 +19,26 @@ BUILDNONAVI=$(BUILDBASE)/nonavi/$(PLUGINID)
all::${BUILDNAVI}/index.html ${BUILDNAVI}/printversion.pdf
jdoc:
cd ../ws/eclipse/Jdbc;javadoc -classpath /usr/share/java/testng.jar -d ${BUILDNAVI}/Ref/api -linksource \
-link http://docs.oracle.com/javase/7/docs/api -link http://testng.org/javadocs `find . -name \*.java`
${BUILDNAVI}/index.html ${BUILDNAVI}/printversion.pdf:${SCRIPTBASENAME}.xml
rm -rf $(BUILDBASE) || true
mkdir -p ${BUILDNAVI} ${BUILDNONAVI}
java -cp ${CP} de.hdm_stuttgart.mi.codeformat.Docbook2docbook ${SCRIPTBASENAME}
xml2xml ${SCRIPTBASENAME}.convert.xml ../../Vorlesungen/bin/docbook2docbook.xsl > ${SCRIPTBASENAME}.convert.answer.xml
/usr/share/xmlmind/bin/convertdoc -p suppress.navigation 1 -p eclipse.plugin.id $(PLUGINID) ${PPARAM} db5.toEclipseHelp ${SCRIPTBASENAME}.convert.answer.xml -u $(BUILDNONAVI)
/usr/share/xmlmind/bin/convertdoc -p suppress.navigation 1 -p eclipse.plugin.id $(PLUGINID) ${PPARAM} db5.toEclipseHelp ${SCRIPTBASENAME}.convert.answer.xml \
-u $(BUILDNONAVI)
mkdir -p Ref/Fig/Generate;rm -f Ref/Fig/Generate/*.tex;mv resources/Generate/*.tex Ref/Fig/Generate/
mkdir -p Ref/Fig/Generate;cd Ref/Fig/Generate;make -f ../Makefile all
/usr/share/xmlmind/bin/convertdoc -p eclipse.plugin.id $(PLUGINID) ${PPARAM} db5.toEclipseHelp ${SCRIPTBASENAME}.convert.answer.xml -u $(BUILDNAVI)
perl -i -p -e '$$/=undef;s/\n[ \t]*<!DOCTYPE[^>]+\n[^>]*>$$//m' ${BUILDNAVI}/*.xml ${BUILDNONAVI}/*.xml
cd ../ws/eclipse/Jdbc;javadoc -classpath /usr/share/java/testng.jar -d ${BUILDNAVI}/Ref/api -linksource \
-link http://docs.oracle.com/javase/7/docs/api -link http://testng.org/javadocs `find . -name \*.java`
/usr/share/xmlmind/bin/convertdoc db5.toPSFile ${SCRIPTBASENAME}.convert.answer.xml \
-s pdf -s "|pdf" -u $(BUILDNAVI)/printversion.pdf
j2h -d ${BUILDNAVI}/src/classes -js ~/workspace/StructuredData/ws/eclipse/Jdbc/src \
# j2h -d ${BUILDNAVI}/src/classes -js ~/workspace/StructuredData/ws/eclipse/Jdbc/src \
-jd /usr/share/doc/openjdk-7-doc/api http://java.sun.com/javase/7/docs/api
rsync `find . -name \*.ogv` $(BUILDNAVI)/resources
tar c --exclude=\.svn Ref|tar -xC ${BUILDNAVI}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment