Marik Magar: find these lines:
<echo file="${FLEX_HOME}/air_unzip.sh">#!/bin/sh tar -xjf "AIR Integration Kit.tbz2" </echo> <exec executable="sh" dir="${FLEX_HOME}"> <arg line="${FLEX_HOME}/air_unzip.sh"/> </exec> In the build could you try changing it to something like <untar src="${FLEX_HOME}/AIR Integration Kit.tbz2" compression="gzip"/> I might not have it all right b/c I don't know if gzip caters for bz archives, but you get the idea. Worst case: remove these lines altogether, extract the archive with whatever extractor you use and place the results in the $FLEX_HOME before the script runs. On Tue, Apr 3, 2012 at 10:42 PM, Manik Magar <manik.ma...@gmail.com> wrote: > Am i still missing anything? downloads completed and while building it > failed. I am windows 7, why it is looking for sh?? > > > prepare: > [copy] Copying 1 file to F:\Projects\Flex\ApacheSdk\trunk > [copy] Copying F:\Projects\Flex\ApacheSdk\trunk\in\air\mac\AIR > Integration > Kit.tbz2 to F:\Projects\Flex\ApacheSdk\trunk\AIR Integration Kit.tbz2 > > BUILD FAILED > F:\Projects\Flex\ApacheSdk\trunk\build.xml:222: The following error > occurred wh > le executing this line: > F:\Projects\Flex\ApacheSdk\trunk\frameworks\build.xml:230: Execute failed: > java > io.IOException: Cannot run program "sh": CreateProcess error=2, The system > cann > t find the file specified > at java.lang.ProcessBuilder.start(ProcessBuilder.java:460) > at java.lang.Runtime.exec(Runtime.java:593) > at > org.apache.tools.ant.taskdefs.Execute$Java13CommandLauncher.exec(Exe > ute.java:862) > at org.apache.tools.ant.taskdefs.Execute.launch(Execute.java:481) > at org.apache.tools.ant.taskdefs.Execute.execute(Execute.java:495) > at > org.apache.tools.ant.taskdefs.ExecTask.runExecute(ExecTask.java:631) > at org.apache.tools.ant.taskdefs.ExecTask.runExec(ExecTask.java:672) > at org.apache.tools.ant.taskdefs.ExecTask.execute(ExecTask.java:498) > at > org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291) > > > > On Tue, Apr 3, 2012 at 10:33 PM, Justin Mclean <jus...@classsoftware.com > >wrote: > > > Hi, > > > > > Where did you get your textLayout sources? It should have come from > > in/downloads/textLayout_build/src. > > > > A "thirdparty-clean" followed by "thirdparty-download" in the frameworks > > directory fixed the issue. I must of had the wrong version of the text > > layout framework. > > > > Thanks, > > Justin > > > > > -- > > धन्यवाद. > > माणिक मगर, > ------------------------------------------------------------ > दरीखोरयातुन नाद घुमूदे एकच दिनराती ....!! > "मी मराठी"..."मी मराठी"...!!! > ------------------------------------------------------------ >