Return-Path: X-Original-To: apmail-flex-dev-archive@www.apache.org Delivered-To: apmail-flex-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 41DB510FB7 for ; Mon, 9 Feb 2015 12:29:43 +0000 (UTC) Received: (qmail 71840 invoked by uid 500); 9 Feb 2015 12:29:43 -0000 Delivered-To: apmail-flex-dev-archive@flex.apache.org Received: (qmail 71800 invoked by uid 500); 9 Feb 2015 12:29:42 -0000 Mailing-List: contact dev-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list dev@flex.apache.org Received: (qmail 71788 invoked by uid 99); 9 Feb 2015 12:29:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Feb 2015 12:29:42 +0000 X-ASF-Spam-Status: No, hits=2.8 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,URI_HEX X-Spam-Check-By: apache.org Received-SPF: error (athena.apache.org: local policy) Received: from [209.85.218.46] (HELO mail-oi0-f46.google.com) (209.85.218.46) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Feb 2015 12:29:38 +0000 Received: by mail-oi0-f46.google.com with SMTP id x69so429930oia.5 for ; Mon, 09 Feb 2015 04:26:42 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=I0lX4k6RvTov4vJ1HQqmaiDjjeJzwpsqa137Ot0K/DI=; b=mep/f+ROfQcODkH4/Bo0l4HNVIgkFKf9KoDrwuFR7mZJYckU1mlTkuEHrJrnuo4fPB YFNHqGq6C3PQoUJkgbGJq/OBkiknrJBc1SgssI17/njx/F/EktnrzJo6hFT6iq6YSJaE 3hNxrZW73iBOM5iyaQMizjlNK5OyGhis0kE0IEgeFaVaYFWfGn3uUEpwFG06vUL3yGrg R6hfl0PhdXQnV4rkgNgIKlFqm5Ez8ALbuZ6SDvC1kxPbuMIIb0GU+guDK9fxdh08FP0S ZhTIFqcxQLKCxLsYaWcTWfZcmKicUXzq+aDHZybBWCA4ZCKwYRNT3oz6ff6HP1+xTL4/ ko4Q== X-Gm-Message-State: ALoCoQmb9DQYeaeimH8SXIKFAVepwr1ol771tPmhjou9DMSdRDJjK5J9H932E3CAeErFefFeAv71 MIME-Version: 1.0 X-Received: by 10.202.66.136 with SMTP id p130mr8643486oia.110.1423484801979; Mon, 09 Feb 2015 04:26:41 -0800 (PST) Received: by 10.202.217.70 with HTTP; Mon, 9 Feb 2015 04:26:41 -0800 (PST) X-Originating-IP: [173.10.39.57] In-Reply-To: <1423383118109-45044.post@n4.nabble.com> References: <1423383118109-45044.post@n4.nabble.com> Date: Mon, 9 Feb 2015 07:26:41 -0500 Message-ID: Subject: Re: [Installer] Setting up installer sources into IDE From: Nicholas Kwiatkowski To: dev@flex.apache.org Content-Type: multipart/alternative; boundary=001a113d65d2f728f8050ea6e181 X-Virus-Checked: Checked by ClamAV on apache.org --001a113d65d2f728f8050ea6e181 Content-Type: text/plain; charset=UTF-8 For IntelliJ 12+ AFTER you do a build on ant_on_air, go to your project settings -> Modules -> installer Add the following context roots : ant_on_air (mark src and external dirs as source) common (mark src dir as source) Go to the module dependendencies. Add the following as dependencies (linkage = merged) installer\libs installer\common\bin\common.swc installer\ant_on_air\in\ant_on_air.swc ant_on_air\external\libs\as3commons-zip-alpha1.swc Also, make sure your AIR SDK was compiled for support for AIR 4.0. -Nick On Sun, Feb 8, 2015 at 3:11 AM, piotrz wrote: > Hi Guys, > > I'm trying to setting up installer sources into my IDE (Intellij 14.0). I > got an error: > > Error:(36, 30) [InstallApacheFlex (module installer)]: Error code: 1172: > Definition org.apache.flex.crypto:MD5Stream could not be found. > > Where actually I can find this class ? I have found that this class is part > of as3corelib [1], but it seems to be under adobe license. It was donated > to > Apache ? > > [1] https://github.com/mikechambers/as3corelib > > Thanks, > Piotr > > > > > ----- > Apache Flex PMC > piotrzarzycki21@gmail.com > -- > View this message in context: > http://apache-flex-development.2333347.n4.nabble.com/Installer-Setting-up-installer-sources-into-IDE-tp45044.html > Sent from the Apache Flex Development mailing list archive at Nabble.com. > --001a113d65d2f728f8050ea6e181--