Re: Fixing Maven Distribution

2020-01-16 Thread Piotr Zarzycki
I would definitely go with Alex's suggestion. On Thu, Jan 16, 2020, 7:07 PM Alex Harui wrote: > I'm not really paying much attention to this thread so apologies if I am > off-topic, but remember that we have reproducible binaries in Royale these > days, so it should be possible to run a diff on

Re: Fixing Maven Distribution

2020-01-16 Thread Alex Harui
I'm not really paying much attention to this thread so apologies if I am off-topic, but remember that we have reproducible binaries in Royale these days, so it should be possible to run a diff on an Ant folder vs a Maven distribution folder and see the differences (assuming you set the

Re: Fixing Maven Distribution

2020-01-16 Thread Piotr Zarzycki
This is not an VSCode issue I believe. It's something wrong with SDK in my opinion. czw., 16 sty 2020 o 10:19 Carlos Rovira napisał(a): > Hi Piotr, > > thanks. I open TDJ in VSCode and build with Run Task > "build with > asconfigc" > > This outputs: > > > > Executing task:

Re: Fixing Maven Distribution

2020-01-16 Thread Piotr Zarzycki
Try with Nightly Build of Moonshine to setup that sdk and create Hello World. czw., 16 sty 2020 o 11:41 Piotr Zarzycki napisał(a): > This is not an VSCode issue I believe. It's something wrong with SDK in my > opinion. > > czw., 16 sty 2020 o 10:19 Carlos Rovira > napisał(a): > >> Hi Piotr, >>

Re: Fixing Maven Distribution

2020-01-16 Thread Carlos Rovira
Hi Piotr, thanks. I open TDJ in VSCode and build with Run Task > "build with asconfigc" This outputs: > Executing task: asconfigc --sdk=/Users/carlosrovira/Dev/Royale/Source/royale-asjs < Configuration options in asconfig.json require Apache Royale. Path to SDK is not valid:

Re: Fixing Maven Distribution

2020-01-15 Thread Piotr Zarzycki
Hi Carlos, I was talking about most common user scenario, where user open the project and hit Build. - Project is being build using SDK without Maven or Ant stuff. In order to test what I'm talking about: Open TourDeJewel (using asconfig.json which is part of the example - not your custom Maven

Fixing Maven Distribution

2020-01-15 Thread Carlos Rovira
Hi Piotr, Finally I get some time to get over this issue. I was trying to see what we need to fix maven distribution. I run mvn install -P option-with-swf,with-distribution I get royale-asjs/distribution/target/... and inside I have the Royale Maven SDK generated. Then I copied to my SDKs