alebianco / robotlegs-utilities-macrobot

Macro command utility for Robotlegs which provides the ability to execute batches of commands in sequential or parallel fashion.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't build, doesn't find apache flex

kamcknig opened this issue · comments

Hello, Trying to build this project but it's not working for me. Getting an error with gradle that it can't find apache-flex-sdk-4.13.0

FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring root project 'robotlegs-utilities-macrobot'.
> Could not resolve all dependencies for configuration ':flexSDK'.
   > Could not find org.apache:apache-flex-sdk:4.13.0.
     Searched in the following locations:
         http://apache.cu.be/flex/4.13.0/binaries/apache-flex-sdk-4.13.0-bin.xml
         http://apache.cu.be/flex/4.13.0/binaries/apache-flex-sdk-4.13.0-bin.tar.gz
         http://download.macromedia.com/air/win/download/4.13.0/apache-flex-sdk.xml
         http://download.macromedia.com/air/win/download/4.13.0/apache-flex-sdk.tar.gz
     Required by:
         eu.alebianco:robotlegs-utilities-macrobot:0.9.71

Do you have the Apache Flex SDK 4.13.0? And the FLEX_HOME env. variable pointing to it?

Its not looking for it in FLEX_HOME. Its looking in repos online.

Though yes I do have that set