Return-Path: X-Original-To: apmail-incubator-openmeetings-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-openmeetings-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 56A06E868 for ; Wed, 9 Jan 2013 03:12:13 +0000 (UTC) Received: (qmail 51865 invoked by uid 500); 9 Jan 2013 03:12:13 -0000 Delivered-To: apmail-incubator-openmeetings-commits-archive@incubator.apache.org Received: (qmail 51848 invoked by uid 500); 9 Jan 2013 03:12:12 -0000 Mailing-List: contact openmeetings-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: openmeetings-dev@incubator.apache.org Delivered-To: mailing list openmeetings-commits@incubator.apache.org Received: (qmail 51832 invoked by uid 99); 9 Jan 2013 03:12:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Jan 2013 03:12:12 +0000 Date: Wed, 9 Jan 2013 03:12:12 +0000 (UTC) From: "Maxim Solodovnik (JIRA)" To: openmeetings-commits@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (OPENMEETINGS-501) fresh build fails with class org/jdom/JDOMException not found in anakia build section MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/OPENMEETINGS-501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13547587#comment-13547587 ] Maxim Solodovnik commented on OPENMEETINGS-501: ----------------------------------------------- Dear Burkhard, Thanks for your patch. I never seen such error (using automatic builds and manual builds on *nix and Windows machines) Can you please describe how were you able to get this error message? > fresh build fails with class org/jdom/JDOMException not found in anakia build section > ------------------------------------------------------------------------------------- > > Key: OPENMEETINGS-501 > URL: https://issues.apache.org/jira/browse/OPENMEETINGS-501 > Project: Openmeetings > Issue Type: Improvement > Components: BuildsAndReleases > Affects Versions: 2.0 Apache Incubator Release > Environment: ant 1.8.3 > Reporter: Burkhard Buelte > Assignee: SebastianWagner > Priority: Minor > Labels: build > Attachments: build-anakia-jdomjar-missin.patch > > Original Estimate: 0.25h > Remaining Estimate: 0.25h > > ant build fails with following error message > -retrieve-anakia: > anakia: > BUILD FAILED > C:\src\openmeeting2\singlewebapp\build.xml:694: taskdef A class needed by class > org.apache.velocity.anakia.AnakiaTask cannot be found: org/jdom/JDOMException > using the classloader AntClassLoader[.... > Reson: The anakia lib folder is empty (path ./build/lib/anakia) but should contain jdom*.jar, oro*.jar and logkit*.jar. These were not downloaded by ivy task. > Possible Fix: > in build task target name="-availability-check" include a check that jdom is available. > After my workaround, replacing around lin 820 > > by > > > > > > > build will complete w/o error. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira