Return-Path: X-Original-To: apmail-ant-ivy-user-archive@www.apache.org Delivered-To: apmail-ant-ivy-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2ECA1671B for ; Mon, 30 May 2011 19:48:46 +0000 (UTC) Received: (qmail 50976 invoked by uid 500); 30 May 2011 19:48:45 -0000 Delivered-To: apmail-ant-ivy-user-archive@ant.apache.org Received: (qmail 50921 invoked by uid 500); 30 May 2011 19:48:45 -0000 Mailing-List: contact ivy-user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ivy-user@ant.apache.org Delivered-To: mailing list ivy-user@ant.apache.org Received: (qmail 50913 invoked by uid 99); 30 May 2011 19:48:45 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 May 2011 19:48:45 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS,T_FRT_BELOW2,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jmagno.ti@gmail.com designates 209.85.160.173 as permitted sender) Received: from [209.85.160.173] (HELO mail-gy0-f173.google.com) (209.85.160.173) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 May 2011 19:48:36 +0000 Received: by gyg4 with SMTP id 4so1844071gyg.4 for ; Mon, 30 May 2011 12:48:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=E6KzuM3sTWPrL8OvvMvQKMtwK3wjeI4cTJloby1DCwY=; b=rYIuQBD8Mz6lT0WMvM3FxTKub+To2YRra+rsvaBfehnxWps0F2fPJjpmu5dr0WghGi yR6MbxQNgcwLeZqDIQysK3Y3YXsQzJwpl6j3PFMmTw7LjdZFmcAY0X5+4DZhE1V37aIk wC8a8DW28fEJ3mM+JzK+uf6VY6YwfAjLrmrrk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=PI8YY8dHZXAHhFKfHWMQ1qGgSLiex6WuHaV6344wn7utJ5/Dq0c/eH3b33MNG/UYt/ 56aM2S5qgdKrzQz9mHAnsSqcCA45aNr7c0gPv3f7dIJGRdL0GaJRkUPvnUWiDAZiVg5x tehq0/GdCq2i/9wkfskdErG7UoKr6E30T7UZ0= MIME-Version: 1.0 Received: by 10.150.26.17 with SMTP id 17mr4392024ybz.437.1306784895956; Mon, 30 May 2011 12:48:15 -0700 (PDT) Received: by 10.151.51.9 with HTTP; Mon, 30 May 2011 12:48:15 -0700 (PDT) Date: Mon, 30 May 2011 16:48:15 -0300 Message-ID: Subject: Problems with dependencies From: Jefferson Magno Solfarello To: ivy-user@ant.apache.org Content-Type: multipart/alternative; boundary=000e0cd6ee4e8577ce04a48391c6 X-Virus-Checked: Checked by ClamAV on apache.org --000e0cd6ee4e8577ce04a48391c6 Content-Type: text/plain; charset=ISO-8859-1 Hi everybody, I have a web application called brokerinformation, this application depends on 5 modules at compile time, according to the ivy.xml bellow. I need to to get the dependencies and put them into my lib directory. Having the dependencies, I can generate the war. I will still need to publish the war file on the same repository. My ivy.xml file is the following: This is my ivysettings.properties On my build.xml, I have: When I call ant revolve target (), I get the following: BUILD FAILED /home/rigpa/IBM/rationalsdp/workspace/bp.ws.brokerinformation.war/build.xml:302: syntax errors in ivy file: java.text.ParseException: [xml parsing: ivy.xml:30:19: cvc-complex-type.2.4.a: Invalid content was found starting with element 'publications'. One of '{conflicts}' is expected. in file:/home/rigpa/IBM/rationalsdp/workspace/bp.ws.brokerinformation.war/ivy.xml ] at org.apache.ivy.plugins.parser.AbstractModuleDescriptorParser$AbstractParser.checkErrors(AbstractModuleDescriptorParser.java:89) Am I missing something? Thanks for any help Jefferson --000e0cd6ee4e8577ce04a48391c6--