Return-Path: Delivered-To: apmail-ant-notifications-archive@locus.apache.org Received: (qmail 6231 invoked from network); 25 May 2008 11:54:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 May 2008 11:54:32 -0000 Received: (qmail 98991 invoked by uid 500); 25 May 2008 11:54:34 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 98968 invoked by uid 500); 25 May 2008 11:54:34 -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 98957 invoked by uid 99); 25 May 2008 11:54:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 25 May 2008 04:54:34 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED 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; Sun, 25 May 2008 11:53:55 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id E47F12388A0A; Sun, 25 May 2008 04:54:11 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r659970 - in /ant/ivy/ivyde/trunk/doc: build.html console.html Date: Sun, 25 May 2008 11:54:11 -0000 To: notifications@ant.apache.org From: hibou@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080525115411.E47F12388A0A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: hibou Date: Sun May 25 04:54:11 2008 New Revision: 659970 URL: http://svn.apache.org/viewvc?rev=659970&view=rev Log: - Fix some links - add additionnal info about color and the IvyConsole - Add notices about some build issues Modified: ant/ivy/ivyde/trunk/doc/build.html ant/ivy/ivyde/trunk/doc/console.html Modified: ant/ivy/ivyde/trunk/doc/build.html URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/doc/build.html?rev=659970&r1=659969&r2=659970&view=diff ============================================================================== --- ant/ivy/ivyde/trunk/doc/build.html (original) +++ ant/ivy/ivyde/trunk/doc/build.html Sun May 25 04:54:11 2008 @@ -31,7 +31,7 @@

Eclipse installation

-You need first an Eclipse install. We will refer to the eclipse installation path in the documentation as $ECLIPSE_HOME. In that $ECLIPSE_HOME folder you should have the plugins and features folders. The current build have been successfully tested with: +You need first an Eclipse install which contains the PDE plugins (by default included in the "SDK" and "Classic" versions). We will refer to the eclipse installation path in the documentation as $ECLIPSE_HOME. In that $ECLIPSE_HOME folder you should have the plugins and features folders. The current build have been successfully tested with:
  • Eclipse 3.2 under Linux
  • Eclipse 3.3.1 under Linux and Windows
  • @@ -43,6 +43,7 @@ The IvyDE plugins depends on the Ivy 2 OSGi bundle. So the Ivy bundle have to be installed in the Eclipse installation before starting the build. You can get an officially released version of Ivy. Go to the Ivy download page and get the binary distribution. You will find in the zip the jar ivy-2.X.Y-Z.jar. +Note: due to a bug in the build script of Ivy, the OSGi version of Ivy will be "0.0.0". On the other hand it doesn't prevent IvyDE to runs correctly. You can also build it from the sources (from subversion or from the releases). In the build/artifact folder you should then find the bundle org.apache.ivy_2.X.Y-Z.jar. @@ -57,7 +58,7 @@ And run the build: ant build -DbaseLocation=$ECLIPSE_HOME -The baseLocation property is mandatory: it defines the path of you Eclipse install you want to build with. +The baseLocation property is mandatory: it defines the path of your Eclipse install you want to build with. Note that it is not recommended to have your Eclipse started when you build IvyDE. The build clean the Eclipse cache of installed plugins, so your running Eclipse might be confused. Modified: ant/ivy/ivyde/trunk/doc/console.html URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/doc/console.html?rev=659970&r1=659969&r2=659970&view=diff ============================================================================== --- ant/ivy/ivyde/trunk/doc/console.html (original) +++ ant/ivy/ivyde/trunk/doc/console.html Sun May 25 04:54:11 2008 @@ -29,6 +29,15 @@ The Ivy Console can be accessed within your eclipse Console view, selecting the "Ivy Console" item.


    +
    +The colors in the console correspond to the different log levels. Here is the default mapping: +
      +
    • Debug: light blue
    • +
    • Verbose: green
    • +
    • Info: black
    • +
    • Warn: orange
    • +
    • Error: red
    • +