On 8/25/16, 10:19 PM, "Krüger, Olaf" <okrue...@edscha.com> wrote:
>Hi Alex, >> I would much prefer that we figure out why you can't build the SDK and >>update the wiki and other docs. >Honestly the only reason is that I'm 'afraid' of the effort that's needed >to build the SDK by myself. >But you're right and I have to grapple with this stuff... will do it! We are trying to reduce the "grapple" and "afraid". In theory, you can use Maven or Ant. To use Maven, you can follow https://cwiki.apache.org/confluence/display/FLEX/Building+FlexJS+with+Maven To use Ant, you can follow https://cwiki.apache.org/confluence/display/FLEX/FlexJS+Developer+Setup When you get to the part where it says: "Downloading and Building the Source" I would recommend the steps where it says: Another way is to create an empty folder, change the current directory to that folder, then get the ASJS code from Git as follows: git clone https://git-wip-us.apache.org/repos/asf/flex-asjs flex-asjs cd flex-asjs git checkout develop Then run "ant all". HTH, -Alex