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 2584A105DF for ; Sat, 15 Feb 2014 13:28:51 +0000 (UTC) Received: (qmail 44148 invoked by uid 500); 15 Feb 2014 13:28:50 -0000 Delivered-To: apmail-flex-users-archive@flex.apache.org Received: (qmail 43965 invoked by uid 500); 15 Feb 2014 13:28:50 -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 43957 invoked by uid 99); 15 Feb 2014 13:28:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 Feb 2014 13:28:48 +0000 X-ASF-Spam-Status: No, hits=1.3 required=5.0 tests=SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of maurice.amsellem@systar.com designates 66.129.85.153 as permitted sender) Received: from [66.129.85.153] (HELO smtp02.myhostedservice.com) (66.129.85.153) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 Feb 2014 13:28:42 +0000 Received: from EXHUB01.netplexity.local (172.29.211.21) by smtp02.myhostedservice.com (172.29.211.12) with Microsoft SMTP Server (TLS) id 14.2.347.0; Sat, 15 Feb 2014 08:28:14 -0500 Received: from EXMBX05.netplexity.local ([fe80::cc58:cfe7:ba3b:fae]) by exhub01 ([172.29.211.21]) with mapi id 14.03.0123.003; Sat, 15 Feb 2014 08:28:18 -0500 From: Maurice Amsellem To: "users@flex.apache.org" Subject: RE: How to link multiple source files when using the command-line compiler? Thread-Topic: How to link multiple source files when using the command-line compiler? Thread-Index: AQHPKj2kKC3tDjl7Ek+0ky6LGOMCoJq2TY0A Date: Sat, 15 Feb 2014 13:28:17 +0000 Message-ID: <2095F5EBE04D59409DFCE91FFCEBF7AFAF2A176B@EXMBX05.netplexity.local> References: <1392342583066-4974.post@n4.nabble.com> <1392354583179-4978.post@n4.nabble.com> <1392448685687-4985.post@n4.nabble.com> In-Reply-To: <1392448685687-4985.post@n4.nabble.com> Accept-Language: fr-FR, en-US Content-Language: fr-FR X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [172.29.211.31] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org >Okay, I copied the build.xml file from the article you cited and modified = it for my project. >After typing "ant", I got the following error message: Build flex projects with ant requires additional ant tasks.=20 These are in flexTasks.jar which is located in /ant/lib/flexTask= s.jar. the build file statement below is looking for flexTask in a different locat= ion. So you should change it to: Maurice=20 ------------------------- Okay, I copied the build.xml file from the article you cited and modified i= t for my project. After typing "ant", I got the following error message: Buildfile: C:\dn\inprogress\GH\flex\GHEn\build.xml [taskdef] Could not load definitions from resource flexTasks.tasks. It co= uld not be found. init: BUILD FAILED C:\dn\inprogress\GH\flex\GHen\build.xml:16: Directory C:\dn\inprogress\GH\f= lex\GHen\"C:\dn\inprogress\GH\flex\GHen\ bin-debug": creation was not successful for an unknown reason Here is my build.xml file: =20 =20 =20 =20 false =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D And my build.properties file: # Directory path of Flex SDK FLEX_HOME=3DC:\barry\bin\flex\sdks\4.6.0\bin # Project source dir DEPLOY_DIR =3D "bin-debug" SRC_DIR =3D ${basedir}/src LIB_DIR =3D ${basedir}/libs DEPLOY_DIR =3D "${basedir}/bin-debug": projName =3D "GHen" mainFile =3D "GHen.mxml" -- View this message in context: http://apache-flex-users.2333346.n4.nabble.co= m/How-to-link-multiple-source-files-when-using-the-command-line-compiler-tp= 4974p4985.html Sent from the Apache Flex Users mailing list archive at Nabble.com.