Re: Building FlexJS/Falcon

2016-03-19 Thread OmPrakash Muppirala
command line. > > Chris > > > Von: omup...@gmail.com <omup...@gmail.com> im Auftrag von OmPrakash > Muppirala <bigosma...@gmail.com> > Gesendet: Samstag, 19. März 2016 11:30 > An: dev@flex.apache.org > Betreff: Building FlexJS/Falcon > &g

AW: Building FlexJS/Falcon

2016-03-19 Thread Christofer Dutz
.@c-ware.de> Gesendet: Samstag, 19. März 2016 11:49 An: dev@flex.apache.org Betreff: AW: Building FlexJS/Falcon Hi Om, You might have to wrap the environment variables with double quotes as they have spaces in them. Inside the build a lot of string-concatenation is done, and if they contain

AW: Building FlexJS/Falcon

2016-03-19 Thread Christofer Dutz
<omup...@gmail.com> im Auftrag von OmPrakash Muppirala <bigosma...@gmail.com> Gesendet: Samstag, 19. März 2016 11:30 An: dev@flex.apache.org Betreff: Building FlexJS/Falcon > > > But compiler.jx.tests needs "Ant extern.swcs" first so I think it is more > like:

Building FlexJS/Falcon

2016-03-19 Thread OmPrakash Muppirala
> > > But compiler.jx.tests needs "Ant extern.swcs" first so I think it is more > like: > > ant clean (or wipe or wipe-all) > cd compiler > ant > cd ../compiler.tests > ant > cd ../compiler.jx > ant > cd .. > ant extern.swcs > cd compiler.jx.tests > ant > So, I am trying these steps to compile