Hi Chris,

If you are interested in the modern Maven way, I started writing down how to 
build with Maven here: [1]

If you want a short 1:50 hour video Training to get started on Maven basics. 
This is here: [2]

I also added some Maven archetypes which are like project templates. You 
execute a command, answer a few questions and you get a correctly configured 
hello-world project which you can immediately start working with. Unfortunately 
I noticed, that I haven’t written any howto on how to use them.
I will try to add that as soon as possilbe ☺

But I posted this in an email: [3]

If you don’t have FlexJS checked out, the „settings-template.xml“ I am talking 
about can be downloaded from here: [4]

Here is the command to generate an example flexjs application with maven:

mvn -s {path to the settings-template.xml} archetype:generate 
-DarchetypeGroupId=org.apache.flex.flexjs.framework 
-DarchetypeArtifactId=flexjs-application-archetype 
-DarchetypeVersion=0.8.0-SNAPSHOT

Chris

[1]: https://cwiki.apache.org/confluence/display/FLEX/Building+FlexJS+with+Maven
[2]: https://vimeo.com/167857327/da3e3239bc
[3]: 
https://lists.apache.org/thread.html/2b3abc1d46264c087ea22dc04c9375df941d74269a650848e4fe737a@%3Cdev.flex.apache.org%3E
[4]: https://github.com/apache/flex-falcon/blob/develop/settings-template.xml


Am 22.11.16, 09:15 schrieb "chrismatheson" <[email protected]>:

    Hi everyone,
    
    Im currently trying to set up a flexjs environment so we can prototype a few
    things and see about porting our existing flex application over.
    
    
    To be frank & honest I've been using flex framework quite happily for about
    3/4 years now but the whole SDK setup etc has always been a piece of magic
    I've never managed to get my head round properly. As a by product of that
    our existing application is still using flex 4.6 because i simply haven't
    been able to work out how to get anything else to setup correctly across two
    local dev environments & CI environment.
    
    I was wondering (hoping) someone out there with more experience might have
    the time to remote pair with me for an hour or two and help me get setup.
    Ive not done a session like this before so quite happy to use whatever tools
    etc are suggested (i was thinking some sort of Skype setup with screen
    sharing but this might not be the best) and in return I'm hoping to write up
    my learning into some sort of "explain all the moving parts of flex
    development" article / wiki page for the community at large.
    
    Im GMT and have very flexible working hours so anything between 8am -> 8 pm
    GMT would work for me.
    
    otherwise id be very grateful for any other help or feedback 
    
    Cheers 
    
    Chris
    
    
    Things I've currently tried:
    
    DIY command line :
    
https://cwiki.apache.org/confluence/display/FLEX/Getting+Started+with+the+Falcon+and+FalconJX+Compilers
    
    At least get it working locally and figure out CI later:
    
https://nextgenactionscript.com/tutorials/intellij-idea-apache-flexjs-transpile-actionscript-setup/
    
https://cwiki.apache.org/confluence/display/FLEX/Using+FlexJS+with+IntelliJ+IDEA
    
    
    
    
    
    --
    View this message in context: 
http://apache-flex-users.2333346.n4.nabble.com/flexjs-Help-setting-up-flexjs-project-tp14183.html
    Sent from the Apache Flex Users mailing list archive at Nabble.com.
    

Reply via email to