* Cameron McCormack <[EMAIL PROTECTED]> [2008-03-28 18:03+1100] > Hi Eric. > > Eric Prud'hommeaux: > > Invoking > > java -jar /usr/local/src/batik-1.7/batik-rasterizer.jar -w 850 -h 500 > > triples.svg > > on > > http://www.w3.org/2001/sw/hcls/notes/kb/triples.svg > > yields > > http://www.w3.org/2001/sw/hcls/notes/kb/triples.png > > Does this look OK? > > http://mcc.id.au/temp/2008/triples.png > > I just generated that from the latest SVN code, but I’m surprised that > that issue cropped up in the 1.7 release code.
It looks fabulous. Per http://xmlgraphics.apache.org/batik/download.cgi#Subversion+repository I did svn checkout http://svn.apache.org/repos/asf/xmlgraphics/batik/trunk/ JAVA_HOME=/usr/lib/jvm/java-1.5.0-sun ./build.sh svgrasterizer and that produced what you got. Trying to turn that into something I could run from the target dir (for the makefile), I tried java -classpath /home/eric/checkouts/t/trunk/lib/build/crimson-1.1.3.jar:/home/eric/checkouts/t/trunk/classes org.apache.batik.apps.rasterizer.Main /home/eric/WWW/2001/sw/hcls/notes/kb/triples.svg but got Exception in thread "main" java.lang.ExceptionInInitializerError at java.lang.Class.initializeClass(libgcj.so.90) Caused by: java.util.MissingResourceException: Unable to find resource: Main.usage at org.apache.batik.i18n.LocalizableSupport.getString(Unknown Source) at org.apache.batik.i18n.LocalizableSupport.formatMessage(Unknown Source) at org.apache.batik.apps.rasterizer.Messages.formatMessage(Unknown Source) at org.apache.batik.apps.rasterizer.Main.<clinit>(Unknown Source) at java.lang.Class.initializeClass(libgcj.so.90) > > Also, the labels on the lines are visible > > only if their background is semi-opaque. Another example is > > http://mouni.local/2001/sw/hcls/notes/kb/slTriples.svg > > which begets > > http://mouni.local/2001/sw/hcls/notes/kb/slTriples.png > > and > > http://mouni.local/2001/sw/hcls/notes/kb/rule.svg > > which begets > > http://mouni.local/2001/sw/hcls/notes/kb/rule.png > > I guess we’re not on the same network, since I can’t resolve those. :) oh weak, i meant to s/mouni.local/www.w3.org/ anyways, they all behave well under the svn version. > BTW there are nightly builds at http://arc.mcc.id.au/batik-nightly/. > > -- > Cameron McCormack, http://mcc.id.au/ > xmpp:[EMAIL PROTECTED] ▪ ICQ 26955922 ▪ MSN [EMAIL PROTECTED] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] -- -eric office: +1.617.258.5741 32-G528, MIT, Cambridge, MA 02144 USA mobile: +1.617.599.3509 ([EMAIL PROTECTED]) Feel free to forward this message to any list for any purpose other than email address distribution.
signature.asc
Description: Digital signature
