Skip to main content
Inspiring
February 4, 2009
Question

SDK Build Broken

  • February 4, 2009
  • 6 replies
  • 998 views
I was following the commit logs and saw that http://bugs.adobe.com/jira/browse/SDK-18564 bug about the air updater framework being used with gumbo had been fixed.

I updated my trunk and tried to compile and got an error trying to compile the rsls. So I switched the i10 branch and now I have an error building the headless airupdater.

main:

updateAIR:

application_updater.application_updater_headless:
[mkdir] Created dir: /Applications/Adobe Flex Builder 3 Plug-in/sdks/flex4_svn/frameworks/projects/air/build/intermediate/ApplicationUpdater/headless
[copy] Copying 27 files to /Applications/Adobe Flex Builder 3 Plug-in/sdks/flex4_svn/frameworks/projects/air/build/intermediate/ApplicationUpdater/headless
[exec] Loading configuration file /Applications/Adobe Flex Builder 3 Plug-in/sdks/flex4_svn/frameworks/air-config.xml
[exec] Adobe Compc (Flex Component Compiler)
[exec] Version 4.0.0 build 0
[exec] Copyright (c) 2004-2007 Adobe Systems, Inc. All rights reserved.
[exec]
[exec] command line: Error: unable to open 'Flex'
[exec]
[exec] Use 'compc -help' for information about using the command line.

BUILD FAILED
/Applications/Adobe Flex Builder 3 Plug-in/sdks/flex4_svn/build.xml:233: The following error occurred while executing this line:
/Applications/Adobe Flex Builder 3 Plug-in/sdks/flex4_svn/frameworks/build.xml:155: The following error occurred while executing this line:
/Applications/Adobe Flex Builder 3 Plug-in/sdks/flex4_svn/frameworks/projects/air/sample-frameworks-build.xml:205: The following error occurred while executing this line:
/Applications/Adobe Flex Builder 3 Plug-in/sdks/flex4_svn/frameworks/projects/air/sample-frameworks-build.xml:114: The following error occurred while executing this line:
/Applications/Adobe Flex Builder 3 Plug-in/sdks/flex4_svn/frameworks/projects/air/sample-frameworks-build.xml:84: exec returned: 1

Am I missing something or did a checking fail?

Thanks,
simeon
This topic has been closed for replies.

6 replies

