>Olaf, what version of Maven are you running?
Apache Maven 3.3.9
>check: http://flex.apache.org/maven/flexjs/latest-dev/build.html
I used the other from the wiki page but it seems to be that same except the
settings-template:
$ mvn -s settings-template.xml
-DdistributionTargetFolder=/c/local/t
Aside from the Olaf problem, I tried to use my dist folder with NextGenAS
without luck (recognizes the folder as an SDK, but doesn't find the
compiler).
If I download a 0.8 flexjs nightly it works ok. So my question is... should
SDK form nightly has the same structure and purpose that a maven
distr
Looks like Olaf is having problems getting the AIR 20.0 SDK as a Maven
artifact. I don't remember how I went and got that.
Olaf, what version of Maven are you running?
-Alex
On 10/5/16, 2:52 PM, "carlos.rov...@gmail.com on behalf of Carlos Rovira"
wrote:
>Ok sorry... I notice that your goal i
Ok sorry... I notice that your goal is really build a distribution :)
I test right now and is working for me with the following line:
mvn clean install -P build-distribution
-DdistributionTargetFolder=/Users/carlosrovira/Desktop/dist
check:
http://flex.apache.org/maven/flexjs/latest-dev/build.h
Hi, Olaf,
I 'm updated and run the 3 builds and all is working for me
Are you using : mvn clean install -DskipTests ?
My build ends in Archetypes: Library and I'm not making distribution ( I
did this some days ago), but I think you don't need it
2016-10-05 21:30 GMT+02:00 OK :
> Hi,
> I was goi