Hi,
I've downloaded the custom code sample and imported it into Eclipse.
Since the code may not have copiled with Java 8, I also added the 7 JDK and selected it as my default java version.
Now the issue is when I try to compile and run the sample code (no additions done), I get the error "Exception in thread "main" java.lang.Exception: Please provide required arguments...apikey, secretkey, name, action at com.myapp.helper.AntHelper.main(AntHelper.java:27)"
All these parameters exist in the build.proprties file, so why does it still not compile? Is it the Java version?