Re: About Git repository and sources

2019-12-12 Thread Antonis Kalodimos
Finally i made it to reinstall Moonshine. Searching the internet I found the air installer logs in %appdata%\Local\Adobe\AIR\logs and after more searching about the logs i finally resolve the installlation by manually searching the registry for the word Moonshine and delete it the key or value

Re: About Git repository and sources

2019-12-11 Thread Piotr Zarzycki
Hi Guys, I have contacted with Antonis regarding Moonshine off the list. I hope to help him install it again. Thanks, Piotr czw., 12 gru 2019 o 04:11 Antonis Kalodimos napisał(a): > trying to uninstall the moonshine IDE completely in order to reinstall it > clean so it can download the SDKs

Re: About Git repository and sources

2019-12-11 Thread Antonis Kalodimos
trying to uninstall the moonshine IDE completely in order to reinstall it clean so it can download the SDKs and whatever it need i destroy it completely. Does any body knows where the moonshine ide save its config information such as installed sdks list and other stuff? I have ruined the air

Re: About Git repository and sources

2019-12-11 Thread Alex Harui
Check your environment variables. If the value of one of them accidentally became "set", you could get the results you are getting. HTH, -Alex On 12/11/19, 7:36 AM, "Antonis Kalodimos" wrote: Hi Carlos My folder structure is like this D:\ApacheFlex\royale-asjs

Re: About Git repository and sources

2019-12-11 Thread Carlos Rovira
Hi Antonis, with the successful maven installation you can compile your projects. To try one, you can go to "examples" folder and choose one from them. Y recommend you to try Tour de Jewel [1] going to " examples/royale/TourDeJewel" then "mvn install", you'll have the compiled version in

Re: About Git repository and sources

2019-12-11 Thread Antonis Kalodimos
Thank you Josh for your info. Saved me from many uninstalls and reinstalls trying to figure what i was doing wrong. I am going to completely remove moonshine ide to reinstall it and allow it to download by it alone all software that it needs because the 2.5.0 version i have installed doesn't

Re: About Git repository and sources

2019-12-11 Thread Josh Tynjala
Unfortunately, 0.9.6 from npm currently broken, as I recall. If you use Moonshine's SDK installer, that can download a working 0.9.6 SDK. Moonshine applies a special fix to make it work. -- Josh Tynjala Bowler Hat LLC On Wed, Dec 11, 2019 at 7:36 AM Antonis Kalodimos <

Re: About Git repository and sources

2019-12-11 Thread Antonis Kalodimos
Hi Carlos My folder structure is like this D:\ApacheFlex\royale-asjs D:\ApacheFlex\royale-compiler D:\ApacheFlex\royale-typedefs While the steps before executing the line ant all -Dbuild.noprompt=true -Drelease.target=true that failed and previous steps are completed succesfully how can i use

Re: About Git repository and sources

2019-12-11 Thread Carlos Rovira
Hi, not an expert in ant, maybe others could give you more light on this. Just can say that something is wrong with compiler since this: Copying Compiler from ${ROYALE_COMPILER_REPO} was translated to [echo] Copying Compiler from set I think ANT expects compiler to be a sibling to framework

Re: About Git repository and sources

2019-12-11 Thread Antonis Kalodimos
Thank you Carlos for your response response. I followed your instructions and after setting the env variables PLAYERGLOBAL_VERSION, ROYALE_HOME, ROYALE_COMPILER_HOME, ROYALE_TYPEDEFS_HOME that they don't referred in any doc about building from source, I re-download the develop branch of these

Re: About Git repository and sources

2019-12-11 Thread Carlos Rovira
Hi Antonis, some of us use to build (daily) he 3 repos with Maven (since is what we use then to work with in our projects) and then run ANT in asjs to get the SDK build (for IDEs). We hope to fix soon Maven distribution so all of that can be done just with Maven. Here's the script I use [1] (Mac

Re: About Git repository and sources

2019-12-10 Thread Alex Harui
What errors are you currently getting? On 12/10/19, 5:41 PM, "Antonis Kalodimos" wrote: How can be used the source folder mirrored with git in my local pc as sdk for using royale? Is the ant or mavan run without problems from inside this folder? I follow the

About Git repository and sources

2019-12-10 Thread Antonis Kalodimos
How can be used the source folder mirrored with git in my local pc as sdk for using royale? Is the ant or mavan run without problems from inside this folder? I follow the instructions from readme and both failed for various reasons. Is the readme instructions current? What are the best