build.sh is going to call a bunch of other Android commands like ant, jarsigner and such. Its just easier to have all of these things in a path.
Rob
build.sh is going to call a bunch of other Android commands like ant, jarsigner and such. Its just easier to have all of these things in a path.
Rob
I think i dont have rights for MacInCloud to do that. Do I?
I have able to go with android update:
/Developer/adt-bundle-mac-x86_64/sdk/tools/android update project --path /Applications/CoronaEnterprise/Corona/android/lib/Corona --target “android-19”
/Developer/adt-bundle-mac-x86_64/sdk/tools/android update project --path $PWD --target “android-19”
and build.sh now telling this:
5-159-229-145:~ user90032$ cd ~/dropbox/royalheroesapp/android
5-159-229-145:android user90032$ ./build.sh /Developer/adt-bundle-mac-x86_64/sdk/
CORONA_PATH: …/…/…/…/…/Applications/CoronaEnterprise
Updated local.properties
build.xml: Found version-tag: custom. File will not be updated.
Updated file ./proguard-project.txt
Updated local.properties
Updated file …/…/…/…/…/Applications/CoronaEnterprise/Corona/android/lib/Corona/proguard-project.txt
Using Corona Enterprise Dir: …/…/…/…/…/Applications/CoronaEnterprise
./build.sh: line 86: ant: command not found
Exiting due to errors (above)
Do you have ant installed? Is it in the PATH too?
You should have access to change your Path. The file is called .bash_profile (it’s hidden) and it’s in your home directory:
ls -la .bash_profile
Rob
I dont know. It is a macincloud service. I think - not. I have asked them to install that.
But in general - are here noone using macincloud for enterprise edition?
I don’t use Macincloud, but ant is something you would typically install inside your own account. It’s not a typical system wide install.
See: http://stackoverflow.com/questions/3222804/how-can-i-install-apache-ant-on-mac-os-x
Rob
Whould be better if “Apache Ant” will be listed as nessesary req for Enterprise, since it needed.
atlest few words about it - whould make use of ‘enterprise’ much easer.
My 5 cents =)
Got a reply from MacInCloud:
"Apache Ant will require you use a dedicated server. We recommend that you change to our dedicated server plan<https://www.macincloud.com/checkout/dedicated.html>. With this plan you will receive full admin access to configure the server as you see fit.
Please reply confirming you would like to change plans so we can adjust your subscription and send out your new server credentials."
I`ll leave it here, in case someone else will bump into this problem.