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 order to tell Maven about that, you need to provide it in your maven 
settings.xml … for an example see the “settings-template.xml” files in the 
flexjs repo [1]

But if you are using fontkit libraries for font embedding you will probably be 
running into another problem as the download is done from sourceforge servers 
and a non-us JDK isn’t able to download from there automatically. You need to 
manually install the Java Cryptography Extension from here [2].

Hope that helps … 

Chris

[1] https://github.com/apache/flex-asjs/blob/develop/settings-template.xml
[2] 
http://www.oracle.com/technetwork/java/javase/downloads/jce8-download-2133166.html



Am 07.04.17, 12:55 schrieb "Maxim Solodovnik" <solomax...@gmail.com>:

    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 dependencies
    could not be resolved: Failure to find org.apache.flex:compiler:pom:4.15.0
    in https://repo.maven.apache.org/maven2 was cached in the local repository,
    resolution will not be reattempted until the update interval of central has
    elapsed or updates are forced @
    
    Here is this dummy project: https://github.com/solomax/flex-maven (no code
    at all ...)
    Maven 3.3.9
    Java 1.8.121
    
    Would appreciate you can help me :)
    
    [1]
    
https://cwiki.apache.org/confluence/display/FLEX/Quick+Start+Guide:+Building+Apache+Flex+applications+using+Maven#QuickStartGuide:BuildingApacheFlexapplicationsusingMaven-SWFArtifact
    
    -- 
    WBR
    Maxim aka solomax
    

Reply via email to