In my case I just added following part at line 770 to the build.xml <!-- Copy flexTasks.jar from binary kit if it doesn't already exists --> <copy todir="${sdk}/lib" overwrite="false" failonerror="false" > <fileset file="${sdk.branch}/ant/lib/flexTasks.jar" /> </copy>
If this is sufficient I can create a Jira and add a patch to it. cyrill On Tue, Oct 30, 2012 at 1:04 PM, Carol Frampton <cfram...@adobe.com> wrote: > The location of flexTasks.jar is different in the binary kit then it is in > the source tree. > > In the source tree it is in the lib directory. In the kit it is in > ant/lib. > > The build file can be made to look in both places. > > Carol > > On 10/30/12 3 :41PM, "Cyrill Zadra" <cyrill.za...@gmail.com> wrote: > > >Hi > > > >After reading through > >https://cwiki.apache.org/confluence/display/FLEX/Falcon+Overview I > started > >the building procedure. > > > >Instead of using a flex sdk builded by my own (ant main) I set the > >reference of the sdk.branch property to the downloaded apache flex sdk > >4.8.0. > >Everything would work except that the java lib flexTasks.jar isn't copied. > > So i copied the flexTasks.jar manually and the build could finish with no > >other errors.. Great!! > > > >Is it a prerequisite to use sdk builded with ant main? If so, it would be > >helpful to have this information in the wiki page. > > > >cyrill > >