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

log4j.properties from Dbtools sub project moved to head of CLASSPATH

parent 2f1d3aa4
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ PPARAM=\
HIBDEPS=$(shell cd ../ws/eclipse/HibIntro; mvn dependency:build-classpath |grep -v INFO)
JDBCDEPS=$(shell cd ../ws/eclipse/Jdbc; mvn dependency:build-classpath |grep -v INFO)
CP:=../ws/eclipse/Jdbc/target/classes:../ws/eclipse/HibIntro/target/classes:../ws/Docbook/Dbtools/target/classes:/usr/share/java/log4j-1.2.jar:${HIBDEPS}:${JDBCDEPS}
CP:=../ws/Docbook/Dbtools/target/classes:../ws/eclipse/Jdbc/target/classes:../ws/eclipse/HibIntro/target/classes:${HIBDEPS}:${JDBCDEPS}
BUILDROOT=/tmp
#--no changes below this line------------------------------
......@@ -39,7 +39,7 @@ ${BUILDNAVI}/index.html ${BUILDNAVI}/printversion.pdf:${SCRIPTBASENAME}.xml
/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;\
/ma/goik/workspace/GoikLectures/bin/stripUnicode.sh resources/Generate/*.tex; mv resources/Generate/*.tex Ref/Fig/Generate
../bin/stripUnicode.sh resources/Generate/*.tex; mv resources/Generate/*.tex Ref/Fig/Generate
cd Ref/Fig;make 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
......
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