keiron 2002/08/20 01:09:00 Modified: contrib/mathml build.sh contrib/mathml/src/org/apache/fop/mathml MathMLElement.java contrib/plan build.sh contrib/plan/src/org/apache/fop/plan SimplePlanDrawer.java Log: updated classpath, fixed some small errors Revision Changes Path 1.3 +1 -1 xml-fop/contrib/mathml/build.sh Index: build.sh =================================================================== RCS file: /home/cvs/xml-fop/contrib/mathml/build.sh,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- build.sh 7 Aug 2002 12:51:56 -0000 1.2 +++ build.sh 20 Aug 2002 08:08:59 -0000 1.3 @@ -12,7 +12,7 @@ exit 1 fi LIBDIR=../../lib -LOCALCLASSPATH=$JAVA_HOME/lib/tools.jar:$JAVA_HOME/lib/classes.zip:$LIBDIR/ant.jar:$LIBDIR/batik.jar:$LIBDIR/buildtools.jar:$LIBDIR/xerces-1.4.3.jar:$LIBDIR/xalan-2.2D11.jar:../../build/fop.jar:$LIBDIR/avalon-framework-cvs-20020806.jar:lib/jeuclid.jar +LOCALCLASSPATH=$JAVA_HOME/lib/tools.jar:$JAVA_HOME/lib/classes.zip:$LIBDIR/ant.jar:$LIBDIR/batik.jar:$LIBDIR/buildtools.jar:$LIBDIR/xercesImpl-2.0.1.jar:$LIBDIR/xalan-2.2D11.jar:$LIBDIR/xml-apis.jar:../../build/fop.jar:$LIBDIR/avalon-framework-cvs-20020806.jar:lib/jeuclid.jar ANT_HOME=$LIBDIR echo 1.2 +2 -2 xml-fop/contrib/mathml/src/org/apache/fop/mathml/MathMLElement.java Index: MathMLElement.java =================================================================== RCS file: /home/cvs/xml-fop/contrib/mathml/src/org/apache/fop/mathml/MathMLElement.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- MathMLElement.java 23 Apr 2002 10:26:46 -0000 1.1 +++ MathMLElement.java 20 Aug 2002 08:08:59 -0000 1.2 @@ -63,7 +63,7 @@ doc = svgDoc; } } catch (Throwable t) { - log.error("Could not convert MathML to SVG", t); + userAgent.getLogger().error("Could not convert MathML to SVG", t); width = 0; height = 0; } 1.5 +1 -1 xml-fop/contrib/plan/build.sh Index: build.sh =================================================================== RCS file: /home/cvs/xml-fop/contrib/plan/build.sh,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- build.sh 7 Aug 2002 12:51:56 -0000 1.4 +++ build.sh 20 Aug 2002 08:08:59 -0000 1.5 @@ -12,7 +12,7 @@ exit 1 fi LIBDIR=../../lib -LOCALCLASSPATH=$JAVA_HOME/lib/tools.jar:$JAVA_HOME/lib/classes.zip:$LIBDIR/ant.jar:$LIBDIR/batik.jar:$LIBDIR/buildtools.jar:$LIBDIR/xerces-1.4.3.jar:$LIBDIR/xalan-2.2D11.jar:../../build/fop.jar:$LIBDIR/avalon-framework-cvs-20020806.jar +LOCALCLASSPATH=$JAVA_HOME/lib/tools.jar:$JAVA_HOME/lib/classes.zip:$LIBDIR/ant.jar:$LIBDIR/batik.jar:$LIBDIR/buildtools.jar:$LIBDIR/xercesImpl-2.0.1.jar:$LIBDIR/xalan-2.2D11.jar:$LIBDIR/xml-apis.jar:../../build/fop.jar:$LIBDIR/avalon-framework-cvs-20020806.jar ANT_HOME=$LIBDIR echo 1.3 +2 -2 xml-fop/contrib/plan/src/org/apache/fop/plan/SimplePlanDrawer.java Index: SimplePlanDrawer.java =================================================================== RCS file: /home/cvs/xml-fop/contrib/plan/src/org/apache/fop/plan/SimplePlanDrawer.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- SimplePlanDrawer.java 21 Mar 2002 10:02:13 -0000 1.2 +++ SimplePlanDrawer.java 20 Aug 2002 08:09:00 -0000 1.3 @@ -275,7 +275,7 @@ line = SVGUtilities.createLine(doc, (float)(200 + (currentDays + 0.5) * 300 / 35), graphTop, (float)(200 + (currentDays + 0.5) * 300 / 35), height); - line.setAttributeNS(null, "style", "fill:none;stroke:rgb(200,50,50);stroke-dasharray:5 5"); + line.setAttributeNS(null, "style", "fill:none;stroke:rgb(200,50,50);stroke-dasharray:5,5"); svgRoot.appendChild(line);
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]