I fiddled with the build script. It seems to copy index.template.html from the FLEX_HOME/templates/swfobject directory.
Any reason why we just don't check that file into FLEXJS_HOME/templates/swfobject as well? Thanks, Om On Tue, Jun 9, 2015 at 5:13 PM, Alex Harui <aha...@adobe.com> wrote: > That is probably a bug in the build scripts from when we changed how we > pick up SWFObject. If you don’t want to fiddle with the build scripts, > file a bug and copy the files from a Flex SDK. > > -Alex > > On 6/9/15, 4:40 PM, "OmPrakash Muppirala" <bigosma...@gmail.com> wrote: > > >When I try to build the ChartExample via ant, it is failing with this > >error > >message: > > > >C:\p\flexroot\git\flex-asjs\examples\ChartExample>ant > >Buildfile: C:\p\flexroot\git\flex-asjs\examples\ChartExample\build.xml > > > >clean: > > [delete] Deleting directory > >C:\p\flexroot\git\flex-asjs\examples\ChartExample > >\bin-debug > > > >build_example.compile: > > [echo] Compiling ChartExample.swf > > [echo] FLEX_HOME: C:\p\flexroot\git\flex-asjs > > [mxmlc] Loading configuration: > >C:\p\flexroot\git\flex-asjs\frameworks\flex-c > >onfig.xml > > [mxmlc] > > [mxmlc] 95421 bytes written to > >C:\p\flexroot\git\flex-asjs\examples\ChartExa > >mple\bin-debug\ChartExample.swf in 2.591 seconds > > > >BUILD FAILED > >C:\p\flexroot\git\flex-asjs\examples\build_example.xml:56: The following > >error o > >ccurred while executing this line: > >C:\p\flexroot\git\flex-asjs\examples\build_example.xml:262: Warning: Could > >not f > >ind file > >C:\p\flexroot\git\flex-asjs\templates\swfobject\index.template.html to > >copy. > > > >Total time: 3 seconds > > > >Any idea where things could be going wrong? > > > >Thanks, > >Om > >