Return-Path: Delivered-To: apmail-maven-dev-archive@www.apache.org Received: (qmail 27695 invoked from network); 11 May 2007 21:08:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 May 2007 21:08:43 -0000 Received: (qmail 35412 invoked by uid 500); 11 May 2007 21:08:39 -0000 Delivered-To: apmail-maven-dev-archive@maven.apache.org Received: (qmail 35337 invoked by uid 500); 11 May 2007 21:08:38 -0000 Mailing-List: contact dev-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Developers List" Reply-To: "Maven Developers List" Delivered-To: mailing list dev@maven.apache.org Received: (qmail 35325 invoked by uid 99); 11 May 2007 21:08:38 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 May 2007 14:08:38 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of baerrach@gmail.com designates 64.233.184.233 as permitted sender) Received: from [64.233.184.233] (HELO wr-out-0506.google.com) (64.233.184.233) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 May 2007 14:08:26 -0700 Received: by wr-out-0506.google.com with SMTP id i23so1138546wra for ; Fri, 11 May 2007 14:08:05 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=HKO4JnrLsSNBhZ7qWWrQMtNx99i8NzzwS1MgJ1H0gFm+8weVSLcvc8U5kWUPsjMc9YSM71iM8pgAQrGVLe+Xyq3KcC1PBGlkFTThXsufoCsLuv/8ExeKtTtn174DnUyPGPwpmB+qSAvWBdTQmZWcY0W9wdvGHg7x9vS1uFONePQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=sHlX6blxeMvIivZxj++BBvBfTWzpHiy8whuyP3MJ/L8ab6UYr+7lwv+IpStjasmtapPbX91wkAlyQq6Tj7wyZwG2PX4aV50txnOA1UnNurDk/vbZR/c0PrjgbVzzFE1vcJ/Tmxe96wELXCsH7lLvULbG9fRleGYl6QlPv9VTyt4= Received: by 10.115.59.4 with SMTP id m4mr4229wak.1178917684781; Fri, 11 May 2007 14:08:04 -0700 (PDT) Received: by 10.114.133.10 with HTTP; Fri, 11 May 2007 14:08:04 -0700 (PDT) Message-ID: Date: Sat, 12 May 2007 06:38:04 +0930 From: "Barrie Treloar" To: "Maven Developers List" Subject: Re: Maven Diagram Maker In-Reply-To: <464451E7.7050106@newitech.com> MIME-Version: 1.0 Content-Type: text/plain; charset=WINDOWS-1252; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <464451E7.7050106@newitech.com> X-Virus-Checked: Checked by ClamAV on apache.org On 5/11/07, Piotr Tabor wrote: > I would like to provide two components: a graphical editor and a Maven > plug-in. > 'The Graphical Editor will offer live (WYSIWYG) preparation of a > graphical presentation of the project by setting such properties as: > - Type and subset of data, we want to present, > - What part of the data is to be presented, > - The method of presenting of each type of diagram nodes (that is, > what attributes of the item will be displayed), and the general 'style' > of the presentation. I would like to provide UML-like design. > - The general layout algorithm > - The positions of selected locked nodes =96 which we want to put in = a > fixed area. All other nodes will be positioned automatically. > The schema of the diagram created by the editor will be saved to an XML > file. > Additionally the editor may be used as a graphical browser (explorer) of > chosen aspects of the project. The editor will use the Prefuse library > (http://prefuse.org). > > The Maven Plug-in (maven-graph-plugin) =96 will be using the XML file > prepared by the Graphical Editor and the current state of project to > prepare images in various graphic formats (JPG, TIFF, PNG and others > supported by the Sun JAI library > (http://java.sun.com/javase/technologies/desktop/media/jai/). The > plug-in will be able to prepare > the HTML tag for the picture too (to create an active area on web > page containing the image). The resulting file will be ready to use in > the next Maven phases by Doxia or other documenting tool. Does this mean we can export the graph of dependencies in a UML format? --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org For additional commands, e-mail: dev-help@maven.apache.org