Re: Compiling flex project using maven

2017-10-27 Thread Maxim Solodovnik
Thanks a lot Robert, plugin is now being found, both compiler and playerglobal are being downloaded and the build is successfull! If java9 is not being used :))) In case of java9 following error is occurred: [INFO] --- flexmojos-maven-plugin:7.1.1:compile-swf (default-compile-swf) @ omvideo ---

Re: Compiling flex project using maven

2017-09-07 Thread Maxim Solodovnik
I'll give it a try! Thanks a lot for the answer! On Thu, Sep 7, 2017 at 3:24 PM, Robert Miszori wrote: > Hi, > I met this issue as well. Please try to put these two repo to your > settings.xml:jpresso >http://repository.jspresso.org/maven2/

Re: Compiling flex project using maven

2017-09-07 Thread Robert Miszori
Hi, I met this issue as well. Please try to put these two repo to your settings.xml:                    jpresso                    http://repository.jspresso.org/maven2/                                            true                                                                true         

Re: Compiling flex project using maven

2017-04-19 Thread Maxim Solodovnik
Hello Chris, Maybe you can take a look at this tiny github project, and give me couple advice? Or maybe there is working example project available? On Mon, Apr 10, 2017 at 7:31 PM, Maxim Solodovnik wrote: > Maybe there is example project which I can clone and modify? > > On Sat, Apr 8, 2017 at

Re: Compiling flex project using maven

2017-04-10 Thread Maxim Solodovnik
Maybe there is example project which I can clone and modify? On Sat, Apr 8, 2017 at 11:07 AM, Maxim Solodovnik wrote: > Thanks a lot Chris, > > I have added additional repositories > But no luck so far: > > *mvn clean install -U* > [INFO] Scanning for projects... > Downloading: https://repo.mave

Re: Compiling flex project using maven

2017-04-07 Thread Maxim Solodovnik
Thanks a lot Chris, I have added additional repositories But no luck so far: *mvn clean install -U* [INFO] Scanning for projects... Downloading: https://repo.maven.apache.org/maven2/org/apache/flex/compiler/4.15.0/compiler-4.15.0.pom Downloading: http://repository.sonatype.org/content/groups/flex

Re: Compiling flex project using maven

2017-04-07 Thread Christofer Dutz
Hi Maxim, If you are not seeing some cool asci-art Flex Logo in your build, you are not using the flex-sdk-converter that should kick in automatically. This is probably due to the fact that we haven’t released that yet and it is only available as a SNAPSHOT version from the ASF Maven repo. In o

Compiling flex project using maven

2017-04-07 Thread Maxim Solodovnik
Hello All, I'm trying to create my first project using this [1] guide Unfortunately it fails with following error: [ERROR] [ERROR] Some problems were encountered while processing the POMs: [ERROR] Unresolveable build extension: Plugin net.flexmojos.oss:flexmojos-maven-plugin:7.1.0 or one of its d