Hi Yishay,

In Maven, if you build the “framework” module and specify the 
“build-distribution” profile and specify a location, the build produces a 
(hopefully) valid FlexJS sdk in the desired directory. 

In contrast to Ant the Maven build is not intended to build a distribution/sdk 
within itself (With the Ant build you never really know where stuff comes from).

So running:

mvn clean install -P build-distribution -DdistributionTargetFolder=some-path

Will produce something you should be able to import in Eclipse in the path you 
provided.

Chris

Am 13.02.17, 10:53 schrieb "yishayw" <yishayj...@hotmail.com>:

    In the Ant build, building asjs I do this:
    
    copy C:\dev\flexjs\flex-asjs\frameworks\js\FlexJS\libs\*.swc
    <FLEXJS_HOME>\frameworks\js\FlexJS\libs
    
    copy C:\dev\flexjs\flex-asjs\frameworks\libs\*.swc
    <FLEXJS_HOME>\frameworks\libs
    
    That ensures that FlashBuilder can see the newly build swc files. What's the
    parallel step in Maven?
    
    C:\dev\mvn_flexjs\flex-asjs\frameworks\js\FlexJS\libs does not exist.
    
    
    
    --
    View this message in context: 
http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Maven-Build-and-FLEXJS-HOME-tp59302.html
    Sent from the Apache Flex Development mailing list archive at Nabble.com.
    

Reply via email to