Participating Frequently
February 5, 2009
The fix was in revision 4834, checked into the i10 branch. What I did was add a task to frameworks\build.xml to rebuild applicationupdater_ui.swc and applicationupdater_ui.swf using the build file in the Air Integration Kit.<br /><br /><br />-----Original Message-----<br />From: Simeon Bateman [mailto:simbateman@gmail.com] On Behalf Of Simeon Bateman<br />Sent: Thursday, February 05, 2009 10:32 AM<br />To: flexsdk-dev@adobeforums.com<br />Subject: Re: SDK Build Broken<br /><br />A new message was posted by Simeon Bateman in<br /><br />Developers --<br /> SDK Build Broken<br /><br />Hey Darrell,<br /><br />I didn't see a way to do it in the forum so I tried attaching it via <br />email. I think you are right you can't attach documents in the forums.<br /><br />I don't want to attach it to the bug because I don't think its related <br />to the bug. And I have confirmed that after successfully compiling <br />the i10 branch the appliationupdater_ui.swc does fix the problems <br />related in the bug.<br /><br />On another note, I had tried at one point to track down this bug and <br />fix it on my own. I had very little success. I was trying to follow <br />the commit logs to see what had actually been done to fix this. Was <br />this a bug that got fixed using external resources? I mean did I have <br />what I needed in the sdk to fix this? I can't seem to figure out what <br />you did.<br /><br />Thanks so much for your help.<br /><br />sim<br />On Feb 5, 2009, at 3:53 AM, Darrell Loverin wrote:<br /><br />> A new message was posted by Darrell Loverin in<br />><br />> Developers --<br />> SDK Build Broken<br />><br />> I don't see the ant.out attached to your post and I'm not sure that <br />> you can post attachments in this forum. Would you attach the ant.out <br />> to http://bugs.adobe.com/jira/browse/SDK-18564.<br />><br />> Thanks,<br />><br />> -Darrell<br />><br />><br />><br />> -----Original Message-----<br />> From: Simeon Bateman [mailto:simbateman@gmail.com] On Behalf Of <br />> Simeon Bateman<br />> Sent: Thursday, February 05, 2009 1:20 AM<br />> To: flexsdk-dev@adobeforums.com<br />> Subject: Re: SDK Build Broken<br />><br />> A new message was posted by Simeon Bateman in<br />><br />> Developers --<br />> SDK Build Broken<br />><br />> Hey Joan and Darrell,<br />><br />> The fix for this bug has nothing to do with my inability to build. I<br />> can't build in the trunk either and this bug fix has no code in that<br />> section either.<br />><br />> I just checked out the code on another computer and it built just<br />> fine. So obviously I have something borked up on this box. Sorry to<br />> have even bothered the list with this.<br />><br />> I am gonna attach my ant.out anyway because it is still a build fail<br />> and maybe there is a real problem. Building on my g5 works, building<br />> on my mac book pro fails.<br />><br />> Thanks, sorry for presenting silly things here.<br />><br />> sim<br />><br />><br />> ------------------------------------------------------<br />> View/reply at <a href=http://www.adobeforums.com/webx?13@@.59b7c8dd/2><br />> Replies by email are OK.<br />> Use the unsubscribe form at <a href=http://www.adobeforums.com/webx?280@@.59b7c8dd!folder=.3c060fa3 <br />> > to cancel your email subscription.<br />><br />><br />> ------------------------------------------------------<br />> View/reply at <a href=http://www.adobeforums.com/webx?13@@.59b7c8dd/3><br />> Replies by email are OK.<br />> Use the unsubscribe form at <a href=http://www.adobeforums.com/webx?280@@.59b7c8dd!folder=.3c060fa3 <br />> > to cancel your email subscription.<br /><br /><br /><br />------------------------------------------------------<br />View/reply at <a href=http://www.adobeforums.com/webx?13@@.59b7c8dd/4><br />Replies by email are OK.<br />Use the unsubscribe form at <a href=http://www.adobeforums.com/webx?280@@.59b7c8dd!folder=.3c060fa3> to cancel your email subscription.
Inspiring
February 5, 2009
Hey Darrell,<br /><br />I didn't see a way to do it in the forum so I tried attaching it via <br />email. I think you are right you can't attach documents in the forums.<br /><br />I don't want to attach it to the bug because I don't think its related <br />to the bug. And I have confirmed that after successfully compiling <br />the i10 branch the appliationupdater_ui.swc does fix the problems <br />related in the bug.<br /><br />On another note, I had tried at one point to track down this bug and <br />fix it on my own. I had very little success. I was trying to follow <br />the commit logs to see what had actually been done to fix this. Was <br />this a bug that got fixed using external resources? I mean did I have <br />what I needed in the sdk to fix this? I can't seem to figure out what <br />you did.<br /><br />Thanks so much for your help.<br /><br />sim<br />On Feb 5, 2009, at 3:53 AM, Darrell Loverin wrote:<br /><br />> A new message was posted by Darrell Loverin in<br />><br />> Developers --<br />> SDK Build Broken<br />><br />> I don't see the ant.out attached to your post and I'm not sure that <br />> you can post attachments in this forum. Would you attach the ant.out <br />> to http://bugs.adobe.com/jira/browse/SDK-18564.<br />><br />> Thanks,<br />><br />> -Darrell<br />><br />><br />><br />> -----Original Message-----<br />> From: Simeon Bateman [mailto:simbateman@gmail.com] On Behalf Of <br />> Simeon Bateman<br />> Sent: Thursday, February 05, 2009 1:20 AM<br />> To: flexsdk-dev@adobeforums.com<br />> Subject: Re: SDK Build Broken<br />><br />> A new message was posted by Simeon Bateman in<br />><br />> Developers --<br />> SDK Build Broken<br />><br />> Hey Joan and Darrell,<br />><br />> The fix for this bug has nothing to do with my inability to build. I<br />> can't build in the trunk either and this bug fix has no code in that<br />> section either.<br />><br />> I just checked out the code on another computer and it built just<br />> fine. So obviously I have something borked up on this box. Sorry to<br />> have even bothered the list with this.<br />><br />> I am gonna attach my ant.out anyway because it is still a build fail<br />> and maybe there is a real problem. Building on my g5 works, building<br />> on my mac book pro fails.<br />><br />> Thanks, sorry for presenting silly things here.<br />><br />> sim<br />><br />><br />> ------------------------------------------------------<br />> View/reply at <a href=http://www.adobeforums.com/webx?13@@.59b7c8dd/2><br />> Replies by email are OK.<br />> Use the unsubscribe form at <a href=http://www.adobeforums.com/webx?280@@.59b7c8dd!folder=.3c060fa3 <br />> > to cancel your email subscription.<br />><br />><br />> ------------------------------------------------------<br />> View/reply at <a href=http://www.adobeforums.com/webx?13@@.59b7c8dd/3><br />> Replies by email are OK.<br />> Use the unsubscribe form at <a href=http://www.adobeforums.com/webx?280@@.59b7c8dd!folder=.3c060fa3 <br />> > to cancel your email subscription.
Participating Frequently
February 5, 2009
I don't see the ant.out attached to your post and I'm not sure that you can post attachments in this forum. Would you attach the ant.out to http://bugs.adobe.com/jira/browse/SDK-18564.

