Return-Path: X-Original-To: apmail-ace-commits-archive@www.apache.org Delivered-To: apmail-ace-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 60C7D17360 for ; Wed, 22 Apr 2015 19:37:57 +0000 (UTC) Received: (qmail 25278 invoked by uid 500); 22 Apr 2015 19:36:58 -0000 Delivered-To: apmail-ace-commits-archive@ace.apache.org Received: (qmail 25248 invoked by uid 500); 22 Apr 2015 19:36:58 -0000 Mailing-List: contact commits-help@ace.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ace.apache.org Delivered-To: mailing list commits@ace.apache.org Received: (qmail 25237 invoked by uid 99); 22 Apr 2015 19:36:58 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Apr 2015 19:36:58 +0000 Date: Wed, 22 Apr 2015 19:36:58 +0000 (UTC) From: "Marcel Offermans (JIRA)" To: commits@ace.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (ACE-515) Running ant package-bin in the build folder throws an exception MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Marcel Offermans created ACE-515: ------------------------------------ Summary: Running ant package-bin in the build folder throws an exception Key: ACE-515 URL: https://issues.apache.org/jira/browse/ACE-515 Project: ACE Issue Type: Bug Components: Build Affects Versions: next Reporter: Marcel Offermans If you checkout the code, then: cd build ant package-bin You get the following exception: BUILD FAILED ...ace/build/build.xml:156: java.lang.NoClassDefFoundError: aQute.lib.utf8properties.UTF8Properties not found, parent: AntClassLoader[...ace/cnf/plugins/biz.aQute.bnd/biz.aQute.bnd-2.2.0.jar] urls:[...ace/cnf/cache/biz.aQute.launcher/biz.aQute.launcher-1.4.0.jar] exception:java.lang.ClassNotFoundException: aQute.lib.utf8properties.UTF8Properties at aQute.bnd.osgi.Processor$CL.loadClass(Processor.java:1280) at java.lang.Class.getDeclaredConstructors0(Native Method) at java.lang.Class.privateGetDeclaredConstructors(Class.java:2663) at java.lang.Class.getConstructor0(Class.java:3067) at java.lang.Class.getConstructor(Class.java:1817) ... -- This message was sent by Atlassian JIRA (v6.3.4#6332)