Return-Path: Delivered-To: apmail-jakarta-ant-user-archive@apache.org Received: (qmail 94993 invoked from network); 10 Jun 2002 07:53:31 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 10 Jun 2002 07:53:31 -0000 Received: (qmail 23812 invoked by uid 97); 10 Jun 2002 07:53:35 -0000 Delivered-To: qmlist-jakarta-archive-ant-user@jakarta.apache.org Received: (qmail 23796 invoked by uid 97); 10 Jun 2002 07:53:35 -0000 Mailing-List: contact ant-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list ant-user@jakarta.apache.org Received: (qmail 23784 invoked by uid 98); 10 Jun 2002 07:53:34 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) Subject: Re: xsl script to generate graphical representation of build.xml From: Stefan Kost To: Ant Users List In-Reply-To: <1023267004.9937.49.camel@gizmo> References: <1023267004.9937.49.camel@gizmo> Content-Type: multipart/mixed; boundary="=-OHl5RCb2CX9vPlpRRF4c" X-Mailer: Ximian Evolution 1.0.3 Date: 10 Jun 2002 09:50:01 +0200 Message-Id: <1023695401.9937.106.camel@gizmo> Mime-Version: 1.0 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N --=-OHl5RCb2CX9vPlpRRF4c Content-Type: text/plain Content-Transfer-Encoding: 7bit Hi again, this version incorporates the changes from Erik and Nascif. It further highlights callable targets (bold borders). I am not sure if this enhances the look. The hightlighting could be done via color as well (e.g. blue link links in a html page). What do you think? I can even move those things to top of the file as xsl:variable, so it could finally move outside to a separate xsl file which one could easilly adapt. > hi, > > attached you find a xsl script, which generates a .dot out of a > build.xml file. The dot file can be rendered using the dot command (from > the graphviz package, see http://www.graphviz.org/) to lots of formats > like ps or png. > Minimal instructions are in the xsl file. -- < W E B M A C H E R > EDV+INTERNETSERVICE GMBH POST: August Bebel Str. 69 04275 Leipzig FON: +49 341 30 34 833 FAX: +49 341 30 34 840 WEB: www.webmacher.de --=-OHl5RCb2CX9vPlpRRF4c Content-Disposition: attachment; filename=ant2dot.xsl Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; name=ant2dot.xsl; charset=ISO-8859-1 digraph project { node [shape=3Dbox,fontname=3D"Arial",fontsize=3D"10"]; edge [fontname=3D"Arial",fontsize=3D"8"]; rankdir=3DLR; } =20 "" [label=3D"\n",style=3Dbold]; "" [label=3D""]; =09 "" -> ""; "" -> ""; =09 --=-OHl5RCb2CX9vPlpRRF4c Content-Type: text/plain; charset=us-ascii -- To unsubscribe, e-mail: For additional commands, e-mail: --=-OHl5RCb2CX9vPlpRRF4c--