Hi Kenneth, Be careful, if you use the last javadoc plugin release (1.7) the output encoding and charset are setted from maven.docs.outputencoding.
http://maven.apache.org/reference/plugins/javadoc/announcements/announcement-1.7.txt http://maven.apache.org/reference/plugins/javadoc/properties.html#Other_Settings Arnaud On Wed, 29 Sep 2004 22:42:39 -0700, Kenneth Simpson <[EMAIL PROTECTED]> wrote: > > This is off topic but has anyone per chance have SVG output > working with UmlGraph/dot? > > I have the following in my project.properties > > maven.javadoc.additionalparam=-outputencoding UTF-8 > > but in order to view the SVG (with batik) I have to suck the file > into an XML editor and then write it out with UTF-8 encoding. > > Also, how do you view the output from a package with 34 nodes? > That is, dot always seems to want to put evertthing on one page. > > Any help would be appreciated. > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