Thanks,

-Darrell



-----Original Message-----
From: Simeon Bateman [mailto:simbateman@gmail.com] On Behalf Of Simeon Bateman
Sent: Thursday, February 05, 2009 1:20 AM
To: flexsdk-dev@adobeforums.com
Subject: Re: SDK Build Broken

A new message was posted by Simeon Bateman in

Developers --
SDK Build Broken

Hey Joan and Darrell,

The fix for this bug has nothing to do with my inability to build. I
can't build in the trunk either and this bug fix has no code in that
section either.

I just checked out the code on another computer and it built just
fine. So obviously I have something borked up on this box. Sorry to
have even bothered the list with this.

I am gonna attach my ant.out anyway because it is still a build fail
and maybe there is a real problem. Building on my g5 works, building
on my mac book pro fails.

Thanks, sorry for presenting silly things here.

sim


------------------------------------------------------
View/reply at
Replies by email are OK.
Use the unsubscribe form at
to cancel your email subscription.
Inspiring
February 5, 2009
Hey Joan and Darrell,

The fix for this bug has nothing to do with my inability to build. I
can't build in the trunk either and this bug fix has no code in that
section either.

I just checked out the code on another computer and it built just
fine. So obviously I have something borked up on this box. Sorry to
have even bothered the list with this.

I am gonna attach my ant.out anyway because it is still a build fail
and maybe there is a real problem. Building on my g5 works, building
on my mac book pro fails.

Thanks, sorry for presenting silly things here.

