Return-Path: Delivered-To: apmail-ant-notifications-archive@minotaur.apache.org Received: (qmail 85124 invoked from network); 13 Oct 2009 13:17:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 13 Oct 2009 13:17:47 -0000 Received: (qmail 83070 invoked by uid 500); 13 Oct 2009 13:17:47 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 83038 invoked by uid 500); 13 Oct 2009 13:17:47 -0000 Mailing-List: contact notifications-help@ant.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ant.apache.org Delivered-To: mailing list notifications@ant.apache.org Received: (qmail 83027 invoked by uid 99); 13 Oct 2009 13:17:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Oct 2009 13:17:47 +0000 X-ASF-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Oct 2009 13:17:43 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 54B5B2388906; Tue, 13 Oct 2009 13:17:19 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r824748 [2/2] - in /ant/ivy/site/target/ivyde/history/trunk: ./ cpc/ dev/ images/ Date: Tue, 13 Oct 2009 13:17:19 -0000 To: notifications@ant.apache.org From: hibou@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20091013131722.54B5B2388906@eris.apache.org> Modified: ant/ivy/site/target/ivyde/history/trunk/index.html URL: http://svn.apache.org/viewvc/ant/ivy/site/target/ivyde/history/trunk/index.html?rev=824748&r1=824747&r2=824748&view=diff ============================================================================== --- ant/ivy/site/target/ivyde/history/trunk/index.html (original) +++ ant/ivy/site/target/ivyde/history/trunk/index.html Tue Oct 13 13:17:17 2009 @@ -68,7 +68,7 @@ @@ -84,6 +84,7 @@
  • an Ivy settings files editor: completion for xml tag, attributes but also attributes' values.
  • a classpath container: automatic downloads, access "resolve" task from your IDE, and resolve in Eclipse's workspace
  • an Ivy console: presents every log from Ivy, really helpful to debug a failing resolve
  • +
  • an Reverse Dependency Explorer: help you work with conflicting dependencies amongs several projects
  • And IvyDE can be also used with other plugins like WTP or Ant.

    Modified: ant/ivy/site/target/ivyde/history/trunk/install.html URL: http://svn.apache.org/viewvc/ant/ivy/site/target/ivyde/history/trunk/install.html?rev=824748&r1=824747&r2=824748&view=diff ============================================================================== --- ant/ivy/site/target/ivyde/history/trunk/install.html (original) +++ ant/ivy/site/target/ivyde/history/trunk/install.html Tue Oct 13 13:17:17 2009 @@ -69,7 +69,7 @@ Modified: ant/ivy/site/target/ivyde/history/trunk/ivyeditor.html URL: http://svn.apache.org/viewvc/ant/ivy/site/target/ivyde/history/trunk/ivyeditor.html?rev=824748&r1=824747&r2=824748&view=diff ============================================================================== --- ant/ivy/site/target/ivyde/history/trunk/ivyeditor.html (original) +++ ant/ivy/site/target/ivyde/history/trunk/ivyeditor.html Tue Oct 13 13:17:17 2009 @@ -68,7 +68,7 @@ Modified: ant/ivy/site/target/ivyde/history/trunk/preferences.html URL: http://svn.apache.org/viewvc/ant/ivy/site/target/ivyde/history/trunk/preferences.html?rev=824748&r1=824747&r2=824748&view=diff ============================================================================== --- ant/ivy/site/target/ivyde/history/trunk/preferences.html (original) +++ ant/ivy/site/target/ivyde/history/trunk/preferences.html Tue Oct 13 13:17:17 2009 @@ -68,7 +68,7 @@ Added: ant/ivy/site/target/ivyde/history/trunk/revdepexplorer.html URL: http://svn.apache.org/viewvc/ant/ivy/site/target/ivyde/history/trunk/revdepexplorer.html?rev=824748&view=auto ============================================================================== --- ant/ivy/site/target/ivyde/history/trunk/revdepexplorer.html (added) +++ ant/ivy/site/target/ivyde/history/trunk/revdepexplorer.html Tue Oct 13 13:17:17 2009 @@ -0,0 +1,122 @@ + + + + + + + + +Reverse Dependency Explorer | IvyDE + + + + + + + + + + +
    + + + + + + + + + + + + + +
    + + +
    + + + + + + + +
    +
    + +

    Reverse Dependency Explorer

    +

    Introduction

    + +When working with multiple projects in a workspace that represent the whole or part of a larger application, you may want to simultaneously change the revisions of dependencies in several ivy files to a single new revision all at the same time (notwithstanding the eviction mechanism inherent to Ivy).

    At other times it is instructive just to see what dependencies are being utilized by projects in the workspace by revision without having to dig into each project and look at each individual module descriptor.

    The Reverse Dependency Explorer turns the dependency tree upside-down, exploring the workspace by organization, module, and revision and providing a mechanism to synchronize revisions across projects/classpath containers.

    Consider the following workspace, with three projects, all of which have an ivy.xml file at their project root. Each of thes e ivy files has an associated IvyDE managed classpath container.


    + +Right clicking on any (or all) of the projects and selecting Ivy -> Reverse Dependency Explorer opens the view. The explorer displays a tree structure with an item for each organization/module pair. The third column lists all of the revisions of this pair for the selected projects. Expanding a tree item, you can see the module revision that a given ivy classpath container depends on (if at all). Note that the view only shows direct dependencies and no transitive dependencies.


    + +Organization/module pairs that have conflicting revisions are highlighted in red (junit in the above example). Note that in the above example, though the revisions do not match, these two revision attributes may actually resolve to the same artifact, depending on the what is available in the repository. The view does not attempt to perform a resolve and match the resolved artifacts. It simply compares the text of the attributes.

    Synchronizing revisions

    + +To synchronize revisions, click in column and row of the item you want to change and type in the new revision. The item should be highlighted green to indicate that it is tagged for synchronization. Click the synchronize button as shown to make your changes.


    + + + +
    + Printer Friendly +
    +
    + + + + + + + + + + + + +
    + + Propchange: ant/ivy/site/target/ivyde/history/trunk/revdepexplorer.html ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ant/ivy/site/target/ivyde/history/trunk/revdepexplorer.html ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Propchange: ant/ivy/site/target/ivyde/history/trunk/revdepexplorer.html ------------------------------------------------------------------------------ svn:mime-type = text/html Modified: ant/ivy/site/target/ivyde/history/trunk/settingseditor.html URL: http://svn.apache.org/viewvc/ant/ivy/site/target/ivyde/history/trunk/settingseditor.html?rev=824748&r1=824747&r2=824748&view=diff ============================================================================== --- ant/ivy/site/target/ivyde/history/trunk/settingseditor.html (original) +++ ant/ivy/site/target/ivyde/history/trunk/settingseditor.html Tue Oct 13 13:17:17 2009 @@ -68,7 +68,7 @@