Return-Path: X-Original-To: apmail-incubator-flex-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-flex-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C83EDD5A5 for ; Tue, 18 Dec 2012 15:05:08 +0000 (UTC) Received: (qmail 96791 invoked by uid 500); 18 Dec 2012 15:05:08 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 96740 invoked by uid 500); 18 Dec 2012 15:05:07 -0000 Mailing-List: contact flex-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: flex-dev@incubator.apache.org Delivered-To: mailing list flex-dev@incubator.apache.org Received: (qmail 96704 invoked by uid 99); 18 Dec 2012 15:05:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Dec 2012 15:05:06 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of cframpto@adobe.com designates 64.18.1.233 as permitted sender) Received: from [64.18.1.233] (HELO exprod6og118.obsmtp.com) (64.18.1.233) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Dec 2012 15:04:58 +0000 Received: from outbound-smtp-1.corp.adobe.com ([192.150.11.134]) by exprod6ob118.postini.com ([64.18.5.12]) with SMTP ID DSNKUNCGBoFRrE3Vy0EulhR4WXnSztvEvt4U@postini.com; Tue, 18 Dec 2012 07:04:38 PST Received: from inner-relay-1.corp.adobe.com ([153.32.1.51]) by outbound-smtp-1.corp.adobe.com (8.12.10/8.12.10) with ESMTP id qBIF1i1v011272 for ; Tue, 18 Dec 2012 07:01:44 -0800 (PST) Received: from nacas02.corp.adobe.com (nacas02.corp.adobe.com [10.8.189.100]) by inner-relay-1.corp.adobe.com (8.12.10/8.12.10) with ESMTP id qBIF4bAV016667 for ; Tue, 18 Dec 2012 07:04:38 -0800 (PST) Received: from nambx09.corp.adobe.com ([10.8.189.47]) by nacas02.corp.adobe.com ([10.8.189.100]) with mapi; Tue, 18 Dec 2012 07:04:37 -0800 From: Carol Frampton To: "flex-dev@incubator.apache.org" Date: Tue, 18 Dec 2012 07:04:34 -0800 Subject: Re: Apache Flex 4.9 Release Candidate 3 Thread-Topic: Apache Flex 4.9 Release Candidate 3 Thread-Index: Ac3dMP8Girjvo/OnTJKAFZhevTVDUA== Message-ID: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Microsoft-MacOutlook/14.2.4.120824 acceptlanguage: en-US 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 On 12/18/12 7 :46AM, "Nicholas Kwiatkowski" wrote: > >On Tue, Dec 18, 2012 at 7:45 AM, Nicholas Kwiatkowski >wrote: > >> echo >> =3D=3D Apache Batik 1.7 build file =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 >> echo >> >> echo >> JAVA_HOME: ${env.JAVA_HOME} >> echo >> VM: 20.6-b01, Sun Microsystems Inc. >> echo >> javac.source: 1.6 >> echo >> javac.target: 1.6 >> property >> compile-prepare >> mkdir >> Created dir: E:\Apache\develop\modules\thirdparty\batik\classes >> echo >> debug true, optimize on, deprecation off >> property >> compile >> javac >> property >> determine-svn-revision-svn-info >> dirset >> pathconvert >> exec >> Execute failed: java.io.IOException: Cannot run program "svn" (in >> directory "E:\Apache\develop\modules\thirdparty\batik"): CreateProcess >> error=3D2, The system cannot find the file specified >> condition When we forked batik I tried to make minimal changes to their build file. One of the many things the build file does is it runs svn to determine the current revision and tweaks a few things based on that. It looks like svn isn't in your path. Given we are running with a static copy of batik with known revision numbers I doubt we need to do this and maybe it is best if I figure out what it is doing and bypass the steps that actually use svn to do an svn info --xml on some of the batik directories. It may be that we don't even need this information at all but I have not looked enough to figure that out. Carol >> determine-svn-revision-transform >> determine-svn-revision-from-file >> loadfile >> condition >> determine-svn-revision-set >> property >> delete >> determine-svn-revision >> prepare-build >> mkdir >> Created dir: E:\Apache\develop\modules\thirdparty\batik\batik-1.7 >> mkdir >> Created dir: E:\Apache\develop\modules\thirdparty\batik\batik-1.7\docs >> mkdir >> Created dir: E:\Apache\develop\modules\thirdparty\batik\batik-1.7\lib >> batik-all-flex-jar >> jar >> Building jar: E:\Apache\develop\lib\batik-all-flex.jar >> >> Snippit from the log file... Again, I don't know if it was supposed to >> fail, but I don't remember seeing that in 4.8 >>