sim
Participating Frequently
February 5, 2009
<div class=Section1><br /><br /><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";<br />color:#1F497D'>It&#8217;s hard to tell what error you are running into. What OS<br />are you building on? Can you turn on debug so I see why you are getting the<br />command line error:<o:p></o:p></span></p><br /><br /><p class=MsoNormal>     [exec] command line: Error:<br />unable to open 'Flex' <br><br />     [exec] <br><br />     [exec] Use 'compc -help' for information about<br />using the command line. <br><br /><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'> <o:p></o:p></span></p><br /><br /><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";<br />color:#1F497D'><o:p> </o:p></span></p><br /><br /><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";<br />color:#1F497D'>Try something like this from the &#8220;frameworks&#8221;<br />directory:<o:p></o:p></span></p><br /><br /><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";<br />color:#1F497D'>ant   -debug updateAIR  &gt;ant.out<o:p></o:p></span></p><br /><br /><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";<br />color:#1F497D'><o:p> </o:p></span></p><br /><br /><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";<br />color:#1F497D'>Thanks,<o:p></o:p></span></p><br /><br /><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";<br />color:#1F497D'><o:p> </o:p></span></p><br /><br /><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";<br />color:#1F497D'>-Darrell<o:p></o:p></span></p><br /><br /><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";<br />color:#1F497D'><o:p> </o:p></span></p><br /><br /><div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in'><br /><br /><p class=MsoNormal><b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>From:</span></b><span<br />style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'> Simeon Bateman<br />[mailto:member@adobeforums.com] <br><br /><b>Sent:</b> Wednesday, February 04, 2009 6:47 PM<br><br /><b>To:</b> flexsdk-dev@adobeforums.com<br><br /><b>Subject:</b> SDK Build Broken<o:p></o:p></span></p><br /><br /></div><br /><br /><p class=MsoNormal><o:p> </o:p></p><br /><br /><p class=MsoNormal style='margin-bottom:12.0pt'>A new discussion was started by<br />Simeon Bateman in <br><br /><br><br /><b>Developers</b> --<br><br />  SDK Build Broken<br><br /><br><br />I was following the commit logs and saw that <a<br />href="http://bugs.adobe.com/jira/browse/SDK-18564">http://bugs.adobe.com/jira/browse/SDK-18564</a><br />bug about the air updater framework being used with gumbo had been fixed. <br><br /><br><br />I updated my trunk and tried to compile and got an error trying to compile the<br />rsls. So I switched the i10 branch and now I have an error building the<br />headless airupdater. <br><br /><br><br />main: <br><br /><br><br />updateAIR: <br><br /><br><br />application_updater.application_updater_headless: <br><br />    [mkdir] Created dir: /Applications/Adobe Flex Builder 3<br />Plug-in/sdks/flex4_svn/frameworks/projects/air/build/intermediate/ApplicationUpdater/headless<br /><br><br />     [copy] Copying 27 files to /Applications/Adobe<br />Flex Builder 3<br />Plug-in/sdks/flex4_svn/frameworks/projects/air/build/intermediate/ApplicationUpdater/headless<br /><br><br />     [exec] Loading configuration file<br />/Applications/Adobe Flex Builder 3<br />Plug-in/sdks/flex4_svn/frameworks/air-config.xml <br><br />     [exec] Adobe Compc (Flex Component Compiler) <br><br />     [exec] Version 4.0.0 build 0 <br><br />     [exec] Copyright (c) 2004-2007 Adobe Systems,<br />Inc. All rights reserved. <br><br />     [exec] <br><br />     [exec] command line: Error: unable to open 'Flex'<br /><br><br />     [exec] <br><br />     [exec] Use 'compc -help' for information about<br />using the command line. <br><br /><br><br />BUILD FAILED <br><br />/Applications/Adobe Flex Builder 3 Plug-in/sdks/flex4_svn/build.xml:233: The<br />following error occurred while executing this line: <br><br />/Applications/Adobe Flex Builder 3 Plug-in/sdks/flex4_svn/frameworks/build.xml:155:<br />The following error occurred while executing this line: <br><br />/Applications/Adobe Flex Builder 3<br />Plug-in/sdks/flex4_svn/frameworks/projects/air/sample-frameworks-build.xml:205:<br />The following error occurred while executing this line: <br><br />/Applications/Adobe Flex Builder 3<br />Plug-in/sdks/flex4_svn/frameworks/projects/air/sample-frameworks-build.xml:114:<br />The following error occurred while executing this line: <br><br />/Applications/Adobe Flex Builder 3 Plug-in/sdks/flex4_svn/frameworks/projects/air/sample-frameworks-build.xml:84:<br />exec returned: 1 <br><br /><br><br />Am I missing something or did a checking fail? <br><br /><br><br />Thanks, <br><br />simeon <o:p></o:p></p><br /><br /><div class=MsoNormal><br /><br /><hr size=2 width=200 style='width:150.0pt' align=left><br /><br /></div><br /><br /><p class=MsoNormal style='margin-bottom:12.0pt'>View/reply at <a<br />href="http://www.adobeforums.com/webx?13@@.59b7c8dd">SDK Build Broken</a><br><br />Replies by email are OK.<br><br />Use the <a<br />href="http://www.adobeforums.com/webx?280@@.59b7c8dd!folder=.3c060fa3">unsubscribe</a><br />form to cancel your email subscription.<o:p></o:p></p><br /><br /></div>
Adobe Employee
February 5, 2009
Hey Simeon,

I tried this bug as well today and still get an error, so, I have sent the bug back. The developer is looking at it again. Thanks for being so quick about this!

Joan Lafferty
Flex SDK QA