Return-Path: X-Original-To: apmail-flex-users-archive@www.apache.org Delivered-To: apmail-flex-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id F2AC510118 for ; Sat, 15 Feb 2014 22:37:40 +0000 (UTC) Received: (qmail 80259 invoked by uid 500); 15 Feb 2014 22:37:39 -0000 Delivered-To: apmail-flex-users-archive@flex.apache.org Received: (qmail 80206 invoked by uid 500); 15 Feb 2014 22:37:39 -0000 Mailing-List: contact users-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@flex.apache.org Delivered-To: mailing list users@flex.apache.org Received: (qmail 80197 invoked by uid 99); 15 Feb 2014 22:37:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 Feb 2014 22:37:38 +0000 X-ASF-Spam-Status: No, hits=-1.0 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jason.guild@alaska.gov designates 146.63.81.86 as permitted sender) Received: from [146.63.81.86] (HELO jnumail1.state.ak.us) (146.63.81.86) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 Feb 2014 22:37:33 +0000 MIME-version: 1.0 Content-type: multipart/mixed; boundary="Boundary_(ID_Zj49zjzeZe2CRFmilcHLHw)" Received: from securemailhostj.alaska.gov ([10.201.1.151]) by jnumail1.state.ak.us (Oracle Communications Messaging Exchange Server 7u4-18.01 64bit (built Jul 15 2010)) with ESMTP id <0N1200MJK6U0ZLB0@jnumail1.state.ak.us> for users@flex.apache.org; Sat, 15 Feb 2014 13:37:12 -0900 (AKST) Received: from soajnumeg2.alaska.gov ([10.231.11.33]) by securemailhostj.alaska.gov with ESMTP; Sat, 15 Feb 2014 13:37:12 -0900 Received: from dlpmegprevj.security.state.ak.us (unknown [10.231.11.42]) by soajnumeg2.alaska.gov with smtp (TLS: TLSv1/SSLv3,256bits,AES256-SHA) id 2177_6418_839fccd6_dd81_40d9_9c4d_432165d0e619; Sat, 15 Feb 2014 13:37:12 -0900 Received: from soajnumeg2.alaska.gov (soajnumeg2.alaska.gov [10.231.11.33]) by dlpmegprevj.security.state.ak.us (8.13.8/8.13.8) with ESMTP id s1FMbCv7015531 for ; Sat, 15 Feb 2014 13:37:12 -0900 Received: from SOAANCEXHUB3.soa.alaska.gov (unknown [10.200.4.30]) by soajnumeg2.alaska.gov with smtp (TLS: TLSv1/SSLv3,128bits,AES128-SHA) id 1fa6_093d_463d339e_4b00_43b1_9fa9_e876c7303a42; Sat, 15 Feb 2014 13:37:12 -0900 Received: from [146.63.158.138] (146.63.158.138) by webmaila.alaska.gov (10.200.4.24) with Microsoft SMTP Server (TLS) id 14.3.174.1; Sat, 15 Feb 2014 13:37:11 -0900 Message-id: <52FFEC17.80800@alaska.gov> Date: Sat, 15 Feb 2014 13:37:11 -0900 From: Jason Guild User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 To: users@flex.apache.org Subject: Re: How to link multiple source files when using the command-line compiler? References: <1392342583066-4974.post@n4.nabble.com> <1392354583179-4978.post@n4.nabble.com> <1392448685687-4985.post@n4.nabble.com> <2095F5EBE04D59409DFCE91FFCEBF7AFAF2A176B@EXMBX05.netplexity.local> <52FF8EAE.1030203@ca.rr.com> In-reply-to: <52FF8EAE.1030203@ca.rr.com> X-Originating-IP: [146.63.158.138] X-RCIS-Action: ALLOW X-Virus-Checked: Checked by ClamAV on apache.org --Boundary_(ID_Zj49zjzeZe2CRFmilcHLHw) Content-type: text/plain; CHARSET=US-ASCII; format=flowed Content-transfer-encoding: 7BIT Are you sure that FLEX_HOME has a value when your build file runs? Double check that you are either reading a valid path for FLEX_HOME from a properties file, or define the property as an argument to ant on the command-line: ant -DFLEX_HOME=C:/Program Files (x86)/Adobe/Adobe Flash Builder 4.6/sdks/4.6.0 ... HTH, Jason On 2/15/2014 6:59 AM, bgoldnyxnet wrote: > On 2/15/2014 5:29 AM, Maurice Amsellem [via Apache Flex Users] wrote: >> So you should change it to: >> >> > classpath="="${FLEX_HOME}/ant/lib/flexTasks.jar "/> > Okay, last message was from trying "ant" in the flex_home directory. SIgh. > > I'm still getting the error message: > ========================================================================== > [taskdef] Could not load definitions from resource flexTasks.tasks. > It could not be found. > ========================================================================== > > Looking in ~/bin/flex/sdks/4.6.0/ant, I notice a file flexTasks.tasks. > I wonder if I need to include that file somehow. > > > > > -- > View this message in context: http://apache-flex-users.2333346.n4.nabble.com/How-to-link-multiple-source-files-when-using-the-command-line-compiler-tp4974p4989.html > Sent from the Apache Flex Users mailing list archive at Nabble.com. --Boundary_(ID_Zj49zjzeZe2CRFmilcHLHw)--